[PPL-devel] [Doxygen-users] Patch for Doxygen's src/latexgen.cpp

Dimitri Van Heesch doxygen at gmail.com
Sat Feb 19 09:37:04 CET 2011


Hi Roberto,

It apparently depends on the version of LaTeX whether or not this is
needed (I never had problems without the patch), but adding it doesn't seem 
to break anything either so I'll do that.

Regards,
  Dimitri

On Feb 19, 2011, at 8:57 , Roberto Bagnara wrote:

> 
> Without this patch \rowcolors remains undefined:
> 
> Index: src/latexgen.cpp
> ===================================================================
> --- src/latexgen.cpp	(revision 757)
> +++ src/latexgen.cpp	(working copy)
> @@ -318,7 +318,7 @@
>         "\\RequirePackage{longtable}\n"
>         "\\RequirePackage{verbatim}\n"
>         "\\RequirePackage{ifthen}\n"
> -       "\\RequirePackage{xcolor}\n\n";
> +       "\\RequirePackage[table]{xcolor}\n\n";
> 
>    t << "% Use helvetica font instead of times roman\n"
>         "\\RequirePackage{helvet}\n"
> 
> -- 
> Prof. Roberto Bagnara
> Applied Formal Methods Laboratory
> Department of Mathematics, University of Parma, Italy
> http://www.cs.unipr.it/~bagnara/
> mailto:bagnara at cs.unipr.it
> 
> ------------------------------------------------------------------------------
> The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
> Pinpoint memory and threading errors before they happen.
> Find and fix more than 250 security defects in the development cycle.
> Locate bottlenecks in serial and parallel code that limit performance.
> http://p.sf.net/sfu/intel-dev2devfeb
> _______________________________________________
> Doxygen-users mailing list
> Doxygen-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/doxygen-users




More information about the PPL-devel mailing list