Possible Duplicate:
How do I use a particular font for a small section of text in my document?
I am looking for changing the font just of a little part of my text, not a section title or anything, just some text in my document. If I use \usepackage{font} in the doc heading, then I change the whole document's font, but I only want to change the font of certain text.
How can I achieve this?
\usepackage{gfsartemisia-euler}to load a font. The problem is that I cannot do\usepackage{gfsartemisia-euler}just locally inside the document but it must be done in the preamble. However how can I achieve that only a small section of my text is written ingfsartemisia-eulerand the rest of the document including math including theorems and fancy headers just in standard font? – student Oct 30 '12 at 10:37