I have a similar problem with pdfTeXk (Version 3.141592-1.40.3 (Web2C 7.5.6))
(RedHat)

After playing with _test.tex file (generated by Doxygen 1.8.3.1 from the
text.txt mentioned here), I found that the problem is in the following line:

\multicolumn{5}{|p{(\linewidth-\tabcolsep*5-\arrayrulewidth*1)*5/5}|}{Table
3-\/1. ~ Table 3  }\\\cline{1-5}

pdfTeXk cannot understand "(\linewidth-\tabcolsep*5-\arrayrulewidth*1)*5/5"
calculation. If it is replaced with a fixed value (for example "1in") then
the error does not happen. Values "\linewidth", "\tabcolsep" and
"\arrayrulewidth" are defined and work separately, but pdfTeXk cannot
evaluate the expression.

I tried the following workaround:
\newlength{\jopalength}
\setlength{\jopalength}
     {(\linewidth-\tabcolsep*5-\arrayrulewidth*1)*5/5}

at the beginning of _test.tex and then replaced the problematic line with
\multicolumn{5}{|p{\jopalength}|}{Table 3-\/1. ~ Table 3  }\\\cline{1-5}

This way it works.

Of course, it is not a good solution and the question still remains (at
least to me)- is it a Doxygen issue or pdfTeXk issue?

Since \multicolumn is used to prepare the index in refman.pdf, I would guess
such a problem would be very noticable to many users... Please advise with a
solution...



--
View this message in context: 
http://doxygen.10944.n7.nabble.com/erroneous-latex-generated-tp5579p5650.html
Sent from the Doxygen - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to