Reputation: 6230
To distinguish this question from Doxygen: Adding a custom link under the "Related Pages" section which has an accepted answer that is not a real answer to the question, I specifically add prewritten to the question.
What I want:
\input
-ed into a full document)Using Doxygen to produce tex file will probably not work, since it does too much layout work [This holds for its HTML output too like empty table rows 2015]. If Doxygen takes some other input that can easily be transformed into LaTeX, that will do.
Upvotes: 0
Views: 1113
Reputation: 1214
You can easily add an already existing Latex file to your doxygen documentation using \latexonly\input{yourfile}\endlatexonly
.
I would assume you put it e.g. under a doxygen \page
.
Upvotes: 1