[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#920621: smaller example



Hi,

I am ratt-ing all the packages that build-depend on doxygen, and I encountered
a similar error while building a few of them (~10 but I'm holy at 33% of the 
ratt job).

One is gtg-trace; I extracted the stuff in doc/latex at the end of the build,
then I zeroed all the non-relevant stuff, to obtain the attached example

to reproduce, run:
pdflatex -interaction=nonstopmode refman

when using texlive-base 2018.20181214-1 it runs fine (the exit code is 0)

when using texlive-base 2018.20190126-1 it fails (and returns 1) and the
refman.log file is full of the messages that I also get when building
doxygen itself:

================================================================================
! Missing } inserted.
<inserted text>
                }   
l.102 \end{DoxyParams}

I've inserted something that you may have forgotten.
(See the <inserted text> above.)
With luck, this will get me unwedged. But if you
really didn't forget anything, try typing `2' now; then
my insertion and my current dilemma will both disappear.
================================================================================

the error disappears when I change group__traceType.tex as in:

--- a/group__traceType.tex
+++ b/group__traceType.tex
@@ -97,6 +97, @@ Set the type of output trace.
 
 
 \begin{DoxyParams}{Parameters}
-{\em type} & Type of trace to generate \\
 \hline
 \end{DoxyParams}

whereas tweaking refman.tex like this does not make it go away:

--- a/refman.tex
+++ b/refman.tex
@@ -12,7 +12,6 @@
 \PassOptionsToPackage{warn}{textcomp}
 \usepackage{textcomp}
 \usepackage[nointegrals]{wasysym}
-\usepackage[table]{xcolor}
 \usepackage{ifpdf,ifxetex}
 
 % Font selection

Hope this helps,

Paolo

Attachment: qqq.tar.xz
Description: application/xz


Reply to: