Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: latex3/latex3
base: 2020-02-14
head repository: latex3/latex3
compare: 2020-02-21
  • 17 commits
  • 85 files changed
  • 0 comments
  • 4 contributors
Showing with 359 additions and 261 deletions.
  1. +8 −1 l3backend/CHANGELOG.md
  2. +1 −1 l3backend/README.md
  3. +13 −8 l3backend/l3backend-basics.dtx
  4. +1 −1 l3backend/l3backend-box.dtx
  5. +1 −1 l3backend/l3backend-color.dtx
  6. +1 −1 l3backend/l3backend-draw.dtx
  7. +1 −1 l3backend/l3backend-graphics.dtx
  8. +1 −1 l3backend/l3backend-header.dtx
  9. +1 −1 l3backend/l3backend-pdf.dtx
  10. +1 −1 l3experimental/l3color/l3color.dtx
  11. +2 −2 l3experimental/l3sys-shell/l3sys-shell.dtx
  12. +1 −1 l3experimental/xgalley/l3galley.dtx
  13. +2 −2 l3experimental/xgalley/xgalley.dtx
  14. +14 −1 l3kernel/CHANGELOG.md
  15. +1 −1 l3kernel/README.md
  16. +1 −1 l3kernel/doc/interface3.tex
  17. +9 −2 l3kernel/doc/l3prefixes.csv
  18. +12 −4 l3kernel/doc/l3prefixes.tex
  19. +1 −1 l3kernel/doc/l3styleguide.tex
  20. +1 −1 l3kernel/doc/l3syntax-changes.tex
  21. +1 −1 l3kernel/doc/l3term-glossary.tex
  22. +1 −1 l3kernel/doc/source3.tex
  23. +15 −5 l3kernel/expl3.dtx
  24. +1 −1 l3kernel/l3alloc.dtx
  25. +3 −3 l3kernel/l3basics.dtx
  26. +1 −1 l3kernel/l3bootstrap.dtx
  27. +1 −1 l3kernel/l3box.dtx
  28. +1 −1 l3kernel/l3candidates.dtx
  29. +1 −1 l3kernel/l3clist.dtx
  30. +1 −1 l3kernel/l3coffins.dtx
  31. +1 −1 l3kernel/l3color-base.dtx
  32. +1 −1 l3kernel/l3debug.dtx
  33. +7 −3 l3kernel/l3deprecation.dtx
  34. +2 −2 l3kernel/l3doc.dtx
  35. +1 −1 l3kernel/l3docstrip.dtx
  36. +1 −1 l3kernel/l3expan.dtx
  37. +1 −1 l3kernel/l3file.dtx
  38. +1 −1 l3kernel/l3final.dtx
  39. +1 −1 l3kernel/l3flag.dtx
  40. +1 −1 l3kernel/l3fp-assign.dtx
  41. +1 −1 l3kernel/l3fp-aux.dtx
  42. +2 −2 l3kernel/l3fp-basics.dtx
  43. +1 −1 l3kernel/l3fp-convert.dtx
  44. +1 −1 l3kernel/l3fp-expo.dtx
  45. +1 −1 l3kernel/l3fp-extended.dtx
  46. +1 −1 l3kernel/l3fp-logic.dtx
  47. +1 −1 l3kernel/l3fp-parse.dtx
  48. +1 −1 l3kernel/l3fp-random.dtx
  49. +1 −1 l3kernel/l3fp-round.dtx
  50. +1 −1 l3kernel/l3fp-traps.dtx
  51. +1 −1 l3kernel/l3fp-trig.dtx
  52. +2 −2 l3kernel/l3fp.dtx
  53. +2 −2 l3kernel/l3fparray.dtx
  54. +1 −1 l3kernel/l3int.dtx
  55. +1 −1 l3kernel/l3intarray.dtx
  56. +6 −9 l3kernel/l3kernel-functions.dtx
  57. +2 −2 l3kernel/l3keys.dtx
  58. +1 −1 l3kernel/l3legacy.dtx
  59. +1 −1 l3kernel/l3luatex.dtx
  60. +2 −2 l3kernel/l3msg.dtx
  61. +1 −1 l3kernel/l3names.dtx
  62. +1 −1 l3kernel/l3prg.dtx
  63. +1 −1 l3kernel/l3prop.dtx
  64. +1 −1 l3kernel/l3quark.dtx
  65. +1 −1 l3kernel/l3regex.dtx
  66. +1 −1 l3kernel/l3seq.dtx
  67. +1 −1 l3kernel/l3skip.dtx
  68. +1 −1 l3kernel/l3sort.dtx
  69. +1 −1 l3kernel/l3str-convert.dtx
  70. +1 −1 l3kernel/l3str.dtx
  71. +6 −2 l3kernel/l3sys.dtx
  72. +1 −1 l3kernel/l3text-case.dtx
  73. +1 −1 l3kernel/l3text.dtx
  74. +1 −1 l3kernel/l3tl-analysis.dtx
  75. +1 −1 l3kernel/l3tl.dtx
  76. +2 −2 l3kernel/l3token.dtx
  77. +1 −1 l3kernel/l3unicode.dtx
  78. +140 −142 l3kernel/testfiles/d3dvisvgm.xetex.tlg
  79. +28 −0 l3kernel/testfiles/m3deprecation004.lvt
  80. +17 −0 l3kernel/testfiles/m3deprecation004.tlg
  81. +1 −1 l3packages/xparse/xparse.dtx
  82. +1 −1 l3packages/xtemplate/xtemplate.dtx
  83. +1 −1 l3trial/l3auxdata/l3auxdata.dtx
  84. +1 −1 l3trial/l3fp-extras/l3fp-symbolic.dtx
  85. +1 −1 xpackages/xhead/xhead.dtx
@@ -6,6 +6,12 @@ this project uses date-based 'snapshot' version identifiers.

## [Unreleased]

## [2020-02-21]

### Added
- Support for suppressing backend headers (see matching change in
`l3kernel`)

## [2020-02-03]

### Fixed
@@ -45,7 +51,8 @@ this project uses date-based 'snapshot' version identifiers.
- Include `l3backend` in file names
- Moved backend code to internal for each 'parent' module

[Unreleased]: https://github.com/latex3/latex3/compare/2020-02-03...HEAD
[Unreleased]: https://github.com/latex3/latex3/compare/2020-02-21...HEAD
[2020-02-21]: https://github.com/latex3/latex3/compare/2020-02-03...2020-02-21
[2020-02-03]: https://github.com/latex3/latex3/compare/2019-11-25...2020-02-03
[2019-11-25]: https://github.com/latex3/latex3/compare/2019-10-11...2019-11-25
[2019-10-11]: https://github.com/latex3/latex3/compare/2019-09-05...2019-10-11
@@ -1,7 +1,7 @@
LaTeX3 Backend Drivers
======================

Release 2020-02-03
Release 2020-02-21

This package forms parts of `expl3`, and contains the code used to interface
with backends (drivers) across the `expl3` codebase. The functions here are
@@ -43,7 +43,7 @@
% }^^A
% }
%
% \date{Released 2020-02-03}
% \date{Released 2020-02-21}
%
% \maketitle
%
@@ -71,23 +71,23 @@
%<*package>
\ProvidesExplFile
%<*dvipdfmx>
{l3backend-dvipdfmx.def}{2020-02-03}{}
{l3backend-dvipdfmx.def}{2020-02-21}{}
{L3 backend support: dvipdfmx}
%</dvipdfmx>
%<*dvips>
{l3backend-dvips.def}{2020-02-03}{}
{l3backend-dvips.def}{2020-02-21}{}
{L3 backend support: dvips}
%</dvips>
%<*dvisvgm>
{l3backend-dvisvgm.def}{2020-02-03}{}
{l3backend-dvisvgm.def}{2020-02-21}{}
{L3 backend support: dvisvgm}
%</dvisvgm>
%<*pdfmode>
{l3backend-pdfmode.def}{2020-02-03}{}
{l3backend-pdfmode.def}{2020-02-21}{}
{L3 backend support: PDF mode}
%</pdfmode>
%<*xdvipdfmx>
{l3backend-xdvipdfmx.def}{2020-02-03}{}
{l3backend-xdvipdfmx.def}{2020-02-21}{}
{L3 backend support: xdvipdfmx}
%</xdvipdfmx>
%</package>
@@ -156,9 +156,14 @@
% actual output does not write anything.
% \begin{macrocode}
\cs_if_exist:NTF \AtBeginDvi
{ \exp_not:N \AtBeginDvi }
{ \AtBeginDvi }
{ \use:n }
{ \__kernel_backend_literal:n { header = l3backend-dvips.pro } }
{
\bool_lazy_and:nnT
{ \cs_if_exist_p:N \g__kernel_backend_header_bool }
{ \g__kernel_backend_header_bool }
{ \__kernel_backend_literal:n { header = l3backend-dvips.pro } }
}
% \end{macrocode}
%
% \begin{macro}
@@ -43,7 +43,7 @@
% }^^A
% }
%
% \date{Released 2020-02-03}
% \date{Released 2020-02-21}
%
% \maketitle
%
@@ -43,7 +43,7 @@
% }^^A
% }
%
% \date{Released 2020-02-03}
% \date{Released 2020-02-21}
%
% \maketitle
%
@@ -43,7 +43,7 @@
% }^^A
% }
%
% \date{Released 2020-02-03}
% \date{Released 2020-02-21}
%
% \maketitle
%
@@ -43,7 +43,7 @@
% }^^A
% }
%
% \date{Released 2020-02-03}
% \date{Released 2020-02-21}
%
% \maketitle
%
@@ -43,7 +43,7 @@
% }^^A
% }
%
% \date{Released 2020-02-03}
% \date{Released 2020-02-21}
%
% \maketitle
%
@@ -43,7 +43,7 @@
% }^^A
% }
%
% \date{Released 2020-02-03}
% \date{Released 2020-02-21}
%
% \maketitle
%
@@ -243,7 +243,7 @@
% \cs{color_parse:nN} \Arg{color expression} \Arg{tl}
% \end{syntax}
% Parses the \meta{color expression} as described above, and sets the
% \meta{tl} the the equivalent \meta{core color representation}
% \meta{tl} to the equivalent \meta{core color representation}
% (used at the backend level and based on \texttt{dvips} color
% representation).
% \end{function}
@@ -67,7 +67,7 @@
% \begin{syntax}
% \cs{sys_shell_mkdir:n} \Arg{directory}
% \end{syntax}
% Creates the \meta{directory}, which should should be specified using |/| as
% Creates the \meta{directory}, which should be specified using |/| as
% a path separator. If unrestricted shell escape is not enabled, no action is
% attempted.
% \end{function}
@@ -95,7 +95,7 @@
% \begin{syntax}
% \cs{sys_shell_rmdir:n} \Arg{directory}
% \end{syntax}
% Removes the \meta{directory}, which should should be specified using |/| as
% Removes the \meta{directory}, which should be specified using |/| as
% a path separator. If unrestricted shell escape is not enabled, no action is
% attempted.
% \end{function}
@@ -1751,7 +1751,7 @@
\cs_new_protected:Npn \galley_cutout_right:nn
{ \@@_cutout:nnn { right } }
% \end{macrocode}
% The cutout information needs to be saved in in the appropriate sequence.
% The cutout information needs to be saved in the appropriate sequence.
% First, the input is converted to a (temporary) sequence. If there is
% no existing cutout defined, this is simply stored. On the other hand,
% if there is a cutout already active, the new one needs to be added to
@@ -121,7 +121,7 @@
% \subsection{Layer two: internal dimensions}
%
% \begin{TemplateInterfaceDescription}{measure}
% \TemplateArgument{}{} ^^A A hack
% \TemplateArgument{}{} ^^A Some hack
% \TemplateSemantics
% Sets the width available to typeset material within the galley.
% The \meta{left margin} and \meta{right margin} values are used in the
@@ -192,7 +192,7 @@
% \subsection{Layer three: paragraph shape}
%
% \begin{TemplateInterfaceDescription}{parshape}
% \TemplateArgument{}{}^^A A hack
% \TemplateArgument{}{}^^A Some hack
% \TemplateSemantics
% Template of this type define any shaping of the paragraph within the
% current measure of the galley. Thus they are used to generate
@@ -7,6 +7,18 @@ this project uses date-based 'snapshot' version identifiers.

## [Unreleased]

## [2020-02-21]

### Added
- Option `suppress-backend-headers` (see matching change in
`l3backend`)

### Changed
- Allow `dvisvgm` driver with XeTeX (issue #677)

### Fixed
- `undo-recent-deprecations` would not reload the deprecation code

## [2020-02-14]

### Fixed
@@ -618,7 +630,8 @@ this project uses date-based 'snapshot' version identifiers.
- Step func­tions have been added for dim vari­ables,
e.g. `\dim_step_in­line:nnnn`

[Unreleased]: https://github.com/latex3/latex3/compare/2020-02-14...HEAD
[Unreleased]: https://github.com/latex3/latex3/compare/2020-02-21...HEAD
[2020-02-21]: https://github.com/latex3/latex3/compare/2020-02-14...2020-02-21
[2020-02-14]: https://github.com/latex3/latex3/compare/2020-02-13...2020-02-14
[2020-02-13]: https://github.com/latex3/latex3/compare/2020-02-11...2020-02-13
[2020-02-11]: https://github.com/latex3/latex3/compare/2020-02-08...2020-02-11
@@ -1,7 +1,7 @@
LaTeX3 Programming Conventions
==============================

Release 2020-02-14
Release 2020-02-21

Overview
--------
@@ -54,7 +54,7 @@
{latex-team@latex-project.org}%
}%
}
\date{Released 2020-02-14}
\date{Released 2020-02-21}

