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 own complexity;
depends how is your LaTeX code complicated. But once finished, you can
set it as a filter in the Doxyfile.

LaTeX file can be included only into Doxygen LaTeX generated PDF
documentation. You can do it with LATEX_HEADER and LATEX_FOOTER.

To maintainers:
on the Features [6] page, XML is not listed:

//Plain text will do, Markdown is support, and for more fancy or
structured output HTML tags and/or some of doxygen's special commands
can be used.//

Vaclav

[1] http://www.stack.nl/~dimitri/doxygen/manual/commands.html
[2] http://www.stack.nl/~dimitri/doxygen/manual/htmlcmds.htm
[3] http://www.stack.nl/~dimitri/doxygen/manual/xmlcmds.html
[4] http://www.stack.nl/~dimitri/doxygen/manual/markdown.html
[5] http://www.stack.nl/~dimitri/doxygen/manual/custcmd.html
[6] http://www.stack.nl/~dimitri/doxygen/manual/features.html

On 14 March 2013 17:07, Deb, Sunandita <sunandita....@jpmchase.com> wrote:
> 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-430-1048
>
> sunandita....@jpmchase.com
>
>
>
> This communication is for informational purposes only. It is not intended as
> an offer or solicitation for the purchase or sale of any financial
> instrument or as an official confirmation of any transaction. All market
> prices, data and other information are not warranted as to completeness or
> accuracy and are subject to change without notice. Any comments or
> statements made herein do not necessarily reflect those of JPMorgan Chase &
> Co., its subsidiaries and affiliates. This transmission may contain
> information that is privileged, confidential, legally privileged, and/or
> exempt from disclosure under applicable law. If you are not the intended
> recipient, you are hereby notified that any disclosure, copying,
> distribution, or use of the information contained herein (including any
> reliance thereon) is STRICTLY PROHIBITED. Although this transmission and any
> attachments are believed to be free of any virus or other defect that might
> affect any computer system into which it is received and opened, it is the
> responsibility of the recipient to ensure that it is virus free and no
> responsibility is accepted by JPMorgan Chase & Co., its subsidiaries and
> affiliates, as applicable, for any loss or damage arising in any way from
> its use. If you received this transmission in error, please immediately
> contact the sender and destroy the material in its entirety, whether in
> electronic or hard copy format. Thank you. Please refer to
> http://www.jpmorgan.com/pages/disclosures for disclosures relating to
> European legal entities.
>
>
> ------------------------------------------------------------------------------
> 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
>

------------------------------------------------------------------------------
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