summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/eurofont/europs.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/eurofont/europs.sty')
-rw-r--r--Master/texmf-dist/tex/latex/eurofont/europs.sty28
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/eurofont/europs.sty b/Master/texmf-dist/tex/latex/eurofont/europs.sty
new file mode 100644
index 00000000000..7fbaa82a615
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/eurofont/europs.sty
@@ -0,0 +1,28 @@
+%%
+%% This is file `europs.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% europs.dtx (with options: `style')
+%%
+%% Copyright 1998 Joern Clausen
+%%
+\ProvidesPackage{europs}
+ [1999/01/16 v1.2 Euro Currency Symbol PostScript]
+\NeedsTeXFormat{LaTeX2e}
+\RequirePackage{ifthen}
+\providecommand{\EURtm}{{\fontencoding{U}\fontfamily{zpeu}\selectfont E}}
+\providecommand{\EURhv}{{\fontencoding{U}\fontfamily{zpeus}\selectfont E}}
+\providecommand{\EURcr}{{\fontencoding{U}\fontfamily{zpeut}\selectfont E}}
+\providecommand{\EUR}{%
+ \ifthenelse{\equal{\f@family}{\rmdefault}}%
+ {\EURtm}%
+ {\ifthenelse{\equal{\f@family}{\ttdefault}}%
+ {\EURcr}%
+ {\EURhv}}%
+ }
+\providecommand{\EURofc}{{\usefont{U}{zpeus}{m}{n} E}}
+\endinput
+%%
+%% End of file `europs.sty'.