avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-libc-dev] Re: circ dep fix


From: Joerg Wunsch
Subject: Re: [avr-libc-dev] Re: circ dep fix
Date: Sun, 4 Aug 2002 23:12:43 +0200
User-agent: Mutt/1.2.5i

As Theodore A. Roth wrote:

> >The only problem is that starting with doxygen 2.1.17, it needs this
> >hack where doxygen.config gets copied into a second file, so doxygen
> >can be run another time with USE_PDFLATEX = YES.

> I think the reason for this is that is that pdflatex "extends" the latex 
> command set. Thus, you can't just run the tex source through latex because 
> of the extra commands.

As far as i can tell, they both operate on the same LaTeX input
files.  Regular latex either ignores them, or embeds them as
\special directives to be processed by the respective output device.

Anyway, here's a patch that should do the right thing for both,
doxygen 1.2.17, as well as for the older version.

Please note that i'm fiddling with the TOC creation values using some
sed(1) magic.  The default to only include top-level section names
into the TOC yields a pretty silly PDF file where you can't really
use the TOC at the left side in Acrobat reader.  Bumping that level
from 1 to 3 gives more details and thus makes it more resemble the
generated HTML code.  Alas, bumping that level is not a supported
doxygen option, thus the sed magic.  Sorry for non-Unix users, i hope
you've all got sed around.

Btw., i think even the PS version should include one additional
level in the TOC.
-- 
J"org Wunsch                                           Unix support engineer
address@hidden        http://www.interface-systems.de/~j/

Attachment: avr-libc-configurable-pdf.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]