Re: [Doxygen-users] How to generate an Appendix page

2014-01-13 Thread Stefan Heiss
On Fri, Jan 10, 2014 at 3:14 AM, wrote: Date: Fri, 10 Jan 2014 09:08:44 +0100 From: Stefan Heiss Subject: [Doxygen-users] How to generate an Appendix page To: "doxygen-users@lists.sourceforge.net" Message-ID: Content-Type: text/plain; charset="iso-8859-1&

Re: [Doxygen-users] How to generate a PDF with numbered bookmark pane

2014-01-10 Thread Stefan Heiss
I found a solution to my below Problem. Putting the following line into the refman.tex file will provide numbered Bookmarks. \hypersetup{bookmarksnumbered=true} Having numbered Bookmarks, makes the Navigation in a PDF document much easier. From: heiss.ste...@hotmail.com To: doxygen-users@lis

[Doxygen-users] How to generate an Appendix page

2014-01-10 Thread Stefan Heiss
Is there an official way to generate an doxygen page and move it in the Appendix. I'm currently thinking about patching the refman.tex Output from doxygen in such a way that it will include an Appendix, and move some pages therein. Basically, that works with a few awk/grep/sed lines of code. How

[Doxygen-users] How to generate a PDF with numbered bookmark pane

2014-01-08 Thread Stefan Heiss
I generate a PDF out of doxygen's latex output using Miktex compiler. While the the document itself contains alphanumeric numbered headlines, the corresponding bookmark pane in the PDF file does only contain the text of the headlines, but not the numbering. Has someone a solution on how to g