\pagenumbering{roman}
\maketitle
@@ -34,6 +34,7 @@ color,l3kernel,The LaTeX3 Project,https://www.latex-project.org/latex3.html,http
conteq,conteq,Joachim Breitner,https://github.com/nomeata/conteq,https://github.com/nomeata/conteq.git,https://github.com/nomeata/conteq/issues,2013-05-26,2013-05-27,
cookingunits,cooking-units,Ben Vitecek,https://github.com/Vidabe/cooking-units,https://github.com/Vidabe/cooking-units.git,https://github.com/Vidabe/cooking-units/issues,2018-09-26,2018-09-26,
cs,l3kernel,The LaTeX3 Project,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,
csvsim,csvsimple,Thomas F. Sturm,https://github.com/T-F-S/csvsimple,https://github.com/T-F-S/csvsimple.git,https://github.com/T-F-S/csvsimple/issues,2020-02-19,2020-02-19,
ctex,ctex,Qing Lee,https://github.com/CTeX-org/ctex-kit,https://github.com/CTeX-org/ctex-kit.git,https://github.com/CTeX-org/ctex-kit/issues,2014-03-08,2014-03-08,
ctuthesis,ctuthesis,Tom Hejda,https://github.com/tohecz/ctuthesis,https://github.com/tohecz/ctuthesis.git,https://github.com/tohecz/ctuthesis/issues,2015-07-26,2015-07-26,
debug,l3kernel,The LaTeX3 Project,https://www.latex-project.org/latex3.html,https://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2017-07-15,2017-07-15,
@@ -64,13 +65,15 @@ file,l3kernel,The LaTeX3 Project,https://www.latex-project.org/latex3.html,https
flag,l3kernel,The LaTeX3 Project,https://www.latex-project.org/latex3.html,https://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2012-09-27,2017-02-13,
fltr,newlfm,Paul Thomson,,,,2013-01-29,2013-01-29,
fmdug,dashundergaps,Frank Mittelbach,https://www.latex-project.org/,https://github.com/FrankMittelbach/fmitex.git,https://github.com/FrankMittelbach/fmitex/issues,2018-06-24,2018-06-24,
fmuft,unicodefonttable,Frank Mittelbach,https://www.latex-project.org/,https://github.com/FrankMittelbach/fmitex.git,https://github.com/FrankMittelbach/fmitex/issues,2020-02-17,2020-02-17,
fmwao,widows-and-orphans,Frank Mittelbach,https://www.latex-project.org/,https://github.com/FrankMittelbach/fmitex.git,https://github.com/FrankMittelbach/fmitex/issues,2018-09-26,2018-09-26,
fnpct,fnpct,Clemens Niederberger,https://bitbucket.org/cgnieder/fnpct/,git@bitbucket.org:cgnieder/fnpct.git,https://bitbucket.org/cgnieder/fnpct/issues,2013-03-16,2013-03-16,
fontsizes,fontsizes,Julien Rivaud,,,,,2018-06-13,
fontspec,fontspec,Will Robertson,https://github.com/wspr/fontspec,https://github.com/wspr/fontspec.git,https://github.com/wspr/fontspec/issues,2013-03-16,2013-03-16,
fp,l3kernel,The LaTeX3 Project,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,
galley,l3galley,The LaTeX3 Project,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,
gatherenum,gatherenum,Julien Rivaud,,,,2018-06-13,2018-06-14,
getree,genealogytree,Thomas F. Sturm,https://github.com/T-F-S/genealogytree,https://github.com/T-F-S/genealogytree.git,https://github.com/T-F-S/genealogytree/issues,2020-02-19,2020-02-19,
ghsystem,chemmacros,Clemens Niederberger,https://bitbucket.org/cgnieder/chemmacros/,git@bitbucket.org:cgnieder/chemmacros.git,https://bitbucket.org/cgnieder/chemmacros/issues,2013-03-16,2013-03-16,
graph,lt3graph,Michiel Helvensteijn,,,,2014-02-05,2014-02-05,
group,l3kernel,The LaTeX3 Project,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,
@@ -97,9 +100,11 @@ log,l3kernel,The LaTeX3 Project,https://www.latex-project.org/latex3.html,https:
lua,l3kernel,The LaTeX3 Project,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,
luatex,l3kernel,The LaTeX3 Project,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,
mark,l3kernel,The LaTeX3 Project,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,
marks,l3kernel/xmarks,The LaTeX3 Project,https://www.latex-project.org/latex3.html,https://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2020-02-17,2020-02-17,
math,l3kernel,The LaTeX3 Project,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,
max,l3kernel,The LaTeX3 Project,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,
mcrule,multicolrule,Karl Hagen,https://github.com/polysyllabic/multicolrule,https://github.com/polysyllabic/multicolrule.git,https://github.com/polysyllabic/multicolrule/issues,2018-12-24,2018-12-24,
mermap,mercatormap,Thomas F. Sturm,https://github.com/T-F-S/mercatormap,https://github.com/T-F-S/mercatormap.git,https://github.com/T-F-S/mercatormap/issues,2020-02-19,2020-02-19,
mhchem,mhchem,Martin Hensel,,,,2014-02-05,2014-02-05,
minus,l3kernel,The LaTeX3 Project,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,
mix,media9,Alexander Grahn,,,,2013-01-18,2013-01-18,
@@ -141,6 +146,7 @@ rivbook,rivbook,Julien Rivaud,,,,2018-06-13,2018-06-14,
rivmath,rivmath,Julien Rivaud,,,,2018-06-13,2018-06-13,
scan,l3kernel,The LaTeX3 Project,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,
scontents,scontents,Pablo González,https://github.com/pablgonz/scontents,git@github.com:pablgonz/scontents.git,https://github.com/pablgonz/scontents/issues,2019-12-05,2019-12-05,
sdaps,sdaps,Benjamin Berg,https://sdaps.org,https://github.com/sdaps/sdaps-class.git,https://github.com/sdaps/sdaps-class/issues,2020-02-17,2020-02-17,
seq,l3kernel,The LaTeX3 Project,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,
siunitx,siunitx,Joseph Wright,https://github.com/josephwright/siunitx,https://github.com/josephwright/siunitx.git,https://github.com/josephwright/siunitx/issues,2012-11-04,2012-11-04,
skip,l3kernel,The LaTeX3 Project,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,
@@ -152,16 +158,17 @@ stop,l3kernel,The LaTeX3 Project,https://www.latex-project.org/latex3.html,https
str,"l3kernel,l3str,l3str-format",The LaTeX3 Project,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,
substances,substances,Clemens Niederberger,https://bitbucket.org/cgnieder/substances/,git@bitbucket.org:cgnieder/substances.git,https://bitbucket.org/cgnieder/substances/issues,2013-03-16,2013-03-16,
sys,l3kernel,The LaTeX3 Project,https://www.latex-project.org/latex3.html,https://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2015-09-07,2015-09-08,
tag,l3kernel,The LaTeX3 Project,https://www.latex-project.org/latex3.html,https://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2019-06-02,2019-06-02,
tasks,exsheets,Clemens Niederberger,https://bitbucket.org/cgnieder/exsheets/,git@bitbucket.org:cgnieder/exsheets.git,https://bitbucket.org/cgnieder/exsheets/issues,2013-03-16,2013-03-16,
tcobox,tcolorbox,Thomas F. Sturm,https://github.com/T-F-S/tcolorbox,https://github.com/T-F-S/tcolorbox.git,https://github.com/T-F-S/tcolorbox/issues,2020-02-19,2020-02-19,
term,l3kernel,The LaTeX3 Project,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,
tex,l3kernel,The LaTeX3 Project,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,
text,l3kernel,The LaTeX3 Project,https://www.latex-project.org/latex3.html,https://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2020-01-15,2020-01-15,
tikzsymbols,tikzsymbols,Ben Vitecek,https://github.com/Vidabe/tikzsymbols,https://github.com/Vidabe/tikzsymbols.git,https://github.com/Vidabe/tikzsymbols/issues,2018-09-26,2018-09-26,
tilde,l3kernel,The LaTeX3 Project,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,
tl,"l3kernel,l3tl-analysis,l3tl-build",The LaTeX3 Project,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,
tmpa,l3kernel,The LaTeX3 Project,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,
tmpb,l3kernel,The LaTeX3 Project,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,
tag,l3kernel,The LaTeX3 Project,https://www.latex-project.org/latex3.html,https://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2019-06-02,2019-06-02,
text,l3kernel,The LaTeX3 Project,https://www.latex-project.org/latex3.html,https://github.com/latex3/latex3.git,https://github.com/latex3/latex3/issues,2020-01-15,2020-01-15,
token,l3kernel,The LaTeX3 Project,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,
uftag,tagpdf,Ulrike Fischer,,,,2018-07-15,2018-07-15,
um,unicode-math,Will Robertson,https://github.com/wspr/unicode-math,https://github.com/wspr/unicode-math.git,https://github.com/wspr/unicode-math/issues,2013-03-16,2013-03-16,
@@ -74,10 +74,18 @@

