summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/ofs/allfonts.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/ofs/allfonts.sty')
-rw-r--r--Master/texmf-dist/tex/generic/ofs/allfonts.sty20
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/ofs/allfonts.sty b/Master/texmf-dist/tex/generic/ofs/allfonts.sty
new file mode 100644
index 00000000000..a18d554ae7d
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/ofs/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.