Text FormattingCombination of two Document Classes

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
bollox98
Posts: 3
Joined: Wed Jan 05, 2011 2:44 pm

Combination of two Document Classes

Post by bollox98 »

Hi,

anyone any idea how to combine scrartcl class with exam class? I want to use the style of scrartcl in combination with exam class.

Use of does not work for math environments.

Code: Select all

\renewcommand{\familydefault}{\sfdefault}
And adding sfmath seems to be a little bit too tricky.

Isn't there an easier way?

Thank you very much.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Combination of two Document Classes

Post by frabjous »

You can only use one document class at a time.

Could you be more specific about what aspect or aspects of the style you're trying to preserve? Surely scrartcl does not default to sans serif math.

What is complicated about using sfmath in particular? If it doesn't work, perhaps mathastext would?
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Combination of two Document Classes

Post by localghost »

bollox98 wrote:[…] I want to use the style of scrartcl in combination with exam class […]
Define "style" in this context.


Best regards and welcome to the board
Thorsten
Post Reply