File: texinfo.conf

package info (click to toggle)
gss 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 8,228 kB
  • ctags: 2,436
  • sloc: sh: 13,069; ansic: 11,900; python: 2,873; perl: 623; makefile: 172; sed: 16
file content (57 lines) | stat: -rw-r--r-- 725 bytes parent folder | download | duplicates (8)
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