Search found 2 matches

by NFB
Mon Jul 18, 2011 2:30 pm
Forum: Fonts & Character Sets
Topic: Reload Class Style
Replies: 4
Views: 3368

Reload Class Style

This needn't work but it could be worth a try:


\RequirePackage{subfig}
\documentclass{whatever}


I.e. loading the package before the class so the class can redefine what the package did.

Best

Sorry, I got derailed by other work, but finally got back to this. The above worked, but I had to ...
by NFB
Thu Jul 07, 2011 9:42 am
Forum: Fonts & Character Sets
Topic: Reload Class Style
Replies: 4
Views: 3368

Reload Class Style

Hi,

I'm writing an article with a significant amount of formatting rules supplied in a class. I'm also using the subfig package which changes the formatting of table/figure captions (font sizes etc.). Is there a way to reload or reinitialize the style from my class file?

Thanks.