Real LaTeX chapters not sections

View: New views
3 Messages — Rating Filter:   Alert me  

Real LaTeX chapters not sections

by Illés József :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

could you help me how to make Doxygen emit real LaTeX chapters instead of  
just sections?

TIA

Regards,
Jozsef


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Doxygen-users mailing list
Doxygen-users@...
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Re: Real LaTeX chapters not sections

by Clemens Feige :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Illés József:
> Hi,
> could you help me how to make Doxygen emit real LaTeX chapters instead of  
> just sections?
>
> Regards,
> Jozsef

Hi Jozsef.
I see only two options:

1.
Modify and recompile Doxygen i.e. make yourself a patch.

2.
Take an automatic search-and-replace tool (e.g. SED, Perl) and
post-process the generated LaTeX files. I mean replace "\section{" with
"\chapter{". Then you want also to replace all "\subsection{" with
"\section" and so on.

Clemens

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Doxygen-users mailing list
Doxygen-users@...
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Parent Message unknown Re: Real LaTeX chapters not sections

by Illés József :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Clemens,

> I see only two options: [...]

Thanks for the reply. We decided to use sed for post-processing the  
generated LaTeX files. Later, we plan to move to utilizing XML output.

Regards,
Jozsef


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Doxygen-users mailing list
Doxygen-users@...
https://lists.sourceforge.net/lists/listinfo/doxygen-users