summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/context
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:53:30 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:53:30 +0000
commit3334f8523fc53cf73f9746c5a4e75ad81fafc14a (patch)
treecf06f92db4771e5a2d3eaca6770f615a869d275b /Master/texmf-dist/tex/latex/context
parent67fff4f3e2521819464a8ceea9b3134a42ee8044 (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')
-rw-r--r--Master/texmf-dist/tex/latex/context/m-ch-de.sty19
-rw-r--r--Master/texmf-dist/tex/latex/context/m-ch-en.sty19
-rw-r--r--Master/texmf-dist/tex/latex/context/m-ch-nl.sty19
-rw-r--r--Master/texmf-dist/tex/latex/context/m-metapo.sty5
-rw-r--r--Master/texmf-dist/tex/latex/context/m-pictex.sty5
5 files changed, 67 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
diff --git a/Master/texmf-dist/tex/latex/context/m-ch-en.sty b/Master/texmf-dist/tex/latex/context/m-ch-en.sty
new file mode 100644
index 00000000000..e93a49867e2
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/context/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/Master/texmf-dist/tex/latex/context/m-ch-nl.sty b/Master/texmf-dist/tex/latex/context/m-ch-nl.sty
new file mode 100644
index 00000000000..6e2b8d43d9f
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/context/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/Master/texmf-dist/tex/latex/context/m-metapo.sty b/Master/texmf-dist/tex/latex/context/m-metapo.sty
new file mode 100644
index 00000000000..2d568df9660
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/context/m-metapo.sty
@@ -0,0 +1,5 @@
+\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/Master/texmf-dist/tex/latex/context/m-pictex.sty b/Master/texmf-dist/tex/latex/context/m-pictex.sty
new file mode 100644
index 00000000000..18630f2ccbb
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/context/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