blob: 134d107521ab2350ba0a814ff404e34ae68de169 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{initialfont}[]
\input Romantik.fd
\DeclareRobustCommand{\Initialfamily}{%
\fontencoding{U}%
\fontseries{xl}%
\fontshape{n}%
\fontfamily{Romantik}%
\selectfont}
\DeclareTextFontCommand{\initf}{\Initialfamily}
\endinput
|