diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/isodoc/isodocsymbols.sty | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/isodoc/isodocsymbols.sty b/Master/texmf-dist/tex/latex/isodoc/isodocsymbols.sty new file mode 100644 index 00000000000..79456e4d7f4 --- /dev/null +++ b/Master/texmf-dist/tex/latex/isodoc/isodocsymbols.sty @@ -0,0 +1,15 @@ +\ProvidesPackage{isodocsymbols} + [2010/12/04 v1.0 Symbols for isodoc] +\IfFileExists{marvosym.sty}{}{\ClassError{isodoc}{package marvosym is not installed}{}} +\newcommand{\@isodocsym}{\fontfamily{mvs}\fontencoding{U} + \fontseries{m}\fontshape{n}\selectfont +} +\def\EuroSymbol {{\@isodocsym\char164}} +\def\EUROSymbol {{\@isodocsym\char99 }} +\def\LetterSymbol {{\@isodocsym\char66 }} +\def\EmailSymbol {{\@isodocsym\char107}} +\def\PhoneSymbol {{\@isodocsym\char84 }} +\def\MobileSymbol {{\@isodocsym\char72 }} +\let\EUR\EuroSymbol +\endinput +$Id: isodocsymbols.sty,v 1.1 2010/12/05 22:27:25 wybo Exp $ |