Hi,
I'm trying to generate aligned formulas in PDF (by first going to
docbook and later with dblatex) but I'm getting the error:
asciidoc -a latexmath -b docbook45 -o target/article.xml docs/
article.acd
dblatex target/article.xml
Build the book set list...
Build the listings...
XSLT stylesheets DocBook - LaTeX 2e (0.3.2-1)
===================================================
Build article.pdf
pdflatex failed
article.tex:84: Package amsmath Error: Erroneous nesting of equation
structures;
article.tex:84: leading text: \[\begin{align} 3 & 4 \\ 5 & 6
\end{align}
A possible reason for transformation failure is invalid DocBook
(as reported by xmllint)
The ofending code is this:
[latexmath]
++++++++++++++++++++++++++++++++++++++++++
\[\begin{align} 3 & 4 \\ 5 & 6 \end{align} \]
++++++++++++++++++++++++++++++++++++++++++
What I'm doing wrong?
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/asciidoc?hl=en.