Re: [Doxygen-users] LaTex support in Doxygen

2013-03-15 Thread Vaclav Petras
> 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 se

Re: [Doxygen-users] LaTex support in Doxygen

2013-03-14 Thread Vaclav Petras
Hi, it is not possible. You can input only doxygen commands [1], HTML subset [2], C#-like XML [3] or Markdown [4]. The only thing you can do with the LaTeX file is to convert it to HTML, Markdown or some mix (you can use also you own commands [5]). Unfortunately, converting LaTeX to HTML has its

[Doxygen-users] LaTex support in Doxygen

2013-03-14 Thread Deb, Sunandita
Hi, Does Doxygen take a LaTex file 9instaed of a markdown file) as input source to produce html representation? If yes, do I need to turn MARKDOWN_SUPPORT = NO and add EXTENSION_MAPPING? What should I be adding for Doxygen to recognize a Latex file with '.tex' extension? thanks, Sunandita 614