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
|
#
# texinfo.conf
#
# Asciidoc global configuration file.
# Texinfo backend.
#
[miscellaneous]
outfilesuffix=.texi
newline=\n
[specialcharacters]
# Override SGML special chars.
&=&
<=<
>=>
# Texinfo special chars.
@=@@
{=@{
}=@}
[tags]
ilist=@itemize @bullet|@end itemize
ilistitem=|
ilisttext=@item|
vlist=@table @asis|@end table
vlistentry=|
vlisttext=|
vlistterm=@item|
vlistitem=|
# Quoted text.
emphasis=@emph\{|\}
strong=@strong\{|\}
monospaced=@code\{|\}
# Special word substitution.
[emphasizedwords]
@emph\{{words}\}
[monospacedwords]
@strong\{{words}\}
[strongwords]
@code\{{words}\}
# Paragraph substitution.
[paragraph]
|
[indentedparagraph]
@display
|
@end display
[verbatimblock]
@example
|
@end example
|