"Raphael" == Raphael Clifford <[EMAIL PROTECTED]> writes:
Raphael> Anyone got any idea how I can change the style of the section Raphael> headings in the cv_JMarc.layout. Basically they are rather Raphael> small and polite at the moment. I would like them big and Raphael> bold :)
Did you read the documentation at the beginning of cv.cls? It tries to explain what you can do at the latex level.
If you come up with a nice style, it can even be added as a style option to cv.cls...
Of course, I have not needed to update my cv for a long time, so the development of this class is a bit slow currently :)
JMarc
Hi, In the end I added
\sectionfont{\sffamily\fontseries{b}\selectfont}
in ERT. I also had to put "plain" as an option in layout->document otherwise some of the fonts were with serif and some sans serif. To fix the topic width I still edit the latex by hand though.
Cheers, Raphael
