summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/pandora-latex/pandora.sty
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/latex/contrib/pandora-latex/pandora.sty
Initial commit
Diffstat (limited to 'macros/latex/contrib/pandora-latex/pandora.sty')
-rw-r--r--macros/latex/contrib/pandora-latex/pandora.sty20
1 files changed, 20 insertions, 0 deletions
diff --git a/macros/latex/contrib/pandora-latex/pandora.sty b/macros/latex/contrib/pandora-latex/pandora.sty
new file mode 100644
index 0000000000..841d3d84b0
--- /dev/null
+++ b/macros/latex/contrib/pandora-latex/pandora.sty
@@ -0,0 +1,20 @@
+\ProvidesPackage{pandora}
+ [2006/01/31 v1.1 LaTeX support for pandora fonts (PJ)]
+
+\newcommand*\pnrmfamily{%
+ \fontencoding{OT1}\fontfamily{pnr}\selectfont}
+
+\newcommand*\pnsffamily{%
+ \fontencoding{OT1}\fontfamily{pnss}\selectfont}
+
+\newcommand*\pnttfamily{%
+ \fontencoding{OT1}\fontfamily{pntt}\selectfont}
+
+\DeclareTextFontCommand{\textpnrm}{\pnrmfamily}
+\DeclareTextFontCommand{\textpnsf}{\pnsffamily}
+\DeclareTextFontCommand{\textpntt}{\pnttfamily}
+\DeclareTextFontCommand{\textpnsl}{\pnrmfamily\slshape}
+\DeclareTextFontCommand{\textpnbf}{\pnrmfamily\bfseries}
+\DeclareTextFontCommand{\textpnssl}{\pnssfamily\slshape}
+\DeclareTextFontCommand{\textpnsbf}{\pnssfamily\bfseries}
+\endinput \ No newline at end of file