Next: Inserting Quotation Marks, Previous: Inserting Space, Up: Insertions [Contents][Index]
Here is a table with the commands Texinfo provides for inserting
floating accents. They all need an argument, the character to accent,
which can either be given in braces as usual (@'{e}
), or, as
a special case, the braces can be omitted, in which case the argument
is the next character (@'e
). This is to make the source as
convenient as possible to type and read, since accented characters are
very common in some languages.
If the command is alphabetic, such as @dotaccent
, then there
must be a space between the command name and argument if braces are
not used. If the command is non-alphabetic, such as @'
, then
there must not be a space; the argument is the very next
character.
Exception: the argument to @tieaccent
must be enclosed in
braces (since it is two characters instead of one).
To get the true accented characters output in Info, not just the ASCII
transliterations, it is necessary to specify @documentencoding
with an encoding which supports the required characters
(see @documentencoding
). In this case, you can also use
non-ASCII (e.g., pre-accented) characters in the source file.
Command | Output | What |
---|---|---|
@"o | ö | umlaut accent |
@'o | ó | acute accent |
@,{c} | ç | cedilla accent |
@=o | ō | macron/overbar accent |
@^o | ô | circumflex accent |
@`o | ò | grave accent |
@~o | õ | tilde accent |
@dotaccent{o} | ȯ | overdot accent |
@H{o} | ő | long Hungarian umlaut |
@ogonek{a} | ą | ogonek |
@ringaccent{o} | o* | ring accent |
@tieaccent{oo} | oo[ | tie-after accent |
@u{o} | ŏ | breve accent |
@ubaraccent{o} | o_ | underbar accent |
@udotaccent{o} | ọ | underdot accent |
@v{o} | ǒ | caron/hacek/check accent |
This table lists the Texinfo commands for inserting other characters commonly used in languages other than English.
@exclamdown{} | ¡ | upside-down ! |
@questiondown{} | ¿ | upside-down ? |
@aa{} @AA{} | å Å | a,A with circle |
@ae{} @AE{} | æ Æ | ae,AE ligatures |
@dh{} @DH{} | ð Ð | Icelandic eth |
@dotless{i} | i | dotless i |
@dotless{j} | j | dotless j |
@l{} @L{} | ł Ł | suppressed-L,l |
@o{} @O{} | ø Ø | O,o with slash |
@oe{} @OE{} | œ Œ | oe,OE ligatures |
@ordf{} @ordm{} | ª º | Spanish ordinals |
@ss{} | ß | es-zet or sharp S |
@th{} @TH{} | þ Þ | Icelandic thorn |
Next: Inserting Quotation Marks, Previous: Inserting Space, Up: Insertions [Contents][Index]