summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-03-27 20:14:44 +0000
committerKarl Berry <karl@freefriends.org>2023-03-27 20:14:44 +0000
commit92db61824f7f439f7668c877881b0472130f035a (patch)
tree31eac2ad831d5009e8bb56f7c9d95e2335ae8d35
parent71f67ee2a48075705efbeeec43eb1adf60fcc13a (diff)
latex-context-ppchtex for m-pictex.sty (27mar23)
git-svn-id: svn://tug.org/texlive/trunk@66687 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/latex-context-ppchtex/README.md31
-rw-r--r--Master/texmf-dist/tex/latex/context/ppchtex/m-ch-de.sty19
-rw-r--r--Master/texmf-dist/tex/latex/context/ppchtex/m-ch-en.sty19
-rw-r--r--Master/texmf-dist/tex/latex/context/ppchtex/m-ch-nl.sty19
-rw-r--r--Master/texmf-dist/tex/latex/context/ppchtex/m-pictex.sty5
-rw-r--r--Master/texmf-dist/tex/latex/latex-context-ppchtex/m-pictex.sty7
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rw-r--r--Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/latex-context-ppchtex.tlpsrc0
9 files changed, 40 insertions, 63 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-context-ppchtex/README.md b/Master/texmf-dist/doc/latex/latex-context-ppchtex/README.md
new file mode 100644
index 00000000000..8659e33b6d8
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex-context-ppchtex/README.md
@@ -0,0 +1,31 @@
+# latex-context-ppchtex
+
+Stubs for legacy latex wrappers for context pictex modules
+
+These LaTeX packages were wrappers for Context modules making
+picTeX more easily usable in classic TeX with no e-TeX extensions.
+
+
+The main file, m-pictex.sty is here adjusted to be a stub loading
+pictex.sty
+This has not been needed in LaTeX or Context for decades, but
+old documents may be using this name.
+
+
+m-ch-de.sty m-ch-en.sty m-ch-nl.sty
+
+were wrappers for additional Context MkII pictex chemistry
+modules. However as the underlying Context code is no longer
+distributed, these files are preserved in this repository for
+information, but not distributed to CTAN.
+
+
+https://github.com/LaTeX-Package-Repositories/latex-context-ppchtex
+
+
+David Carlisle
+LaTeX Project Licence: https://www.latex-project.org/lppl.txt
+
+
+
+
diff --git a/Master/texmf-dist/tex/latex/context/ppchtex/m-ch-de.sty b/Master/texmf-dist/tex/latex/context/ppchtex/m-ch-de.sty
deleted file mode 100644
index d35f8cf2d25..00000000000
--- a/Master/texmf-dist/tex/latex/context/ppchtex/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/Master/texmf-dist/tex/latex/context/ppchtex/m-ch-en.sty b/Master/texmf-dist/tex/latex/context/ppchtex/m-ch-en.sty
deleted file mode 100644
index e93a49867e2..00000000000
--- a/Master/texmf-dist/tex/latex/context/ppchtex/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/Master/texmf-dist/tex/latex/context/ppchtex/m-ch-nl.sty b/Master/texmf-dist/tex/latex/context/ppchtex/m-ch-nl.sty
deleted file mode 100644
index 6e2b8d43d9f..00000000000
--- a/Master/texmf-dist/tex/latex/context/ppchtex/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/Master/texmf-dist/tex/latex/context/ppchtex/m-pictex.sty b/Master/texmf-dist/tex/latex/context/ppchtex/m-pictex.sty
deleted file mode 100644
index a967b362deb..00000000000
--- a/Master/texmf-dist/tex/latex/context/ppchtex/m-pictex.sty
+++ /dev/null
@@ -1,5 +0,0 @@
-\ProvidesPackage{m-pictex}[2004/07/30 package wrapper for m-pictex.tex]
-
-\input{m-pictex.mkii}
-
-\endinput
diff --git a/Master/texmf-dist/tex/latex/latex-context-ppchtex/m-pictex.sty b/Master/texmf-dist/tex/latex/latex-context-ppchtex/m-pictex.sty
new file mode 100644
index 00000000000..60b13ddd3a7
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/latex-context-ppchtex/m-pictex.sty
@@ -0,0 +1,7 @@
+\ProvidesPackage{m-pictex}[2023/03/25 legacy package m-pictex]
+% David Carlisle (with permission of Hans Hagen)
+% https://www.latex-project.org/lppl.txt
+
+\RequirePackage{pictex}
+
+\endinput
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index d813c89fa1c..16f28f58bee 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -459,7 +459,7 @@ my @TLP_working = qw(
lapdf lastpackage lastpage
latex latex-amsmath-dev latex-base-dev
latex-brochure
- latex-course latex-doc-ptr latex-firstaid-dev
+ latex-context-ppchtex latex-course latex-doc-ptr latex-firstaid-dev
latex-fonts latex-for-undergraduates
latex-git-log latex-graphics-companion latex-graphics-dev
latex-lab latex-lab-dev
diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
index 074c0e79b5b..bd07d7f0682 100644
--- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
@@ -744,6 +744,7 @@ depend lastpage
depend latex-amsmath-dev
depend latex-base-dev
depend latex-bin-dev
+depend latex-context-ppchtex
depend latex-firstaid-dev
depend latex-graphics-dev
depend latex-lab-dev
diff --git a/Master/tlpkg/tlpsrc/latex-context-ppchtex.tlpsrc b/Master/tlpkg/tlpsrc/latex-context-ppchtex.tlpsrc
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/latex-context-ppchtex.tlpsrc