texlive[66687] Master: latex-context-ppchtex for m-pictex.sty
commits+karl at tug.org
commits+karl at tug.org
Mon Mar 27 22:14:44 CEST 2023
Revision: 66687
http://tug.org/svn/texlive?view=revision&revision=66687
Author: karl
Date: 2023-03-27 22:14:44 +0200 (Mon, 27 Mar 2023)
Log Message:
-----------
latex-context-ppchtex for m-pictex.sty (27mar23)
Modified Paths:
--------------
trunk/Master/tlpkg/bin/tlpkg-ctan-check
trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
Added Paths:
-----------
trunk/Master/texmf-dist/doc/latex/latex-context-ppchtex/
trunk/Master/texmf-dist/doc/latex/latex-context-ppchtex/README.md
trunk/Master/texmf-dist/tex/latex/latex-context-ppchtex/
trunk/Master/texmf-dist/tex/latex/latex-context-ppchtex/m-pictex.sty
trunk/Master/tlpkg/tlpsrc/latex-context-ppchtex.tlpsrc
Removed Paths:
-------------
trunk/Master/texmf-dist/tex/latex/context/
Added: trunk/Master/texmf-dist/doc/latex/latex-context-ppchtex/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/latex-context-ppchtex/README.md (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/latex-context-ppchtex/README.md 2023-03-27 20:14:44 UTC (rev 66687)
@@ -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
+
+
+
+
Property changes on: trunk/Master/texmf-dist/doc/latex/latex-context-ppchtex/README.md
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/latex-context-ppchtex/m-pictex.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/latex-context-ppchtex/m-pictex.sty (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/latex-context-ppchtex/m-pictex.sty 2023-03-27 20:14:44 UTC (rev 66687)
@@ -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
Property changes on: trunk/Master/texmf-dist/tex/latex/latex-context-ppchtex/m-pictex.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/tlpkg/bin/tlpkg-ctan-check
===================================================================
--- trunk/Master/tlpkg/bin/tlpkg-ctan-check 2023-03-27 20:10:44 UTC (rev 66686)
+++ trunk/Master/tlpkg/bin/tlpkg-ctan-check 2023-03-27 20:14:44 UTC (rev 66687)
@@ -459,7 +459,7 @@
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
Modified: trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc 2023-03-27 20:10:44 UTC (rev 66686)
+++ trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc 2023-03-27 20:14:44 UTC (rev 66687)
@@ -744,6 +744,7 @@
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
Added: trunk/Master/tlpkg/tlpsrc/latex-context-ppchtex.tlpsrc
===================================================================
More information about the tex-live-commits
mailing list.