> Is it possible for Doxygen to use a Latex2html converter as a preprocessor
> if I define the converter as input_filter?

I think you have to use FILTER_PATTERNS *.html=latex2html, but I
haven't tried this.

> My LaTex files are simple use cases. I have used the converter at
> command prompt to see if the conversion from .lyx to .html worked
> alright and it does.

If all generated HTML tags are here, it will not be a problem:

http://www.stack.nl/~dimitri/doxygen/manual/htmlcmds.html

You may need to remove tags such as <html> and <body> (this means to
wrap latex2html with another program).

Alternatively, there is also HTML_EXTRA_FILES option which just copies
files into the output directory, you will have to link these files
manually (from real doxygen files), not sure if doxygen will like it.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to