<style-sheet>
<style-specification>
<style-specification-body>
;全体のレイアウトを指定。
(root
(make simple-page-sequence
page-height: 297mm
page-width: 210mm
left-margin: 2cm
right-margin: 2cm
top-margin: 6cm
bottom-margin: 5cm
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
center-footer: (page-number-sosofo))) ;フッタの中心を指定、ページ番号を記述している。
(element p
(make paragraph
font-size: 20pt
quadding: 'center
line-spacing: 30pt ;行の間を指定。
break-after: 'page)) ;改ページを指定する。(このタグの終了後に改ページを行う。)
;改行を行う指定
(element br
(make paragraph))
</style-specification-body>
</style-specification>
</style-sheet>