Doc: Enable break lines in <tag></tag>
This commit is contained in:
parent
f5952c7343
commit
f15dc68138
1 changed files with 2 additions and 1 deletions
3
doc/sbase/dist/birddoc/latex2e/mapping
vendored
3
doc/sbase/dist/birddoc/latex2e/mapping
vendored
|
@ -4,6 +4,7 @@
|
|||
% The \relax is there to avoid sgml2latex rewriting the class
|
||||
<book> + "\\relax\\documentclass\[a4paper,10pt,openany\]{book}\n"
|
||||
"\\usepackage\[colorlinks=true,linkcolor=blue,pdftitle={BIRD User's Guide}\]{hyperref}\n"
|
||||
"\\usepackage{enumitem}\n"
|
||||
"\\usepackage{birddoc}\n"
|
||||
"\\usepackage{qwertz}\n"
|
||||
"\\usepackage{url}\n"
|
||||
|
@ -122,7 +123,7 @@
|
|||
<list> + "\\begin{list}{}{}\n" +
|
||||
</list> + "\\end{list}" +
|
||||
|
||||
<descrip> + "\\begin{description}" +
|
||||
<descrip> + "\\begin{description}\[style=unboxed\]" +
|
||||
</descrip> + "\\end{description}" +
|
||||
|
||||
<item> + "\\item "
|
||||
|
|
Loading…
Reference in a new issue