1、 Reference numberISO/IEC TR 19758:2003/Amd.2:2005(E)ISO/IEC 2005TECHNICAL REPORT ISO/IECTR19758First edition2003-04-01AMENDMENT 22005-07-01Information technology Document description and processing languages DSSSL library for complex compositionsAMENDMENT 2: Extensions to multilingual compositions (
2、South-East Asian compositions) Technologies de linformation Description de document et langages de traitement Bibliothque DSSSL pour compositions complexes AMENDEMENT 2: Extensions aux compositions multilingues (compositions sud-est asiatiques) Amendment 2:2006 toNational Standard of CanadaCAN/CSA-I
3、SO/IEC TR 19758:04Amendment 2:2005 to Technical Report ISO/IEC TR 19758:2003 has been adopted without modification(IDT) as Amendment 2:2006 to CAN/CSA-ISO/IEC TR 19758:04. This Amendment was reviewed by the CSATechnical Committee on Information Technology (TCIT) under the jurisdiction of the Strateg
4、ic SteeringCommittee on Information Technology and deemed acceptable for use in Canada.December 2006ISO/IEC TR 19758:2003/Amd.2:2005(E) PDF disclaimer This PDF file may contain embedded typefaces. In accordance with Adobes licensing policy, this file may be printed or viewed but shall not be edited
5、unless the typefaces which are embedded are licensed to and installed on the computer performing the editing. In downloading this file, parties accept therein the responsibility of not infringing Adobes licensing policy. The ISO Central Secretariat accepts no liability in this area. Adobe is a trade
6、mark of Adobe Systems Incorporated. Details of the software products used to create this PDF file can be found in the General Info relative to the file; the PDF-creation parameters were optimized for printing. Every care has been taken to ensure that the file is suitable for use by ISO member bodies
7、. In the unlikely event that a problem relating to it is found, please inform the Central Secretariat at the address given below. ISO/IEC 2005 All rights reserved. Unless otherwise specified, no part of this publication may be reproduced or utilized in any form or by any means, electronic or mechani
8、cal, including photocopying and microfilm, without permission in writing from either ISO at the address below or ISOs member body in the country of the requester. ISO copyright office Case postale 56 CH-1211 Geneva 20 Tel. + 41 22 749 01 11 Fax + 41 22 749 09 47 E-mail copyrightiso.org Web www.iso.o
9、rg ii ISO/IEC 2005 All rights reservedISO/IEC TR 19758:2003/Amd.2:2005(E) ISO/IEC 2005 All rights reserved iiiForeword ISO (the International Organization for Standardization) and IEC (the International Electrotechnical Commission) form the specialized system for worldwide standardization. National
10、bodies that are members of ISO or IEC participate in the development of International Standards through technical committees established by the respective organization to deal with particular fields of technical activity. ISO and IEC technical committees collaborate in fields of mutual interest. Oth
11、er international organizations, governmental and non-governmental, in liaison with ISO and IEC, also take part in the work. In the field of information technology, ISO and IEC have established a joint technical committee, ISO/IEC JTC 1. International Standards are drafted in accordance with the rule
12、s given in the ISO/IEC Directives, Part 2. The main task of the joint technical committee is to prepare International Standards. Draft International Standards adopted by the joint technical committee are circulated to national bodies for voting. Publication as an International Standard requires appr
13、oval by at least 75 % of the national bodies casting a vote. In exceptional circumstances, the joint technical committee may propose the publication of a Technical Report of one of the following types: type 1, when the required support cannot be obtained for the publication of an International Stand
14、ard, despite repeated efforts; type 2, when the subject is still under technical development or where for any other reason there is the future but not immediate possibility of an agreement on an International Standard; type 3, when the joint technical committee has collected data of a different kind
15、 from that which is normally published as an International Standard (“state of the art”, for example). Technical Reports of types 1 and 2 are subject to review within three years of publication, to decide whether they can be transformed into International Standards. Technical Reports of type 3 do no
16、t necessarily have to be reviewed until the data they provide are considered to be no longer valid or useful. Attention is drawn to the possibility that some of the elements of this document may be the subject of patent rights. ISO and IEC shall not be held responsible for identifying any or all suc
17、h patent rights. Amendment 2 to ISO/IEC TR 19758:2003 was prepared by Joint Technical Committee ISO/IEC JTC 1, Information technology, Subcommittee SC 34, Document description and processing languages. This amendment provides additional DSSSL library specifications for multilingual compositions. The
18、 style elements supported in this amendment are based on the requirements for South-East Asian documents. ISO/IEC TR 19758:2003/Amd.2:2005(E) ISO/IEC 2005 All rights reserved 1Information technology Document description and processing languages DSSSL library for complex compositions AMENDMENT 2 Exte
19、nsions to multilingual compositions (South-East Asian compositions) Page 5, subclause 4.5.2 Add the following note after the first paragraph: “NOTE In some multilingual documents, line spaces larger than those specified in the tables and paragraph spaces may be employed.” Page 11, subclause 4.12 Rep
20、lace “(right side in vertical composition or top side in horizontal composition)” with “(right/left side in vertical composition or top/bottom side in horizontal composition)”. Page 23, subclause 4.21 Add the following note under list item a): “NOTE The first paragraph in a clause may have non-inden
21、tation.” Page 23, subclause 4.21 Add the following list item c) after the list item b): “c) two em indentation”. Page 23, subclause 4.21 Add the following note at the end of the subclause: “NOTE Just after the paragraph indentation, an open quote may be located as a paragraph initiator.” Page 23, su
22、bclause 4.22 Add the following note after the last paragraph: “NOTE An underline or overline may be interrupted to avoid contacting with a character and be cut in pieces at word spaces. The property is a choice of interrupt/non-interrupt.” ISO/IEC TR 19758:2003/Amd.2:2005(E) 2 ISO/IEC 2005 All right
23、s reservedPage 24 Add the following subclauses before Clause 5: “ 4.25 Enclosure A rule encloses a character or character string. The enclosure has the properties of rule pattern, offset from character(s), and rounded corner. 4.26 Drop cap At the beginning of a paragraph, large character(s) with a h
24、eight larger than that of two lines can be employed in such a way that its body is dropped into the subsequent text. This drop cap has the properties of number of lines, number of characters, character size, and font. 4.27 Line spanning An area spanning several lines is reserved. The line spanning h
25、as the properties of range of spanning, character size in spanned lines and a spanned line space. 4.28 Letter space for emphasis (Sperrsatz) Character spaces in a character string to be emphasized are enlarged. Letter space for emphasis has the property of space size. ” Page 36, Clause 6 Add the fol
26、lowing specification after the comment “indent size at the beginning of the paragraph.”: ; two em indentation ; (add-result (define *first-line-start-indent* , ; (if findf (car findf) (* 2 *base-font-size*) Page 37, Clause 6 Add the following specification after the last paragraph of this clause: (d
27、efine PI (if (first-sibling? (current-node) (make paragraph first-line-start-indent: 0pt) (make paragraph first-line-start-indent: 10pt) ;1em ) ; (define (openquote) (make sequence (literal “) ISO/IEC TR 19758:2003/Amd.2:2005(E) ISO/IEC 2005 All rights reserved 3Page 41, Clause 7 Add the following s
28、pecification after the Underline specification: ; THAI_Underline (define (THAI_UNDERLINE) (make score type: after ; Note This specification is dependend to implementation. ; When specified language is Thai and the value of type is after, ; underline must avoid if glyph is available on underline posi
29、tion (process-children) Page 41, Clause 7 Replace the existing emphasizing-mark specification with the following specification: ; improvement (emphasizing-mark) ; (define (EMPHASIZING-MARK) (make emphasizing-mark mark: (make mark (sosofo-label (literal “) over-mark) (sosofo-label (literal “) under-m
30、ark) ; mark-style: Public Identifier ; (process-children) Page 46, Clause 7 Add the following specification at the end of the clause: (define (ENCLOSURE) (make box ( ; box-size-before: specification of the length between before line and placement-path ; box-size-after: specification of the length be
31、tween after line and placement-path ; box-size-start: specification of the length between end line and first glyph ; box-size-end: specification of the length between start line and last glyph box-open-end?: #t (process-children) ; NOTE Dropcap specification using the flow object class of table. (de
32、fine (dropcap scale num str width) ; width is number of characters in one line (let* (len (string-length str) (fsize (* *font-size* scale) (b (* (- width (* scale num) scale) (a (if ( (define (bullet) (make paragraph (literal “) ) ISO/IEC TR 19758:2003/Amd.2:2005(E) ICS 35.060 ISO/IEC 2005 All right
33、s reserved Copyright Notice This Amendment to the International Standard contains information copyright protected by the International Organization for Standardization (ISO) and the International Electrotechnical Commission (IEC). Except as permitted under the laws of Canada, no extract of this Amen
34、dment to the International Standard may be reproduced, stored in any retrieval system, or transmitted in any form or by any means, electronic, photocopying, recording, or otherwise, without prior permission from the Standards Council of Canada (SCC). Requests for permission to reproduce this Amendme
35、nt to the International Standard or parts thereof should be addressed to Manager, Technical Document Centre Standards Council of Canada 270 Albert Street, Suite 200 Ottawa, Ontario K1P 6N7 The Canadian adoption of this Amendment to the International Standard contains information copyright protected
36、by the Canadian Standards Association. All rights reserved. No part of this adopted Amendment may be reproduced in any form whatsoever without the prior permission of the publisher. ISO/IEC material is reprinted with permission. Requests for permission to reproduce this adopted Amendment or parts thereof should be addressed to Director, Information Products Canadian Standards Association 5060 Spectrum Way, Suite 100 Mississauga, Ontario L4W 5N6 Copyright violators will be prosecuted to the full extent of the law. PRINTEDIN CANADAIMPRIMEAU CANADA
copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
备案/许可证编号:苏ICP备17064731号-1