Menu

#195 make pdf fails in 1.12.1

1.12.0
open
nobody
5
2009-01-31
2009-01-31
No

I'm working from the 1.12.1 sources, with tetex-3.0.

When generating the PDF version of the documentation,
there is a LaTeX error. I've tracked it down to
the generated file
<builddir>/doc/latex/
class_dynamic_library_manager_exception.tex

where the first \begin{CompactItemize}
is never closed.
Appending
\end{CompactItemize} in the appropriate place, so
the relevant section reads as

\subsection*{Public Types}
\begin{CompactItemize}
\item
enum {\bf Cause} \{ {\bf loadingFailed} = 0,
{\bf symbolNotFound}
\}\end{CompactItemize}

makes the problem go away.
However, I can't identify the features of the source
tree which create this error in the generated file.
Someone else may have better luck.

Discussion

  • Arnold the Frog

    Arnold the Frog - 2009-01-31
     
  • Arnold the Frog

    Arnold the Frog - 2009-01-31

    Sorry, wrong patch - that was a preliminary (wrong) version.

    I attach a much-improved patch.
    Note, however, that this is applied at a useless moment
    (it's still not a *source* patch).

    File Added: cppunit-1.12.1-bl12_extra-1.patch

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.