gallandarakhneorg / tex-templates

Templates and styles for UTBM, UFC and UB based on tex-upmethodology and Beamer
http://www.multiagent.fr/Publications#LaTeX
GNU Lesser General Public License v3.0
20 stars 10 forks source link

Restore the font #21

Closed Hywan closed 10 years ago

Hywan commented 10 years ago

Hello :-),

How to restore the default Latex (CMU) font please?

Thanks!

gallandarakhneorg commented 10 years ago

In which template?

Hywan commented 10 years ago

UFC.

Hywan commented 10 years ago

Actually, I would like to use the same font as in my document, i.e.: Euler (ASM Font). Is it possible?

gallandarakhneorg commented 10 years ago

Put the following line into the preamble of your document:

\renewcommand{\familydefault}{\rmdefault}

This line will restore the default font family.

The following font packages are automatically included: pifont, bbm, txfonts, helvet.

Hywan commented 10 years ago

Thanks.