diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-12 23:53:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-12 23:53:30 +0000 |
commit | 3334f8523fc53cf73f9746c5a4e75ad81fafc14a (patch) | |
tree | cf06f92db4771e5a2d3eaca6770f615a869d275b /Master/texmf-dist/tex/latex/context/m-ch-de.sty | |
parent | 67fff4f3e2521819464a8ceea9b3134a42ee8044 (diff) |
context
git-svn-id: svn://tug.org/texlive/trunk@785 c570f23f-e606-0410-a88d-b1316a301751
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 |