summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/aurical/T1AmiciLogo.fd6
-rw-r--r--Master/texmf-dist/tex/latex/aurical/T1AuriocusKalligraphicus.fd6
-rw-r--r--Master/texmf-dist/tex/latex/aurical/T1JanaSkrivana.fd6
-rw-r--r--Master/texmf-dist/tex/latex/aurical/T1LukasSvatba.fd6
-rw-r--r--Master/texmf-dist/tex/latex/aurical/aurical.sty10
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