Re: [Doxygen-users] Include external latex documentation
Brought to you by:
dimitri
From: Jannick <jan...@gm...> - 2013-12-23 22:23:32
|
Jannick <jannick.news <at> gmail.com> writes: > > Hi, > > I suspect this is an evergreen issue, but I could find anything in the > archive so far: > > How can I add external latex documents into the doxygen documentation? I > think this should be appear as some include statement in refman.tex. > Unfortunately I could not figure out what the statement in the code > documentation should be calling for tex files. I intend to write tex files > for different routines which should be imported right to the code > documentation of the routine itself. > > FUP: Are there any problems in the combined latex output with internal and > mutual references between the external latex file and the doxygen latex files? > > Help and comments highly appreciated! > > Best > J. Hi, the below to bring this up again. Are there any easy ways to include external LaTeX documentation 1 - into the html/.chm documentation 2 - into the LaTeX documentation without any different treatment between (1) and (2) above? (2) could be captured by \latexonly \include{../doc.tex} \endlatexonly which excludes this piece of documentation from the html version. Any help on this will be highly appreciated. Cheers & Merry Xmas, J. |