Well, after a lot of trial and error it turns out that doxygen is a red
herring � it�s the use of the moreverb.sty package which seems to be the
culprit. But I don�t know why. Anyone familiar with this package?
guy
>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