Skip to content

Commit

Permalink
s/LaTeX3/LaTeX/
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Jan 29, 2021
1 parent e39efc3 commit dd36e23
Show file tree
Hide file tree
Showing 29 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
10 changes: 5 additions & 5 deletions 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
Expand All @@ -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>
2 changes: 1 addition & 1 deletion 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"
Expand Down
2 changes: 1 addition & 1 deletion examples/Bundle-Flat/README.md
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion examples/Bundle-Tree/README.md
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions examples/README.md
@@ -1,4 +1,4 @@
l3build: a testing and building system for LaTeX3
l3build: a testing and building system for LaTeX
=================================================

Examples
Expand All @@ -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.
2 changes: 1 addition & 1 deletion examples/Simple-Flat/README.md
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion examples/Simple-Tree/README.md
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
6 changes: 3 additions & 3 deletions 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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion l3build.1
Expand Up @@ -59,7 +59,7 @@ Shuffle order of tests
Location of user texmf tree
.SH BUGS
.SH AUTHOR
The LaTeX3 Project (latex-team@latex-project.org)
The LaTeX Project (latex-team@latex-project.org)
.PP
Please log issues on the GitHub homepage:
https://github.com/latex3/l3build/issues.
Expand Down
18 changes: 9 additions & 9 deletions 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
Expand Down Expand Up @@ -227,7 +227,7 @@
% }
%
% \author{^^A
% The \LaTeX3 Project\thanks
% The \LaTeX{} Project\thanks
% {^^A
% E-mail:
% \href{mailto:latex-team@latex-project.org}
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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/
Expand All @@ -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 = "../.."
Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion l3build.lua
Expand Up @@ -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
Expand Down

0 comments on commit dd36e23

Please sign in to comment.