1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162
|
\input texinfo @c -*-texinfo-*-
@c
@c Created:
@c Fri Jan 22 1999
@c
@c Revisions:
@c $Log: umlaut.texi,v $
@c Revision 1.1 2000/08/14 18:10:24 texi2htm
@c - new command line switch (Testing purpose) -def_table
@c to show new layout for @def commands.
@c - changes for new doc directory.
@c - much changes in documentation.
@c
@c Revision 1.3 1999/02/23 15:07:27 khm
@c - UPdated
@c
@c Revision 1.2 1999/02/10 21:54:51 khm
@c - Neuen Patch
@c
@c Revision 1.1 1999/02/04 17:16:23 khm
@c - txi-de.tex geaendert Of => of
@c
@c Revision 1.2 1999/02/03 13:47:54 khm
@c - ChangeLog upgedated.
@c
@c Revision 1.1 1999/02/03 12:59:00 khm
@c - Neue Version txi-de eingechecked wegen copyright usw.
@c
@c
@setfilename umlaut.info
@documentlanguage de
@c @documentlanguage zv
@settitle Test for Umlaute, accent etc.
@setchapternewpage on
@footnotestyle separate
@ifset shorttitlepage-enabled
@shorttitlepage ShortTitle
@end ifset
@titlepage
@title Title
@subtitle SubTitle
@author @copyright{}
@page
@vskip 0pt plus 1filll
Copyright @copyright{} Who it is@*
@sp 2
@end titlepage
@page
@chapter This is what you get
Copright Sign: @copyright{} @*
Pound Sign: @pounds{} @*
Minus Zeichen: @minus{} @*
TeX Logo: @TeX{}@*
dots@{@}: @dots{}@*
bullet@{@}:@bullet{}@*
Vertical Bar:@*
|
valid umlaut
@"a @"e @"i @"o @"u @"y
@"A @"E @"I @"O @"U
Non valid umlaut:@*
@"X @"x @"Q @"Y
Special characters in HTML:@*
< > &
acute accent:@*
@'a @'e @'i @'o @'u @'y
@'A @'E @'I @'O @'U @'Y
invalid acute accent:@*
@'z @'q @'r
@'Z @'Q @'R
valid Cedilla:@*
@,{c} @,{C}
non valid Cedilla:@*
@,{H} @,{h}
macron:@*
@=o
I don't know any invalid macron:@*
valid circumflex:@*
@^a @^e @^i @^o @^u
@^A @^E @^I @^O @^U
invalid circumflex:@*
@^z @^r @^t @^k
@^Z @^R @^T @^K
grave accent:@*
@`a @`e @`i @`o @`u
@`A @`E @`I @`O @`U
invalid grave accent:@*
@`z @`m @`p
tilde accent:@*
@~a @~n @~o
@~A @~O
invalid tilde accent:@*
@~Z @~s
@dotaccent{o}
@H{o}
@ringaccent{o}
@tieaccent{oo}
@u{o}
@ubaraccent{o}
@udotaccent{o}
@v{o}
@exclamdown{}
@questiondown{}
@aa{} @AA{}
@ae{} @AE{}
@dotless{i}
@dotless{j}
@l{} @L{}
@o{} @O{}
@oe{} @OE{}
@ss{}
What about @@url and @@uref
@url{http://www.fido.de/~kama}
Referenz:@*
@uref{http://www.fido.de/~kama}
Referenz mit Display Text:@*
@uref{http://www.fido.de/~kama, Second Argument of uref}
Referenz mit Display Text and special:@*
@uref{http://www.fido.de/~kama, Second Argument of uref, Third Argument of uref}
Email:@*
@email{kama@@hippo.fido.de}
Email mit display:@*
@email{kama@@hippo.fido.de, Anzeige der email Adrese}
@c I don't need any contents.
@contents
@bye
|