From 9963d62aabbced75e14b6d5985f2955551210252 Mon Sep 17 00:00:00 2001 From: Marius Date: Sat, 25 Jun 2011 12:40:12 +0300 Subject: beta 2011.06.25 11:24 --- tex/latex/context/m-ch-de.sty | 19 ------------------- tex/latex/context/m-ch-en.sty | 19 ------------------- tex/latex/context/m-ch-nl.sty | 19 ------------------- tex/latex/context/m-metapo.sty | 5 ----- tex/latex/context/m-pictex.sty | 5 ----- tex/latex/context/ppchtex/m-ch-de.sty | 19 +++++++++++++++++++ tex/latex/context/ppchtex/m-ch-en.sty | 19 +++++++++++++++++++ tex/latex/context/ppchtex/m-ch-nl.sty | 19 +++++++++++++++++++ tex/latex/context/ppchtex/m-pictex.sty | 5 +++++ 9 files changed, 62 insertions(+), 67 deletions(-) delete mode 100644 tex/latex/context/m-ch-de.sty delete mode 100644 tex/latex/context/m-ch-en.sty delete mode 100644 tex/latex/context/m-ch-nl.sty delete mode 100644 tex/latex/context/m-metapo.sty delete mode 100644 tex/latex/context/m-pictex.sty create mode 100644 tex/latex/context/ppchtex/m-ch-de.sty create mode 100644 tex/latex/context/ppchtex/m-ch-en.sty create mode 100644 tex/latex/context/ppchtex/m-ch-nl.sty create mode 100644 tex/latex/context/ppchtex/m-pictex.sty (limited to 'tex/latex') diff --git a/tex/latex/context/m-ch-de.sty b/tex/latex/context/m-ch-de.sty deleted file mode 100644 index d35f8cf2d..000000000 --- a/tex/latex/context/m-ch-de.sty +++ /dev/null @@ -1,19 +0,0 @@ -\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 diff --git a/tex/latex/context/m-ch-en.sty b/tex/latex/context/m-ch-en.sty deleted file mode 100644 index e93a49867..000000000 --- a/tex/latex/context/m-ch-en.sty +++ /dev/null @@ -1,19 +0,0 @@ -\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 \ No newline at end of file diff --git a/tex/latex/context/m-ch-nl.sty b/tex/latex/context/m-ch-nl.sty deleted file mode 100644 index 6e2b8d43d..000000000 --- a/tex/latex/context/m-ch-nl.sty +++ /dev/null @@ -1,19 +0,0 @@ -\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 diff --git a/tex/latex/context/m-metapo.sty b/tex/latex/context/m-metapo.sty deleted file mode 100644 index 2d568df96..000000000 --- a/tex/latex/context/m-metapo.sty +++ /dev/null @@ -1,5 +0,0 @@ -\ProvidesPackage{m-metapo}[2004/07/30 package wrapper for m-metapo.tex] - -\input{m-metapo.tex} - -\endinput \ No newline at end of file diff --git a/tex/latex/context/m-pictex.sty b/tex/latex/context/m-pictex.sty deleted file mode 100644 index 18630f2cc..000000000 --- a/tex/latex/context/m-pictex.sty +++ /dev/null @@ -1,5 +0,0 @@ -\ProvidesPackage{m-pictex}[2004/07/30 package wrapper for m-pictex.tex] - -\input{m-pictex.tex} - -\endinput \ No newline at end of file diff --git a/tex/latex/context/ppchtex/m-ch-de.sty b/tex/latex/context/ppchtex/m-ch-de.sty new file mode 100644 index 000000000..d35f8cf2d --- /dev/null +++ b/tex/latex/context/ppchtex/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 diff --git a/tex/latex/context/ppchtex/m-ch-en.sty b/tex/latex/context/ppchtex/m-ch-en.sty new file mode 100644 index 000000000..e93a49867 --- /dev/null +++ b/tex/latex/context/ppchtex/m-ch-en.sty @@ -0,0 +1,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 \ No newline at end of file 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 diff --git a/tex/latex/context/ppchtex/m-pictex.sty b/tex/latex/context/ppchtex/m-pictex.sty new file mode 100644 index 000000000..18630f2cc --- /dev/null +++ b/tex/latex/context/ppchtex/m-pictex.sty @@ -0,0 +1,5 @@ +\ProvidesPackage{m-pictex}[2004/07/30 package wrapper for m-pictex.tex] + +\input{m-pictex.tex} + +\endinput \ No newline at end of file -- cgit v1.2.3