<!doctype style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN">

; the ingredients are numbered
(element COOKBOOK
	 (make simple-page-sequence))

(element CTITLE
	 (make paragraph
	       font-size:    30pt
	       quadding: 'center
	       space-before: 10pt
	       line-spacing: 20pt))

(element TITLE
	 (make paragraph
	       font-size:    24pt
	       line-spacing: 20pt))

(element INGREDIENT
  (make paragraph
	(sosofo-append
	 (literal (string-append (number->string (child-number)) ": "))
	 (process-children-trim))))  ; the Data of INGREDIENT



