[latex3-commits] [git/LaTeX3-latex3-l3build] master: s/LaTeX3/LaTeX/ (dd36e23)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Jan 29 11:42:18 CET 2021
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/dd36e23d7251e863bbe825c7c000fb5a83b328d9
>---------------------------------------------------------------
commit dd36e23d7251e863bbe825c7c000fb5a83b328d9
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Jan 29 10:42:18 2021 +0000
s/LaTeX3/LaTeX/
>---------------------------------------------------------------
dd36e23d7251e863bbe825c7c000fb5a83b328d9
CHANGELOG.md | 2 +-
CONTRIBUTING.md | 2 +-
README.md | 10 +++++-----
build.lua | 2 +-
examples/Bundle-Flat/README.md | 2 +-
examples/Bundle-Tree/README.md | 2 +-
examples/README.md | 4 ++--
examples/Simple-Flat/README.md | 2 +-
examples/Simple-Tree/README.md | 2 +-
l3build-arguments.lua | 2 +-
l3build-aux.lua | 2 +-
l3build-check.lua | 2 +-
l3build-clean.lua | 2 +-
l3build-ctan.lua | 2 +-
l3build-file-functions.lua | 2 +-
l3build-help.lua | 6 +++---
l3build-install.lua | 2 +-
l3build-manifest-setup.lua | 2 +-
l3build-manifest.lua | 2 +-
l3build-stdmain.lua | 2 +-
l3build-tagging.lua | 2 +-
l3build-typesetting.lua | 2 +-
l3build-unpack.lua | 2 +-
l3build-upload.lua | 2 +-
l3build-variables.lua | 2 +-
l3build.1 | 2 +-
l3build.dtx | 18 +++++++++---------
l3build.ins | 4 ++--
l3build.lua | 2 +-
29 files changed, 45 insertions(+), 45 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0c5761c..c0ccbaa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -474,7 +474,7 @@ this project uses date-based 'snapshot' version identifiers.
### Removed
- Rationalise short option names: removed `-d`, `-E`, `-r`
-- Target `cmdcheck`: specific to LaTeX3 kernel work
+- Target `cmdcheck`: specific to LaTeX kernel work
[Unreleased]: https://github.com/latex3/l3build/compare/2020-06-04...HEAD
[2020-06-04]: https://github.com/latex3/l3build/compare/2020-03-25...2020-06-04
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a152299..e85fa76 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,5 +1,5 @@
Thanks for considering contributing to `l3build`: feedback, fixes and ideas are
-all useful. Here, we ([The LaTeX3 Project](https://www.latex-project.org)) have
+all useful. Here, we ([The LaTeX Project](https://www.latex-project.org)) have
collected together a few pointers to help things along.
## Bugs
diff --git a/README.md b/README.md
index c3630c8..d55aaf9 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-l3build: a testing and building system for LaTeX3
+l3build: a testing and building system for LaTeX
=================================================
Release 2020-06-04
@@ -14,23 +14,23 @@ high-quality LaTeX code by providing:
The bundle consists of a Lua script to run the tasks and a
`.tex` file which provides the testing environment. These were
-originally developed for supporting LaTeX3 development but
+originally developed for supporting LaTeX development but
are designed such that they can be readily used by others. Full
documentation is provided.
Issues
------
-The issue tracker for LaTeX3 is currently located
+The issue tracker for LaTeX is currently located
[on GitHub](https://github.com/latex3/l3build/issues).
Development team
----------------
-The LaTeX kernel is developed by [The LaTeX3 Project](https://latex-project.org).
+The LaTeX kernel is developed by [The LaTeX Project](https://latex-project.org).
-----
-<p>Copyright (C) 2014-2020 The LaTeX3 Project <br />
+<p>Copyright (C) 2014-2020 The LaTeX Project <br />
<a href="http://latex-project.org/">http://latex-project.org/</a> <br />
All rights reserved.</p>
diff --git a/build.lua b/build.lua
index ff9e128..b88df70 100644
--- a/build.lua
+++ b/build.lua
@@ -1,6 +1,6 @@
#!/usr/bin/env texlua
--- Build script for LaTeX3 "l3build" files
+-- Build script for LaTeX "l3build" files
-- Identify the bundle and module
module = "l3build"
diff --git a/examples/Bundle-Flat/README.md b/examples/Bundle-Flat/README.md
index ce82506..af884cf 100644
--- a/examples/Bundle-Flat/README.md
+++ b/examples/Bundle-Flat/README.md
@@ -10,6 +10,6 @@ in the build script for each module.
-----
-Copyright (C) 2014-2017 The LaTeX3 Project <br />
+Copyright (C) 2014-2017,2021 The LaTeX Project <br />
<http://latex-project.org/> <br />
All rights reserved.
diff --git a/examples/Bundle-Tree/README.md b/examples/Bundle-Tree/README.md
index 9d81b52..1dbaaaa 100644
--- a/examples/Bundle-Tree/README.md
+++ b/examples/Bundle-Tree/README.md
@@ -10,6 +10,6 @@ in the build script for each module.
-----
-Copyright (C) 2014-2017 The LaTeX3 Project <br />
+Copyright (C) 2014-2017,2021 The LaTeX Project <br />
<http://latex-project.org/> <br />
All rights reserved.
diff --git a/examples/README.md b/examples/README.md
index 4c7284e..d2327b1 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -1,4 +1,4 @@
-l3build: a testing and building system for LaTeX3
+l3build: a testing and building system for LaTeX
=================================================
Examples
@@ -19,6 +19,6 @@ The examples are:
-----
-Copyright (C) 2014-2017 The LaTeX3 Project <br />
+Copyright (C) 2014-2017,2021 The LaTeX Project <br />
<http://latex-project.org/> <br />
All rights reserved.
diff --git a/examples/Simple-Flat/README.md b/examples/Simple-Flat/README.md
index 56eecba..e202504 100644
--- a/examples/Simple-Flat/README.md
+++ b/examples/Simple-Flat/README.md
@@ -11,6 +11,6 @@ As the `.dtx` package file grows larger, it may be sensible to split it up into
-----
-Copyright (C) 2014-2017 The LaTeX3 Project <br />
+Copyright (C) 2014-2017,2021 The LaTeX Project <br />
<http://latex-project.org/> <br />
All rights reserved.
diff --git a/examples/Simple-Tree/README.md b/examples/Simple-Tree/README.md
index f7b430d..eff506d 100644
--- a/examples/Simple-Tree/README.md
+++ b/examples/Simple-Tree/README.md
@@ -10,6 +10,6 @@ This is left as an exercise to the energetic package writer studying these examp
-----
-Copyright (C) 2014-2017 The LaTeX3 Project <br />
+Copyright (C) 2014-2017,2021 The LaTeX Project <br />
<http://latex-project.org/> <br />
All rights reserved.
diff --git a/l3build-arguments.lua b/l3build-arguments.lua
index 9d109e5..3d3e2bb 100644
--- a/l3build-arguments.lua
+++ b/l3build-arguments.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-arguments.lua Copyright (C) 2018-2020 The LaTeX3 Project
+File l3build-arguments.lua Copyright (C) 2018-2020 The LaTeX Project
It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3build-aux.lua b/l3build-aux.lua
index 992dd5e..6256a24 100644
--- a/l3build-aux.lua
+++ b/l3build-aux.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-aux.lua Copyright (C) 2018-2020 The LaTeX3 Project
+File l3build-aux.lua Copyright (C) 2018-2020 The LaTeX Project
It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3build-check.lua b/l3build-check.lua
index e9c8141..1053280 100644
--- a/l3build-check.lua
+++ b/l3build-check.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-check.lua Copyright (C) 2018-2020 The LaTeX3 Project
+File l3build-check.lua Copyright (C) 2018-2020 The LaTeX Project
It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3build-clean.lua b/l3build-clean.lua
index 27ed42b..6c3e6db 100644
--- a/l3build-clean.lua
+++ b/l3build-clean.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-clean.lua Copyright (C) 2018,2020 The LaTeX3 Project
+File l3build-clean.lua Copyright (C) 2018,2020 The LaTeX Project
It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3build-ctan.lua b/l3build-ctan.lua
index df1daf9..9815077 100644
--- a/l3build-ctan.lua
+++ b/l3build-ctan.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-ctan.lua Copyright (C) 2018-2020 The LaTeX3 Project
+File l3build-ctan.lua Copyright (C) 2018-2020 The LaTeX Project
It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3build-file-functions.lua b/l3build-file-functions.lua
index 7d13fc9..1c20b13 100644
--- a/l3build-file-functions.lua
+++ b/l3build-file-functions.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-file-functions.lua Copyright (C) 2018-2020 The LaTeX3 Project
+File l3build-file-functions.lua Copyright (C) 2018-2020 The LaTeX Project
It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3build-help.lua b/l3build-help.lua
index 055fc1a..8627e14 100644
--- a/l3build-help.lua
+++ b/l3build-help.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-help.lua Copyright (C) 2018,2020 The LaTeX3 Project
+File l3build-help.lua Copyright (C) 2018,2020 The LaTeX Project
It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -32,7 +32,7 @@ function version()
"\n" ..
"l3build: A testing and building system for LaTeX\n\n" ..
"Release " .. release_date .. "\n" ..
- "Copyright (C) 2014-2020 The LaTeX3 Project"
+ "Copyright (C) 2014-2020 The LaTeX Project"
)
end
@@ -87,5 +87,5 @@ function help()
print("")
print("Repository : https://github.com/latex3/l3build")
print("Bug tracker : https://github.com/latex3/l3build/issues")
- print("Copyright (C) 2014-2020 The LaTeX3 Project")
+ print("Copyright (C) 2014-2020 The LaTeX Project")
end
diff --git a/l3build-install.lua b/l3build-install.lua
index 77c15fd..92bfa12 100644
--- a/l3build-install.lua
+++ b/l3build-install.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-install.lua Copyright (C) 2018-2020 The LaTeX3 Project
+File l3build-install.lua Copyright (C) 2018-2020 The LaTeX Project
It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3build-manifest-setup.lua b/l3build-manifest-setup.lua
index 26bf1ca..e00f48f 100644
--- a/l3build-manifest-setup.lua
+++ b/l3build-manifest-setup.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-manifest-setup.lua Copyright (C) 2018,2020 The LaTeX3 Project
+File l3build-manifest-setup.lua Copyright (C) 2018,2020 The LaTeX Project
It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3build-manifest.lua b/l3build-manifest.lua
index dc51389..7ddceb2 100644
--- a/l3build-manifest.lua
+++ b/l3build-manifest.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-manifest.lua Copyright (C) 2018,2020 The LaTeX3 Project
+File l3build-manifest.lua Copyright (C) 2018,2020 The LaTeX Project
It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3build-stdmain.lua b/l3build-stdmain.lua
index 8e873a4..b086eb0 100644
--- a/l3build-stdmain.lua
+++ b/l3build-stdmain.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-stdmain.lua Copyright (C) 2018-2020 The LaTeX3 Project
+File l3build-stdmain.lua Copyright (C) 2018-2020 The LaTeX Project
It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3build-tagging.lua b/l3build-tagging.lua
index a00180b..aa84b0d 100644
--- a/l3build-tagging.lua
+++ b/l3build-tagging.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-tagging.lua Copyright (C) 2018-2020 The LaTeX3 Project
+File l3build-tagging.lua Copyright (C) 2018-2020 The LaTeX Project
It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3build-typesetting.lua b/l3build-typesetting.lua
index b58a87b..7701f88 100644
--- a/l3build-typesetting.lua
+++ b/l3build-typesetting.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-typesetting.lua Copyright (C) 2018-2020 The LaTeX3 Project
+File l3build-typesetting.lua Copyright (C) 2018-2020 The LaTeX Project
It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3build-unpack.lua b/l3build-unpack.lua
index 4f16f75..d5c8e30 100644
--- a/l3build-unpack.lua
+++ b/l3build-unpack.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-unpack.lua Copyright (C) 2018-2020 The LaTeX3 Project
+File l3build-unpack.lua Copyright (C) 2018-2020 The LaTeX Project
It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3build-upload.lua b/l3build-upload.lua
index ba74309..7270ebf 100644
--- a/l3build-upload.lua
+++ b/l3build-upload.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-upload.lua Copyright (C) 2018-2020 The LaTeX3 Project
+File l3build-upload.lua Copyright (C) 2018-2020 The LaTeX Project
It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3build-variables.lua b/l3build-variables.lua
index 87ce01d..7215b18 100644
--- a/l3build-variables.lua
+++ b/l3build-variables.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-variables.lua Copyright (C) 2018-2020 The LaTeX3 Project
+File l3build-variables.lua Copyright (C) 2018-2020 The LaTeX Project
It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3build.1 b/l3build.1
index 9262d7c..3569dc5 100644
--- a/l3build.1
+++ b/l3build.1
@@ -59,7 +59,7 @@ Shuffle order of tests
Location of user texmf tree
.SH BUGS
.SH AUTHOR
-The LaTeX3 Project (latex-team at latex-project.org)
+The LaTeX Project (latex-team at latex-project.org)
.PP
Please log issues on the GitHub homepage:
https://github.com/latex3/l3build/issues.
diff --git a/l3build.dtx b/l3build.dtx
index 0d90723..490098b 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -1,6 +1,6 @@
% \iffalse
%
-% File l3build.dtx (C) Copyright 2014-2020 The LaTeX3 Project
+% File l3build.dtx (C) Copyright 2014-2020 The LaTeX Project
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -227,7 +227,7 @@
% }
%
% \author{^^A
-% The \LaTeX3 Project\thanks
+% The \LaTeX{} Project\thanks
% {^^A
% E-mail:
% \href{mailto:latex-team at latex-project.org}
@@ -274,7 +274,7 @@
% The \pkg{l3build} system is also capable of building and checking \emph{bundles} of packages.
% To avoid confusion, we refer to either a standalone package or a package within a bundle as a \emph{module}.
%
-% For example, within the \LaTeX3 project we have the \textsf{l3packages} bundle which contains the \textsf{xparse}, \textsf{xtemplate}, etc., modules.
+% For example, within the \LaTeX{} project we have the \textsf{l3packages} bundle which contains the \textsf{xparse}, \textsf{xtemplate}, etc., modules.
% These are all built and distributed as one bundle for installation, distribution \emph{via} CTAN and so forth.
%
% Each module in a bundle will have its own build script, and a bundle build script brings them all together.
@@ -616,12 +616,12 @@
% \end{figure}
%
% An example of a bundle build script for \pkg{l3packages} is shown in Figure~\ref{fig:bundle}.
-% Note for \LaTeX3 we use a common file to set all build variables in one place, and the path to the |l3build.lua| script is hard-coded so we always use our own most recent version of the script.
+% Note for \LaTeX{} we use a common file to set all build variables in one place, and the path to the |l3build.lua| script is hard-coded so we always use our own most recent version of the script.
% An example of an accompanying module build script is shown in Figure~\ref{fig:module}.
%
% \begin{figure}[p]
% \begin{lstlisting}[frame=single,language={[5.2]Lua},gobble = 6]
-% -- Build script for LaTeX3 "l3packages" files
+% -- Build script for LaTeX "l3packages" files
%
% -- Identify the bundle: there is no module as this is the "driver"
% bundle = "l3packages"
@@ -635,7 +635,7 @@
%
% \begin{figure}[p]
% \begin{lstlisting}[frame=single,language={[5.2]Lua},gobble = 6]
-% -- Build script for LaTeX3 "xparse" files
+% -- Build script for LaTeX "xparse" files
%
% -- Identify the bundle and module:
% bundle = "l3packages"
@@ -737,10 +737,10 @@
% \subsection{Dependencies}
%
% If you have multiple packages that are developed separately but still interact in some way, it's often desirable to integrate them when performing regression tests.
-% For \LaTeX3, for example, when we make changes to \pkg{l3kernel} it's important to check that the tests for \pkg{l3packages} still run correctly, so it's necessary to include the \pkg{l3kernel} files in the build process for \pkg{l3packages}.
+% For \LaTeX{}, for example, when we make changes to \pkg{l3kernel} it's important to check that the tests for \pkg{l3packages} still run correctly, so it's necessary to include the \pkg{l3kernel} files in the build process for \pkg{l3packages}.
%
% In other words, \pkg{l3packages} is \emph{dependent} on \pkg{l3kernel}, and this is specified in \pkg{l3build} by setting appropriately the variables \texttt{checkdeps}, \texttt{typesetdeps}, and \texttt{unpackdeps}.
-% The relevant parts of the \LaTeX3 repository is structured as the following.
+% The relevant parts of the \LaTeX{} repository is structured as the following.
% \Needspace{3\baselineskip}
% \begin{Verbatim}
% l3/
@@ -759,7 +759,7 @@
% xparse.ins
% support/
% \end{Verbatim}
-% For \LaTeX3 build files, |maindir| is defined as top level folder |l3|, so all support files are located here, and the build directories will be created there.
+% For \LaTeX{} build files, |maindir| is defined as top level folder |l3|, so all support files are located here, and the build directories will be created there.
% To set \pkg{l3kernel} as a dependency of \pkg{l3package}, within |l3packages/xparse/build.lua| the equivalent of the following is set:
% \begin{Verbatim}
% maindir = "../.."
diff --git a/l3build.ins b/l3build.ins
index 483bab9..bdb0fb7 100644
--- a/l3build.ins
+++ b/l3build.ins
@@ -1,6 +1,6 @@
\iffalse meta-comment
-File l3build.ins Copyright (C) 2014-2018 The LaTeX3 Project
+File l3build.ins Copyright (C) 2014-2018,2021 The LaTeX Project
It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -32,7 +32,7 @@ license information is placed in the derived files.
\preamble
-Copyright (C) 2014-2018 The LaTeX3 Project
+Copyright (C) 2014-2021 The LaTeX Project
It may be distributed and/or modified under the conditions of
the LaTeX Project Public License (LPPL), either version 1.3c of
diff --git a/l3build.lua b/l3build.lua
index 7d5d56a..4d8fcc2 100755
--- a/l3build.lua
+++ b/l3build.lua
@@ -2,7 +2,7 @@
--[[
-File l3build.lua Copyright (C) 2014-2020 The LaTeX3 Project
+File l3build.lua Copyright (C) 2014-2020 The LaTeX Project
It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
More information about the latex3-commits
mailing list.