blob: 42e9610be076dd73a40bd9ac787f11a48865042d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
\ProvidesPackage{aurical}
[2006/10/12 aurical - a set of three decorative fonts with accents]
\newif\ifauri@backslant
\DeclareOption{backslant}{\auri@backslanttrue}
\ProcessOptions\relax
\ifauri@backslant
\newcommand{\auri@slant}{Rslant}
\else
\newcommand{\auri@slant}{Slant}
\fi
\newcommand{\Fontauri}{\usefont{T1}{AuriocusKalligraphicus}{m}{n}}
\newcommand{\Fontlukas}{\usefont{T1}{LukasSvatba}{m}{n}}
\newcommand{\Fontamici}{\usefont{T1}{AmiciLogo}{m}{n}}
\newcommand{\Fontskrivan}{\usefont{T1}{JanaSkrivana}{m}{n}}
\endinput
|