blob: d35f8cf2d25cacd5aa580dfb77023785144b37c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
|