summaryrefslogtreecommitdiff
path: root/macros/generic/ofs/latex/decl
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/generic/ofs/latex/decl
Initial commit
Diffstat (limited to 'macros/generic/ofs/latex/decl')
-rw-r--r--macros/generic/ofs/latex/decl/a35.sty25
-rw-r--r--macros/generic/ofs/latex/decl/allfonts.sty20
2 files changed, 45 insertions, 0 deletions
diff --git a/macros/generic/ofs/latex/decl/a35.sty b/macros/generic/ofs/latex/decl/a35.sty
new file mode 100644
index 0000000000..1e7d8edc5c
--- /dev/null
+++ b/macros/generic/ofs/latex/decl/a35.sty
@@ -0,0 +1,25 @@
+%%% OSF-style file, see ofsdoc.tex for more details
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%% Jul 2001 Petr Olsak
+
+% See ofsdoc.tex manual for more details.
+% This file is a part of OFS macro package by Petr Olsak.
+
+\ifx\OFSprocessoptions\undefined
+ \ProvidesPackage {a35}
+ \RequirePackage {ofs}
+\fi
+
+\OFSputfamlist {a35.sty:}
+
+\OFSdeclarefamily [AvantGarde] {pag} \OFSnormalvariants
+\OFSdeclarefamily [Bookman] {pbk} \OFSnormalvariants
+\OFSdeclarefamily [NewCentury] {pnc} \OFSnormalvariants
+\OFSdeclarefamily [Palatino] {ppl} \OFSnormalvariants
+\OFSdeclarefamily [ZapfChancery] {pzc}
+\OFSputfamlist {\string\rm, \space- , \string\it, \space -}
+\OFSdeclarefamily [ZapfDingbats] {pzd}
+\OFSputfamlist {\string\rm, \space- , \space- , \space -}
+\OFSdeclarefamily [Symbol] {psy}
+\OFSputfamlist {\string\rm, \space- , \string\it, \space -}
+
diff --git a/macros/generic/ofs/latex/decl/allfonts.sty b/macros/generic/ofs/latex/decl/allfonts.sty
new file mode 100644
index 0000000000..a18d554ae7
--- /dev/null
+++ b/macros/generic/ofs/latex/decl/allfonts.sty
@@ -0,0 +1,20 @@
+% This file may be used by OFS (Olsak Font System)
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\ifx\OFSprocessoptions\undefined
+ \ProvidesPackage {allfonts}
+ \RequirePackage {ofs}
+\fi
+
+% The contents of this file is depend on the fonts installed in your TeX
+% system. If you install some fonts supported by OFS (or you write
+% the OFS support yourself), add the \RequirePackage {<package>}
+% in the following list:
+
+\RequirePackage{a35}
+
+% example:
+% \RequirePackage {skatalog}
+% after you install the fonts from Storm Type Foundry.
+%
+% See ofsdoc.tex for more information about OFS.