[vtk-developers] LaTeX and Doxygen

Brad King brad.king at kitware.com
Tue Jan 4 11:43:26 EST 2005


Philippe P. Pebay wrote:
> I have a question regarding the use of LaTeX with Doxygen.
> 
> I have documented vtkMeshQuality.h using LaTeX formulas, enclosed within 
> \f$ ... \f$.
> This works fine when I'm compiling on my platform, the images are 
> correctly generated and linked.
> 
> Now, I just checked the nightly build:
> http://www.vtk.org/doc/nightly/html/classvtkMeshQuality.html
> and it turns out that the LaTeX expressions are not properly compiled, 
> and appear almost in extenso: only the \f's have been removed; e.g.:
> \f$\frac{R}{2r}\f$
> appears as
> $\frac{R}{2r}$
> 
> Anybody knows what I'm doing wrong ?

Please submit this as a bug report here:

http://www.vtk.org/Bug

Thanks,
-Brad



More information about the vtk-developers mailing list