;全体のレイアウトを指定。 (root (make simple-page-sequence page-height: 297mm page-width: 210mm left-margin: 2cm right-margin: 2cm top-margin: 6cm bottom-margin: 200mm footer-margin: 20mm language: 'JA header-margin: 60pt center-header: ;ヘッダの中心を指定 (make external-graphic display?: #f display-alignment: 'center entity-system-id: "logo.jpg" ;画像ファイルの指定 notation-system-id: "jpeg" ;画像ファイルのフォーマットを指定 scale: 'max-uniform max-width: 300pt max-height: 30pt) footer-margin: 60pt right-header: ;ヘッダの右に文字を出力させる (make sequence font-size: 30pt font-weight: 'bold font-posture: 'italic (literal "NEXTSOLUTION CO,LTD")) ;出力する文字 left-footer: ;ヘッダの中心を指定 (make external-graphic display?: #f display-alignment: 'center entity-system-id: "logo.jpg" ;画像ファイルの指定 notation-system-id: "jpeg" ;画像ファイルのフォーマットを指定 scale: 'max-uniform max-width: 200pt max-height: 20pt) right-footer: (make sequence font-size: 100mm font-weight: 'bold (page-number-sosofo)))) ;フッタの右を指定、ページ番号を記述する書き方。 (element p (make paragraph font-size: 20pt quadding: 'center line-spacing: 30pt ;行の間を指定 break-after: 'page)) ;改ページを指定する。(このタグの終了後に改ページを行う。) ;改行を行う指定 (element br (make paragraph))