manpagez: man pages & more
info texinfo
Home | html | info | man
[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

14.4 Inserting Accents

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 section @documentencoding enc: Set Input Encoding). In this case, you can also use non-ASCII (e.g., pre-accented) characters in the source file.

CommandOutputWhat
@"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}o<hacek/check/caron 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}idotless i
@dotless{j}jdotless 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

[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

This document was generated on October 2, 2013 using texi2html 5.0.

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.