[latex3-commits] [git/LaTeX3-latex3-latex2e] prototype: Rename to latex-lab-prototype (d189725e)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Mar 8 19:56:54 CET 2022
Repository : https://github.com/latex3/latex2e
On branch : prototype
Link : https://github.com/latex3/latex2e/commit/d189725e894c99d7624a84b77fc5d40481caaf38
>---------------------------------------------------------------
commit d189725e894c99d7624a84b77fc5d40481caaf38
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Mar 8 18:56:54 2022 +0000
Rename to latex-lab-prototype
>---------------------------------------------------------------
d189725e894c99d7624a84b77fc5d40481caaf38
required/latex-lab/build.lua | 2 +-
required/latex-lab/changes.txt | 2 +-
required/latex-lab/documentmetadata-support.ins | 2 +-
required/latex-lab/{ltprototype.dtx => latex-lab-prototype.dtx} | 8 ++++----
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/required/latex-lab/build.lua b/required/latex-lab/build.lua
index 8e592e16..0f3ba4b9 100644
--- a/required/latex-lab/build.lua
+++ b/required/latex-lab/build.lua
@@ -14,7 +14,7 @@ maindir = "../.."
installfiles = {"*.ltx", "*.sty"}
typesetfiles = {
"latex-lab-testphase.dtx",
- "ltprototype.dtx",
+ "latex-lab-prototype.dtx",
"*-doc.tex",
"*-code.tex",
}
diff --git a/required/latex-lab/changes.txt b/required/latex-lab/changes.txt
index 0af1eb6f..e8595ba2 100644
--- a/required/latex-lab/changes.txt
+++ b/required/latex-lab/changes.txt
@@ -1,6 +1,6 @@
2022-03-08 Joseph Wright <Joseph.Wright at latex-project.org>
- * ltprototype.dtx
+ * latex-lab-prototype.dtx
New file re-implementing ides from on xtemplate.dtx using updated
keyval support
diff --git a/required/latex-lab/documentmetadata-support.ins b/required/latex-lab/documentmetadata-support.ins
index 5ef2f21d..a14d58e5 100644
--- a/required/latex-lab/documentmetadata-support.ins
+++ b/required/latex-lab/documentmetadata-support.ins
@@ -68,6 +68,6 @@ where one can also log issues in case there are any.
\generate{\file{phase-I-latex-lab-testphase.ltx}{\from{latex-lab-testphase.dtx}{phase-I}}}
\generate{\file{phase-II-latex-lab-testphase.ltx}{\from{latex-lab-testphase.dtx}{phase-II}}}
-\generate{\file{ltprototype.sty}{\from{ltprototype.dtx}{2ekernel}}}
+\generate{\file{latex-lab-prototype.sty}{\from{latex-lab-prototype.dtx}{2ekernel}}}
\endbatchfile
diff --git a/required/latex-lab/ltprototype.dtx b/required/latex-lab/latex-lab-prototype.dtx
similarity index 98%
rename from required/latex-lab/ltprototype.dtx
rename to required/latex-lab/latex-lab-prototype.dtx
index 2c59516d..b957ff5b 100644
--- a/required/latex-lab/ltprototype.dtx
+++ b/required/latex-lab/latex-lab-prototype.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-%% File: ltprototype.dtx
+%% File: latex-lab-prototype.dtx
%
% Copyright (C) 1999 Frank Mittelbach, Chris Rowley, David Carlisle
% (C) 2004-2010 Frank Mittelbach, The LaTeX Project
@@ -33,7 +33,7 @@
% \fi
%
% \title{^^A
-% The \textsf{ltprototype} package\\ Prototype document functions^^A
+% The \textsf{latex-lab-prototype} package\\ Prototype document functions^^A
% }
%
% \author{^^A
@@ -307,12 +307,12 @@
%
% \begin{implementation}
%
-% \section{\pkg{ltprototype} Implementation}
+% \section{\pkg{latex-lab-prototype} Implementation}
%
% \subsection{File declaration}
% \begin{macrocode}
%<*package>
-\ProvidesFile{ltprototype.sty}
+\ProvidesFile{latex-lab-prototype.sty}
[2022-03-25 v0.1a Experimental prototype document functions]
%</package>
% \end{macrocode}
More information about the latex3-commits
mailing list.