\TEX{}-input is escaped ...
Brought to you by:
adragos
In DOC++ 3.4.8 the \TEX{}-input is somehow
escaped when output to HTML is selected.
Example:
\TEX{\begin{eqnarray}
system\_frequency & = & 16.67\ MHz \nonumber \\
rtu\_frequency & = & 16\ MHz \nonumber \\
{system\_frequency \over rtu\_frequency} \approx 1
\end{eqnarray}}
The ampersands, &, are somehow escaped, \&,
when output is HTML. For PDF (via pdflatex on the
.tex-file) output is PERFECT!
Command:
doc++ -v -G --sort --tables --index --dir html
../src/api.dxx
This must be a bug.