diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/context/m-ch-de.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/context/m-ch-de.sty | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/context/m-ch-de.sty b/Master/texmf-dist/tex/latex/context/m-ch-de.sty new file mode 100644 index 00000000000..d35f8cf2d25 --- /dev/null +++ b/Master/texmf-dist/tex/latex/context/m-ch-de.sty @@ -0,0 +1,19 @@ +\ProvidesPackage{m-ch-de}[2004/07/30 package wrapper for m-ch-de.tex] + +\newif\ifPPCH@PSTRICKS + +\DeclareOption{pstricks}{\PPCH@PSTRICKStrue} +\DeclareOption{pictex}{\PPCH@PSTRICKSfalse} + +\ExecuteOptions{pictex} +\ProcessOptions\relax + +\ifPPCH@PSTRICKS + \RequirePackage{pstricks,pst-plot} +\else + \RequirePackage{m-pictex} +\fi + +\input{m-ch-de.tex} + +\endinput
\ No newline at end of file |