(root (make simple-page-sequence page-height: 297mm page-width: 210mm left-margin: 1cm right-margin: 1cm top-margin: 1cm bottom-margin: 1cm language: 'JA)) (element p (make paragraph font-size: 16pt quadding: 'center)) (element gazou1 (let ((file (attribute-string "src")) (type (attribute-string "type"))) (make external-graphic display?: #t space-before: 10pt space-after: 10pt display-alignment: 'center entity-system-id: file notation-system-id: type scale: 'max-uniform))) (element gazou2 (let ((file (attribute-string "src")) (type (attribute-string "type"))) (make external-graphic display?: #t space-before: 10pt space-after: 10pt display-alignment: 'start entity-system-id: file notation-system-id: type max-height: 25mm max-width: 30mm scale: 'max-uniform))) (element gazou3 (let ((file (attribute-string "src")) (type (attribute-string "type"))) (make external-graphic display?: #t space-before: 10pt space-after: 10pt display-alignment: 'end entity-system-id: file notation-system-id: type max-height: 50mm max-width: 60mm scale: 'max-uniform))) (element gazou4 (let ((file (attribute-string "src")) (type (attribute-string "type"))) (make external-graphic display?: #t space-before: 10pt space-after: 10pt display-alignment: 'center entity-system-id: file notation-system-id: type max-height: 75mm max-width: 90mm scale: 'max-uniform)))