diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/aurical/aurical.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/aurical/aurical.sty | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/aurical/aurical.sty b/Master/texmf-dist/tex/latex/aurical/aurical.sty index c5aaede3ff7..42e9610be07 100644 --- a/Master/texmf-dist/tex/latex/aurical/aurical.sty +++ b/Master/texmf-dist/tex/latex/aurical/aurical.sty @@ -1,5 +1,16 @@ \ProvidesPackage{aurical} - [2006/01/01 aurical - a set of three decorative fonts with accents] + [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}} |