Commit f15dc681 authored by Pavel Tvrdik's avatar Pavel Tvrdik
Browse files

Doc: Enable break lines in <tag></tag>

parent f5952c73
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 "