Possible Duplicate:
Switching to different font size(s) locally
I am stuck on a font problem. I use a specific document class for writing my dissertation: the font is 12pt sized for the whole document, but on the first page I want to use the size of 11pt.
The problem is that on this first page I use a lot of \large, \Large, \huge etc. and using this:
\begingroup \fontsize{11pt}{12pt}\selectfont ga bu zo meu \endgroup
does not update the \large etc.
So: does anyone know how to temporarily change the font size AND update the size used for \large, \Large, \LARGE, \huge etc. ?
I know I can use KOMA scripts but it seems incompatible with one of my package.
! LaTeX Error: Command \l@addto@macro already defined.
Or name \end... illegal, see p.192 of the manual.
I know also that I can generate my first page separately and merge the PDFs files, but I suppose it exists a simple way for doing that. No?


relsizepackage might be of help here? – Werner Sep 29 '11 at 15:36relsizepackage won't work for the OP because that package increments/decrements font sizes in 20% steps, whereas he/she is looking to reduce the size by roughly 10% only (from 12pt to 11pt). However, can one modify the resizing increment of therelsizepackage? – Mico Sep 29 '11 at 16:19