summaryrefslogtreecommitdiff
path: root/tex/latex/context/ppchtex/m-ch-en.sty
blob: e93a49867e23fd5441d35c43ced0eb224f3df814 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\ProvidesPackage{m-ch-en}[2004/07/30 package wrapper for m-ch-en.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-en.tex}

\endinput