Hi there
I am creating a document which includes some latex material generated by
the doxygen code documentation package. My document preamble is setting
the doc class to book with a 12pt font, a4paper � so my latex output
files have the following line�
\documentclass[12pt,a4paper]{book}
The font size of the generated output is 12pt until the point in the
included doxygen generated latex file which uses
\normalsize.
at which point the font size reverts to (what looks like) 10pt.
What should I do to fix this? Any suggestions?
guy