Alexander Toresson wrote:
Hi!
Is it possible to set a truetype font that will be used for a
'paragraph class' or whatever it's called, for example Standard,
Chapter* or Title?
Yes, it is possible. First, make the font available for latex.
If you're lucky, there is some existing latex style file for that,
in which case you put the appropriate \usepackage command
into the document preamble.
If not, then you have to read up on how latex processes fonts
which is a long and boring task. At least that's how I
remember it. Figuring this one out took me a few days,
I didn't know much latex at the time. Perhaps the net
have some nice recipes on how to do this - it isn't
that much work for someone who knows the details.
Once you have the font available in latex, it is easier.
Some document classes, such as koma-script, have
simple commands for changing header font.
In others, you have to the \usefont command.
Helge Hafting