diff options
author | Karl Berry <karl@freefriends.org> | 2006-07-10 20:37:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-07-10 20:37:39 +0000 |
commit | 1d33a4b911b95fe3a7d3f4c074991e81fede83dc (patch) | |
tree | 9fc8ade3c4ca4c9bdded7c2f59a52adcd3f34a32 /Master/texmf-dist/tex | |
parent | c8c88bd598f23d1cd576810144ae4150e2e4551e (diff) |
aurical update (from 18apr06)
git-svn-id: svn://tug.org/texlive/trunk@1797 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
5 files changed, 30 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/aurical/T1AmiciLogo.fd b/Master/texmf-dist/tex/latex/aurical/T1AmiciLogo.fd new file mode 100644 index 00000000000..a365c049fc9 --- /dev/null +++ b/Master/texmf-dist/tex/latex/aurical/T1AmiciLogo.fd @@ -0,0 +1,6 @@ +\ProvidesFile{T1AmiciLogo.fd} + [2006/01/01 font def. for AmiciLogo, a calligraphic font like 16th century Bastarda with long s] + +\DeclareFontFamily{T1}{AmiciLogo}{\hyphenchar \font127} +\DeclareFontShape{T1}{AmiciLogo}{m}{n}{<-> [1.2] AmiciLogo}{} +\endinput diff --git a/Master/texmf-dist/tex/latex/aurical/T1AuriocusKalligraphicus.fd b/Master/texmf-dist/tex/latex/aurical/T1AuriocusKalligraphicus.fd new file mode 100644 index 00000000000..526864d3c9c --- /dev/null +++ b/Master/texmf-dist/tex/latex/aurical/T1AuriocusKalligraphicus.fd @@ -0,0 +1,6 @@ +\ProvidesFile{T1AuriocusKalligraphicus.fd} + [2006/01/01 font def. for AuriocusKalligraphicus, a calligraphic font along the handwriting of auriocus] + +\DeclareFontFamily{T1}{AuriocusKalligraphicus}{} +\DeclareFontShape{T1}{AuriocusKalligraphicus}{m}{n}{<-> [1.2] AuriocusKalligraphicus}{} +\endinput diff --git a/Master/texmf-dist/tex/latex/aurical/T1JanaSkrivana.fd b/Master/texmf-dist/tex/latex/aurical/T1JanaSkrivana.fd new file mode 100644 index 00000000000..fef4975663a --- /dev/null +++ b/Master/texmf-dist/tex/latex/aurical/T1JanaSkrivana.fd @@ -0,0 +1,6 @@ +\ProvidesFile{T1JanaSkrivana.fd} + [2006/01/01 font def. for JanaSkrivana, a calligraphic cursive handwriting with strong strokewidth modulations] + +\DeclareFontFamily{T1}{JanaSkrivana}{\hyphenchar \font127} +\DeclareFontShape{T1}{JanaSkrivana}{m}{n}{<-> [1.15] JanaSkrivana}{} +\endinput diff --git a/Master/texmf-dist/tex/latex/aurical/T1LukasSvatba.fd b/Master/texmf-dist/tex/latex/aurical/T1LukasSvatba.fd new file mode 100644 index 00000000000..52171927ba5 --- /dev/null +++ b/Master/texmf-dist/tex/latex/aurical/T1LukasSvatba.fd @@ -0,0 +1,6 @@ +\ProvidesFile{T1LukasSvatba.fd} + [2006/01/01 font def. for LukasSvatba, a calligraphic font like 16th century Bastarda] + +\DeclareFontFamily{T1}{LukasSvatba}{\hyphenchar \font127} +\DeclareFontShape{T1}{LukasSvatba}{m}{n}{<-> [1.2] LukasSvatba}{} +\endinput diff --git a/Master/texmf-dist/tex/latex/aurical/aurical.sty b/Master/texmf-dist/tex/latex/aurical/aurical.sty index ca5d20836b2..c5aaede3ff7 100644 --- a/Master/texmf-dist/tex/latex/aurical/aurical.sty +++ b/Master/texmf-dist/tex/latex/aurical/aurical.sty @@ -1,7 +1,9 @@ \ProvidesPackage{aurical} - [2004/04/16 AuriocusKalligraphicus - decorative font with accents] -\DeclareFontFamily{T1}{aurical}{} -\DeclareFontShape{T1}{aurical}{m}{n}{<-> aurical}{} -\def\Fontauri{\usefont{T1}{aurical}{m}{n}} + [2006/01/01 aurical - a set of three decorative fonts with accents] +\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 |