All Questions
25 questions
0
votes
1
answer
304
views
Why is the PDF generation using make.bat generated by Doxygen (LateX, refman.tex) on Windows not working?
I'm trying to generate LateX based code documentation using doxygen and using the make.bat created by doxygen to generate from LateX (refman.tex) a PDF.
Installations:
Operating System: Windows
...
0
votes
0
answers
140
views
LaTeX errors from Doxygen Output - Undefined tab position
I am getting LaTeX Error: Undefined tab position, and pdfLatex quits after receving too many (100 errors). My LaTeX generated by Doxygen is such (one instance of many)
\begin{tabbing}
xx\=xx\=xx\=xx\=...
0
votes
0
answers
246
views
Change options of already used latex package with doxygen
I'm using cmake with doxygen to generate documentation based on some markdown files. There are some special characters in those markdown files that I can't control (add by users and I just run my ...
1
vote
0
answers
91
views
Doxygen - Latex enumerate list item doesn't show properly
I have generated latex using Doxygen, I want to edit some pages and add an enumerate list in there, when I edit it, it doesn't show properly, it's like being overwritten with text there.
here is the ...
0
votes
1
answer
469
views
How can I get a markdown page TOC to render in latex using doxygen?
I am using doxygen for a development. I am supplementing some requirements information with markdown files that doxygen will consume at the same time as the source code. Each markdown requirements ...
0
votes
0
answers
1k
views
pdfTeX warning saying about duplicate figures
pdfTeX warning (ext4): destination with the same identifier (name{figure.1}) has been already used, duplicate ignored
I am using Doxygen tool to convert all my code documentation into PDF file while I ...
1
vote
0
answers
323
views
Doxygen:Is there an option to checking spellings (spell check) in doxygen special comments
I am using Doxygen to generate PDF files
Writing special doxygen comments inside .c and .h files I can able to run Doxygen on .c and .h files and parsing the special comments inside them and prepare ....
0
votes
0
answers
2k
views
Customize doxygen output for PDF LATEX
Problem:
Cannot customize the Doxygen output for LATEX to hide the page content. DoxgentLayout.xml gives you the ability to show or hide pages for HTML. looking for something equivalent
Why:
I need to ...
0
votes
0
answers
139
views
Doxygen cannot parsing the structure documentation in the source file
Doxygen cannot parsing a structure documentation inside .c file(and cannot create a corresponding .tex file) but parsing correctly from a separate .h file
Assumptions: Does the structures inside .c ...
1
vote
2
answers
250
views
Problem converting doxygen to latex to pdf
I have created a latex document from a c++ project using doxygen. After that, I have used pdflatex to convert the refman.tex document to pdf (I did this several times to ensure that all references ...
0
votes
1
answer
491
views
doxygen generated make.bat stops with errors. How to prevent such stops?
How can I prevent stops on errors and automate it always to proceed without interaction?
I called that make.bat batch script after my doxygen (1.8.16 on Win10) generated all that stuff in a latex ...
6
votes
1
answer
3k
views
Doxygen & (La)Tex - Cannot create PDF when using param-tags
I'm trying to generate PDF from source files using Doxygen and MikTex (also Tex Live tested) but with no success. Here is an example file which from I'm trying to generate the documentation:
/**
* @...
0
votes
1
answer
1k
views
Generating Doxygen documentation in pdf from latex
I am having a problem generating pdf documentation using Doxygen. It generates latex documentation, but when I try to build it using 'make pdf' (or pdflatex directly), I have regular errors. The most ...
0
votes
0
answers
405
views
basic Miktex - QWindowsWindow::setGeometry: Unable to set geometry 451x317+1010+537
I am running doxygen with LaTeX using basic MikTex (2.9.6850).
On a Windows 7 PC with same version of MikTex, the doxygen output is printed to the PDF as expected and happy days.
But the Windows 10 ...
1
vote
1
answer
1k
views
Doxygen make pdflatex fail on Debian VM
I installed Doxygen on a Debian VM on Virtualbox, hosted by a Windows 10 pc. It runs smoothly as creates all the basic documentations, but when I enter into a latex documentation directory and try to ...
1
vote
1
answer
742
views
doxygen: Table of contents broken in the pdf
After running Doxygen on my C++ code, I built the pdf documentation like this :
pdflatex refman.tex
All page numbers in the table of contents in the resulting pdf file are ??. What could be the ...
3
votes
0
answers
394
views
How to add watermark to the doxygen generated PDF file
I am generating the PDF file using doxygen on a Linux system.
I am using "make" in the latex folder. This generates the refman.pdf. I want to add a "INTERNAL ONLY" watermark to this. How can I ...
4
votes
1
answer
3k
views
Doxygen generated latex failing with pdflatex
I have generated latex with doxygen, then I run the make pdf command.
This is the first time I tried it.
[mysite.lan] (liberz) latex> make pdf
rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log ...
0
votes
1
answer
459
views
Centos 7 pdflatex's nonstop mode doesn't seem to work
I'm trying to build a reference manual based off of Doxygen generated LaTeX.
This document has several errors, mainly due to missing doc comments.
The command I used to generate the PDF file is:
...
1
vote
0
answers
571
views
Doxygen COMPACT_LATEX seems to generate incorrect Latex
I am trying to generate Latex output from Doxygen (1.8.9.1) on Windows 7 with DoxyWizard. My code is a small Python class and I just want the few pages that describe the class and its members or ...
3
votes
2
answers
9k
views
Latex to PDF error unknown float option 'H' Doxygen
I'm attempting to convert latex to pdf, using doxygen generated latex files. I am using Doxygen 1.8.7. However, I keep getting this error:
!LaTex Error: Unknown float option 'H'.
...
1.6 \begin<...
3
votes
2
answers
2k
views
How to diagnose errors in LaTeX generated by Doxygen 1.8.x: LT@LL@FM@cr
I've been using Doxygen successfully to generate PDF documentation for a sizable Fortran 90 project since v1.6. After a recent upgrade to Doxygen 1.8, pdflatex is choking with an error I can't ...
1
vote
0
answers
213
views
Doxygen generated Latex Files , Usage of LATEX_HEADER & INPUT tags
I tried to generate Latex Files with Doxygen. I used "INPUT" tag to get ".h" file and LATEX_HEADER to customise to my own HEADER. Problem is Integration of both Files. It is giving many Compilation ...
49
votes
7
answers
113k
views
How to get a single PDF document from Doxygen?
When I generate Doxygen documentation in PDF format, I get plenty of different files with a single diagram in each.
Is it possible to obtain a single PDF document, organized as a book, roughly as the ...
4
votes
1
answer
3k
views
How can I change the margins on a PDF document created by Doxygen?
I am using doxygen to generate a PDF of my code documentation. The PDF has very big margins when using PAPER_TYPE = letter. It looks OK when using a4wide but I would like to have more control over ...