First of all, I'm new here and I hope that I "Fonts and character sets" is the correct position for my thread. I have the following problem:
I want to create a document looking a bit old-style, but not too much. For this purpose, I want to have all headings appear in Auriocus Kalligraphicus. The problem is that for this I need the abbreviation of the font, don’t I?
For "French cursive", I found by chance somewhere in the web that the abbreviation was "frc" so I could set the headings with these lines.
Auriocous Kalligraphicus: http://www.tug.dk/FontCatalogue/aurical/
Code: Select all
\newcommand{\changefont}[3]{
\fontfamily{#1} \fontseries{#2} \fontshape{#3} \selectfont}
\setkomafont{sectioning}{\changefont{frc}{m}{n}}
I hope my question is not too stupid, but it’s the first document in which I want to use non-computer-modern fonts, so I never had that problem before.
cheers,
ewk