From 5176866c6a12a2d1d36fe4fd7892573dd0de81c6 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 16 Jan 2022 22:04:02 +0000 Subject: latex-lab-dev (16jan22) git-svn-id: svn://tug.org/texlive/trunk@61624 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex-dev/latex-lab/README.md | 34 +++++++++++++++++++++ .../texmf-dist/doc/latex-dev/latex-lab/changes.txt | 11 +++++++ .../latex-lab/documentmetadata-support-code.pdf | Bin 0 -> 511324 bytes .../latex-lab/documentmetadata-support-code.tex | 4 +++ .../latex-lab/documentmetadata-support-doc.pdf | Bin 0 -> 375470 bytes .../latex-lab/documentmetadata-support-doc.tex | 6 ++++ .../latex-dev/latex-lab/latex-lab-testphase.pdf | Bin 0 -> 304289 bytes 7 files changed, 55 insertions(+) create mode 100644 Master/texmf-dist/doc/latex-dev/latex-lab/README.md create mode 100644 Master/texmf-dist/doc/latex-dev/latex-lab/changes.txt create mode 100644 Master/texmf-dist/doc/latex-dev/latex-lab/documentmetadata-support-code.pdf create mode 100644 Master/texmf-dist/doc/latex-dev/latex-lab/documentmetadata-support-code.tex create mode 100644 Master/texmf-dist/doc/latex-dev/latex-lab/documentmetadata-support-doc.pdf create mode 100644 Master/texmf-dist/doc/latex-dev/latex-lab/documentmetadata-support-doc.tex create mode 100644 Master/texmf-dist/doc/latex-dev/latex-lab/latex-lab-testphase.pdf (limited to 'Master/texmf-dist/doc/latex-dev/latex-lab') diff --git a/Master/texmf-dist/doc/latex-dev/latex-lab/README.md b/Master/texmf-dist/doc/latex-dev/latex-lab/README.md new file mode 100644 index 00000000000..3d71aa821c7 --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/latex-lab/README.md @@ -0,0 +1,34 @@ +# LaTeX laboratory + +This bundle holds optional files that are loaded in certain situations +by kernel code (if available). For example, the new (as of 2021/12) +`\DocumentMetadata` command in the kernel loads a file from here holding +the real payload. While this code is still in development and the use +is experimental and mainly for the tagging project, the code is stored +outside the format so that there can be intermediate releases not +affecting the production use of LaTeX. + + +Once the code is finalized and properly tested it will eventually move +to the kernel and the corresponding file in this bundle will +vanish. Note that none of these files are directly user accessible in +documents (i.e., they aren't packages) so the process is transparent +to documents already using the new functionality. + + +## Current support code in the bundle + +### Support for `\DocumentMetadata` + + +## License + +The license is LPPL 1.3c. + + +## Copyright + +This README file is + +Copyright (C) 2021 +The LaTeX Project diff --git a/Master/texmf-dist/doc/latex-dev/latex-lab/changes.txt b/Master/texmf-dist/doc/latex-dev/latex-lab/changes.txt new file mode 100644 index 00000000000..9551d74b797 --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/latex-lab/changes.txt @@ -0,0 +1,11 @@ +2021-12-30 Ulrike Fischer + + * documentmeta-support.dtx: + cleaned up keys and bundle name + * added latex-lab-testphase.dtx for wrappers for the testphase + key. + +2021-12-16 Frank Mittelbach + + * README.md: + Add the bundle to support project work. diff --git a/Master/texmf-dist/doc/latex-dev/latex-lab/documentmetadata-support-code.pdf b/Master/texmf-dist/doc/latex-dev/latex-lab/documentmetadata-support-code.pdf new file mode 100644 index 00000000000..674a5b97318 Binary files /dev/null and b/Master/texmf-dist/doc/latex-dev/latex-lab/documentmetadata-support-code.pdf differ diff --git a/Master/texmf-dist/doc/latex-dev/latex-lab/documentmetadata-support-code.tex b/Master/texmf-dist/doc/latex-dev/latex-lab/documentmetadata-support-code.tex new file mode 100644 index 00000000000..c051960ab9e --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/latex-lab/documentmetadata-support-code.tex @@ -0,0 +1,4 @@ +% this will typeset documentation + code + +\AtBeginDocument{\AlsoImplementation} +\input{documentmetadata-support.dtx} diff --git a/Master/texmf-dist/doc/latex-dev/latex-lab/documentmetadata-support-doc.pdf b/Master/texmf-dist/doc/latex-dev/latex-lab/documentmetadata-support-doc.pdf new file mode 100644 index 00000000000..b7a32c69047 Binary files /dev/null and b/Master/texmf-dist/doc/latex-dev/latex-lab/documentmetadata-support-doc.pdf differ diff --git a/Master/texmf-dist/doc/latex-dev/latex-lab/documentmetadata-support-doc.tex b/Master/texmf-dist/doc/latex-dev/latex-lab/documentmetadata-support-doc.tex new file mode 100644 index 00000000000..dcf45514d6c --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/latex-lab/documentmetadata-support-doc.tex @@ -0,0 +1,6 @@ +% this will typeset only documentation but not the code + +\AtBeginDocument{\OnlyDescription + \let\tableofcontents\relax + } +\input{documentmetadata-support.dtx} diff --git a/Master/texmf-dist/doc/latex-dev/latex-lab/latex-lab-testphase.pdf b/Master/texmf-dist/doc/latex-dev/latex-lab/latex-lab-testphase.pdf new file mode 100644 index 00000000000..bd2644efb41 Binary files /dev/null and b/Master/texmf-dist/doc/latex-dev/latex-lab/latex-lab-testphase.pdf differ -- cgit v1.2.3