diff options
author | Karl Berry <karl@freefriends.org> | 2006-10-15 22:35:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-10-15 22:35:12 +0000 |
commit | 15e21b5bab66eca251ac48fdc052126505428d4e (patch) | |
tree | c39217317e0fc7a82220763a89e5d4c81067f9e4 /Master/texmf-dist/tex/latex/aurical/aurical.sty | |
parent | 29ba4ad184c07fa74a5518dbc854d2476d11f399 (diff) |
aurical 1.4 update (15oct06)
git-svn-id: svn://tug.org/texlive/trunk@2331 c570f23f-e606-0410-a88d-b1316a301751
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}} |