Skip to content

Commit da6321d

Browse files
committed
Suppress autogenerated section IDs
1 parent 4d42bdc commit da6321d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ beyond that yet.
1414
apt-get install asciidoc
1515
make html
1616
# and optionally
17-
apt-get install dblatex inkscape
17+
apt-get install texlive inkscape
1818
make tex
1919

2020
For OSX, you can use port or brew to install the asciidoc package.

asciidoc_html.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ warnings=False
77
highlight=False
88
html_target=True
99
encoding=UTF-8
10+
sectids!
1011

1112
lsquo=‘
1213
rsquo=’

asciidoc_latex.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
newline=\n
33

44
[attributes]
5-
warnings=False
5+
sectids!
66
highlight=False
77
tex_target=True
88
lsquo=‘

0 commit comments

Comments
 (0)