I want to have for just one chapter a special chapter heading format. So I use the command
\setkomafont{chapter}{\centering\large\rmfamily}
and then I want to revert back to the default chapter style that scrbook uses. The problem is that I don't know this default style (e.g. someone may change the preamble and have \Huge size instead of \LARGE that I have now). Can I somehow save the current chapter style and restore it later?
\begingroup … \endgroup. Related question: When should one use \begingroup instead of \bgroup?. – Speravir Feb 16 '14 at 23:13