I am using doxygen to generate .chm and .pdf files.
In order to generate a PDF, I made some changes to my .dox configuration file:
GENERATE_LATEX = YES
COMPACT_LATEX = YES
GENERATE_DOCBOOK = YES
PERLMOD_LATEX = YES
Now, when I run doxygen on the .dox file, it generates a latex folder which contains some .tex files and make.bat file.
Before I run the make.bat file, I need to manually modify one of the .tex files to make the PDF that is generated from running make.bat appear in a landscape page orientation.
Is there a way to modify the .dox configuration to automatically generate the latex .tex file to include the change for enabling a landscape orientation?