diff options
Diffstat (limited to 'tex/latex/context/ppchtex/m-ch-nl.sty')
-rw-r--r-- | tex/latex/context/ppchtex/m-ch-nl.sty | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tex/latex/context/ppchtex/m-ch-nl.sty b/tex/latex/context/ppchtex/m-ch-nl.sty new file mode 100644 index 000000000..6e2b8d43d --- /dev/null +++ b/tex/latex/context/ppchtex/m-ch-nl.sty @@ -0,0 +1,19 @@ +\ProvidesPackage{m-ch-nl}[2004/07/30 package wrapper for m-ch-nl.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-nl.tex} + +\endinput
\ No newline at end of file |