This file lists the prefixes which have been registered with the \LaTeX{}
team for use in \textsf{expl3} code. Programmers are invited to register their
(public) prefix use by contacting the team. We recommend that short prefixes
are avoided as there are a limited number of these very general names available.
The file \texttt{l3prefixes.csv} contains more details on each module, for
(public) prefix use by contacting the team at
\begin{quote}
\texttt{modules@latex-project.org}
\end{quote}
with the relevant information for the \texttt{.csv} file, i.e.,
\textit{Prefix, Module or package, Registrant, Homepage, Source repository, Issue tracker}.


We recommend that short prefixes are avoided as there are a limited
number of these very general names available. The
file \texttt{l3prefixes.csv} contains more details on each module, for
example any information on source repository or issue tracker.

\PrintTable
\end{document}
\end{document}
@@ -32,7 +32,7 @@
{latex-team@latex-project.org}%
}%
}
\date{Released 2020-02-14}
\date{Released 2020-02-21}

\begin{document}

@@ -32,7 +32,7 @@
{latex-team@latex-project.org}%
}%
}
\date{Released 2020-02-14}
\date{Released 2020-02-21}

\newcommand{\TF}{\textit{(TF)}}

@@ -32,7 +32,7 @@
{latex-team@latex-project.org}%
}%
}
\date{Released 2020-02-14}
\date{Released 2020-02-21}

\newcommand{\TF}{\textit{(TF)}}

@@ -53,7 +53,7 @@
{latex-team@latex-project.org}%
}%
}
\date{Released 2020-02-14}
\date{Released 2020-02-21}

\pagenumbering{roman}
\maketitle

No commit comments for this range