Mercurial > hg > xemacs-beta
comparison man/texinfo/texinfo.texi @ 5741:d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
message <CAHCOHQngK6wyLhBtP9i5ngMyGTV9GFh3qU9tq8XebYTdVOYU2w@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Fri, 21 Jun 2013 08:44:33 -0600 |
parents | 64be8a494bdc |
children | 9fae6227ede5 |
comparison
equal
deleted
inserted
replaced
5740:00a421d2b2ba | 5741:d11efddf3617 |
---|---|
13715 | 13715 |
13716 @table @code | 13716 @table @code |
13717 @item US-ASCII | 13717 @item US-ASCII |
13718 This has no particular effect, but it's included for completeness. | 13718 This has no particular effect, but it's included for completeness. |
13719 | 13719 |
13720 @itemx UTF-8 | 13720 @item UTF-8 |
13721 The vast global character encoding, expressed in 8-bit bytes. | 13721 The vast global character encoding, expressed in 8-bit bytes. |
13722 The Texinfo processors have no deep knowledge of Unicode; for the most | 13722 The Texinfo processors have no deep knowledge of Unicode; for the most |
13723 part, they just pass along the input they are given to the output. | 13723 part, they just pass along the input they are given to the output. |
13724 | 13724 |
13725 @itemx ISO-8859-1 | 13725 @item ISO-8859-1 |
13726 @itemx ISO-8859-15 | 13726 @itemx ISO-8859-15 |
13727 @item ISO-8859-2 | 13727 @itemx ISO-8859-2 |
13728 These specify the standard encodings for Western European (the first | 13728 These specify the standard encodings for Western European (the first |
13729 two) and Eastern European languages (the third), respectively. ISO | 13729 two) and Eastern European languages (the third), respectively. ISO |
13730 8859-15 replaces some little-used characters from 8859-1 (e.g., | 13730 8859-15 replaces some little-used characters from 8859-1 (e.g., |
13731 precomposed fractions) with more commonly needed ones, such as the | 13731 precomposed fractions) with more commonly needed ones, such as the |
13732 Euro symbol (@euro{}). | 13732 Euro symbol (@euro{}). |
17426 @item @@AE@{@} | 17426 @item @@AE@{@} |
17427 @itemx @@ae@{@} | 17427 @itemx @@ae@{@} |
17428 Generate the uppercase and lowercase AE ligatures, respectively: | 17428 Generate the uppercase and lowercase AE ligatures, respectively: |
17429 @AE{}, @ae{}. @xref{Inserting Accents}. | 17429 @AE{}, @ae{}. @xref{Inserting Accents}. |
17430 | 17430 |
17431 @itemx @@afivepaper | 17431 @item @@afivepaper |
17432 Change page dimensions for the A5 paper size. @xref{A4 Paper}. | 17432 Change page dimensions for the A5 paper size. @xref{A4 Paper}. |
17433 | 17433 |
17434 @item @@afourlatex | 17434 @item @@afourlatex |
17435 @itemx @@afourpaper | 17435 @itemx @@afourpaper |
17436 @itemx @@afourwide | 17436 @itemx @@afourwide |
17953 Begin text to be ignored in one output format but not the others. | 17953 Begin text to be ignored in one output format but not the others. |
17954 @code{@@ifnothtml} text is omitted from HTML output, etc. Pair with | 17954 @code{@@ifnothtml} text is omitted from HTML output, etc. Pair with |
17955 the corresponding @code{@@end ifnot@var{format}}. | 17955 the corresponding @code{@@end ifnot@var{format}}. |
17956 @xref{Conditionals}. | 17956 @xref{Conditionals}. |
17957 | 17957 |
17958 @itemx @@ifnotinfo | 17958 @item @@ifnotinfo |
17959 Begin text to appear in output other than Info and (for historical | 17959 Begin text to appear in output other than Info and (for historical |
17960 compatibility) plain text. Pair with @code{@@end ifnotinfo}. | 17960 compatibility) plain text. Pair with @code{@@end ifnotinfo}. |
17961 @xref{Conditionals}. | 17961 @xref{Conditionals}. |
17962 | 17962 |
17963 @item @@ifplaintext | 17963 @item @@ifplaintext |