diff options
author | Norbert Preining <norbert@preining.info> | 2023-03-28 03:03:58 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2023-03-28 03:03:58 +0000 |
commit | 344dd03236ce7a31067cf768fed299127c60c7aa (patch) | |
tree | f49d0f6b2fbe9d87597177e249d2e7d6f15f971c /obsolete/macros/latex/contrib | |
parent | 8ee50414f6054311ac11efe8ea6360c25c622498 (diff) |
CTAN sync 202303280303
Diffstat (limited to 'obsolete/macros/latex/contrib')
-rw-r--r-- | obsolete/macros/latex/contrib/latex-context-ppchtex/README.md | 31 | ||||
-rw-r--r-- | obsolete/macros/latex/contrib/latex-context-ppchtex/m-pictex.sty | 7 |
2 files changed, 38 insertions, 0 deletions
diff --git a/obsolete/macros/latex/contrib/latex-context-ppchtex/README.md b/obsolete/macros/latex/contrib/latex-context-ppchtex/README.md new file mode 100644 index 0000000000..8659e33b6d --- /dev/null +++ b/obsolete/macros/latex/contrib/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/obsolete/macros/latex/contrib/latex-context-ppchtex/m-pictex.sty b/obsolete/macros/latex/contrib/latex-context-ppchtex/m-pictex.sty new file mode 100644 index 0000000000..60b13ddd3a --- /dev/null +++ b/obsolete/macros/latex/contrib/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 |