[latex3-commits] [git/LaTeX3-latex3-latex3] master: Stub l3hooks package (a454d64)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Jun 3 09:34:39 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/a454d64faf1abc8b5fbc2bacffc903931eab3b92
>---------------------------------------------------------------
commit a454d64faf1abc8b5fbc2bacffc903931eab3b92
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Jun 3 08:34:39 2019 +0100
Stub l3hooks package
>---------------------------------------------------------------
a454d64faf1abc8b5fbc2bacffc903931eab3b92
l3kernel/l3prefixes.csv | 1 +
l3trial/{l3pdf => l3hooks}/build.lua | 0
.../l3pdf-code.tex => l3hooks/l3hooks-code.tex} | 4 +-
l3trial/l3hooks/l3hooks.dtx | 84 ++++++++++++++++++++
l3trial/{l3pdf/l3pdf.ins => l3hooks/l3hooks.ins} | 8 +-
.../testfiles/m3hooks000.lvt} | 2 +-
.../testfiles/m3hooks000.tlg} | 4 +-
7 files changed, 94 insertions(+), 9 deletions(-)
diff --git a/l3kernel/l3prefixes.csv b/l3kernel/l3prefixes.csv
index e537b9a..46476c2 100644
--- a/l3kernel/l3prefixes.csv
+++ b/l3kernel/l3prefixes.csv
@@ -73,6 +73,7 @@ hash,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-
hbox,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,https://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012-09-27,2012-09-27,
hcoffin,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,https://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012-09-28,2012-09-28,
hobete,hobete,Tobias Görlach,tobias.goerlach at ingenieur.de,http://www.disk0s1.de,,,2012-11-07,2012-11-07,
+hook,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,https://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2019-06-03,2019-06-03,
if,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,https://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012-09-27,2012-09-27,
inf,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,https://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2018-05-12,2018-05-12,
insert,l3kernel,The LaTeX3 Project,latex-team at latex-project.org,https://www.latex-project.org/latex3.html,https://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012-09-28,2012-09-28,
diff --git a/l3trial/l3pdf/build.lua b/l3trial/l3hooks/build.lua
similarity index 100%
copy from l3trial/l3pdf/build.lua
copy to l3trial/l3hooks/build.lua
diff --git a/l3trial/l3pdf/l3pdf-code.tex b/l3trial/l3hooks/l3hooks-code.tex
similarity index 96%
copy from l3trial/l3pdf/l3pdf-code.tex
copy to l3trial/l3hooks/l3hooks-code.tex
index 8855038..b7baeeb 100644
--- a/l3trial/l3pdf/l3pdf-code.tex
+++ b/l3trial/l3hooks/l3hooks-code.tex
@@ -1,6 +1,6 @@
\iffalse meta-comment
-File: l3pdf-code.tex
+File: l3hooks-code.tex
Copyright (C) 2019 The LaTeX3 Project
@@ -38,7 +38,7 @@ for those people who are interested.
\ExplSyntaxOn
\clist_gput_right:Nn \g_docinput_clist
{
- l3pdf.dtx ,
+ l3hooks.dtx ,
}
\ExplSyntaxOff
diff --git a/l3trial/l3hooks/l3hooks.dtx b/l3trial/l3hooks/l3hooks.dtx
new file mode 100644
index 0000000..bd3eecc
--- /dev/null
+++ b/l3trial/l3hooks/l3hooks.dtx
@@ -0,0 +1,84 @@
+% \iffalse meta-comment
+%
+%% File: l3hooks.dtx
+%
+% Copyright(C) 2019 The LaTeX3 Project
+%
+% It may be distributed and/or modified under the conditions of the
+% LaTeX Project Public License (LPPL), either version 1.3c of this
+% license or (at your option) any later version. The latest version
+% of this license is in the file
+%
+% http://www.latex-project.org/lppl.txt
+%
+% This file is part of the "l3trial bundle" (The Work in LPPL)
+% and all files in that bundle must be distributed together.
+%
+% -----------------------------------------------------------------------
+%
+% The development version of the bundle can be found at
+%
+% https://github.com/latex3/latex3
+%
+% for those people who are interested.
+%
+%<*driver|package>
+\RequirePackage{expl3}
+%</driver|package>
+%<*driver>
+\documentclass[full]{l3doc}
+\begin{document}
+ \DocInput{\jobname.dtx}
+\end{document}
+%</driver>
+% \fi
+%
+% \title{^^A
+% The \pkg{l3hooks} package\\ Hook management^^A
+% }
+%
+% \author{^^A
+% The \LaTeX3 Project\thanks
+% {^^A
+% E-mail:
+% \href{mailto:latex-team at latex-project.org}
+% {latex-team at latex-project.org}^^A
+% }^^A
+% }
+%
+% \date{Released 2019-05-28}
+%
+% \maketitle
+%
+% \begin{documentation}
+%
+% \section{\pkg{l3hooks} documentation}
+%
+% \end{documentation}
+%
+% \begin{implementation}
+%
+% \section{\pkg{l3hooks} implementation}
+%
+% \begin{macrocode}
+%<*initex|package>
+% \end{macrocode}
+%
+% \begin{macrocode}
+%<@@=hook>
+% \end{macrocode}
+%
+% \begin{macrocode}
+%<*package>
+\ProvidesExplPackage{l3hooks}{2019-05-28}{}
+ {L3 Experimental hook management}
+%</package>
+% \end{macrocode}
+%
+% \begin{macrocode}
+%</initex|package>
+% \end{macrocode}
+%
+% \end{implementation}
+%
+% \PrintIndex
diff --git a/l3trial/l3pdf/l3pdf.ins b/l3trial/l3hooks/l3hooks.ins
similarity index 90%
copy from l3trial/l3pdf/l3pdf.ins
copy to l3trial/l3hooks/l3hooks.ins
index 95fac09..0d4f003 100644
--- a/l3trial/l3pdf/l3pdf.ins
+++ b/l3trial/l3hooks/l3hooks.ins
@@ -1,6 +1,6 @@
\iffalse meta-comment
-File: l3pdf.ins
+File: l3hooks.ins
Copyright (C) 2019 The LaTeX3 Project
@@ -43,7 +43,7 @@ version of this license is in the file:
http://www.latex-project.org/lppl.txt
-This file is part of the "l3pdf bundle" (The Work in LPPL)
+This file is part of the "l3hooks bundle" (The Work in LPPL)
and all files in that bundle must be distributed together.
\endpreamble
@@ -53,8 +53,8 @@ and all files in that bundle must be distributed together.
\keepsilent
-\generate{\file{l3pdf.sty}
- {\from{l3pdf.dtx}{package}}
+\generate{\file{l3hooks.sty}
+ {\from{l3hooks.dtx}{package}}
}
\endbatchfile
diff --git a/l3trial/l3pdf/testfiles/m3pdf000.lvt b/l3trial/l3hooks/testfiles/m3hooks000.lvt
similarity index 93%
copy from l3trial/l3pdf/testfiles/m3pdf000.lvt
copy to l3trial/l3hooks/testfiles/m3hooks000.lvt
index 592e855..f5b392a 100644
--- a/l3trial/l3pdf/testfiles/m3pdf000.lvt
+++ b/l3trial/l3hooks/testfiles/m3hooks000.lvt
@@ -15,5 +15,5 @@
\START
\AUTHOR{Joseph Wright}
-\RequirePackage{l3pdf}
+\RequirePackage{l3hooks}
\END
diff --git a/l3trial/l3pdf/testfiles/m3pdf000.tlg b/l3trial/l3hooks/testfiles/m3hooks000.tlg
similarity index 64%
copy from l3trial/l3pdf/testfiles/m3pdf000.tlg
copy to l3trial/l3hooks/testfiles/m3hooks000.tlg
index c722276..6dd85a6 100644
--- a/l3trial/l3pdf/testfiles/m3pdf000.tlg
+++ b/l3trial/l3hooks/testfiles/m3hooks000.tlg
@@ -1,6 +1,6 @@
This is a generated file for the LaTeX (2e + expl3) validation system.
Don't change this file in any respect.
Author: Joseph Wright
-(l3pdf.sty
-Package: l3pdf ....-..-.. L3 Experimental core PDF support
+(l3hooks.sty
+Package: l3hooks ....-..-.. L3 Experimental hook management
)
More information about the latex3-commits
mailing list