[latex3-commits] [git/LaTeX3-latex3-latex3] master: Zap a load of weird soft hyphens (5472f4f64)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Feb 9 12:58:59 CET 2021
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/5472f4f640f6092c22fc54cb4964a7e60a7c3a77
>---------------------------------------------------------------
commit 5472f4f640f6092c22fc54cb4964a7e60a7c3a77
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Feb 9 11:57:38 2021 +0000
Zap a load of weird soft hyphens
These from CTAN?
>---------------------------------------------------------------
5472f4f640f6092c22fc54cb4964a7e60a7c3a77
l3experimental/build.lua | 44 ++++++++++++++++++++++----------------------
l3kernel/CHANGELOG.md | 38 +++++++++++++++++++-------------------
l3kernel/build.lua | 10 +++++-----
3 files changed, 46 insertions(+), 46 deletions(-)
diff --git a/l3experimental/build.lua b/l3experimental/build.lua
index 9ddad8061..7f5a8c950 100644
--- a/l3experimental/build.lua
+++ b/l3experimental/build.lua
@@ -20,29 +20,29 @@ uploadconfig = {
bugtracker = "https://github.com/latex3/latex3/issues",
update = true,
description = [[
-The `l3experimental` packages are a collection of experimental
-implementations for aspects of the LaTeX3 kernel, dealing with
-higher-level ideas such as the Designer Interface. Some of them work as
-stand alone packages, providing new functionality, and can be used on
-top of LaTeX2e with no changes to the existing kernel.
+The `l3experimental` packages are a collection of experimental
+implementations for aspects of the LaTeX3 kernel, dealing with
+higher-level ideas such as the Designer Interface. Some of them work as
+stand alone packages, providing new functionality, and can be used on
+top of LaTeX2e with no changes to the existing kernel.
-The present release includes:
-- `l3benchmark` for measuring the time taken by TeX to run certain code;
-- `l3cctab`, support for saving and restoring category codes en masse in a
- table;
-- `l3color`, support for setting colors using a range of color models;
-- `l3draw`, a code-level interface for constructing drawings;
-- `l3graphics`, an interfaces for the inclusion of graphics files;
-- `l3pdf`, support for core PDF concepts like compression, objects, PDF
- version and so on;
-- `l3str`, support for string manipulation;
-- `l3sys-shell`, which provides abstractions for common shell functions like
- file deletion and copying;
-- [`xcoffins`](https://ctan.org/pkg/xcoffins), which allows the alignment of
- boxes using a series of 'handle' positions, supplementing the simple TeX
- reference point;
-- [`xgalley`](https://ctan.org/pkg/xgalley), which controls boxes receiving
- text for typesetting.
+The present release includes:
+- `l3benchmark` for measuring the time taken by TeX to run certain code;
+- `l3cctab`, support for saving and restoring category codes en masse in a
+ table;
+- `l3color`, support for setting colors using a range of color models;
+- `l3draw`, a code-level interface for constructing drawings;
+- `l3graphics`, an interfaces for the inclusion of graphics files;
+- `l3pdf`, support for core PDF concepts like compression, objects, PDF
+ version and so on;
+- `l3str`, support for string manipulation;
+- `l3sys-shell`, which provides abstractions for common shell functions like
+ file deletion and copying;
+- [`xcoffins`](https://ctan.org/pkg/xcoffins), which allows the alignment of
+ boxes using a series of 'handle' positions, supplementing the simple TeX
+ reference point;
+- [`xgalley`](https://ctan.org/pkg/xgalley), which controls boxes receiving
+ text for typesetting.
]]
}
diff --git a/l3kernel/CHANGELOG.md b/l3kernel/CHANGELOG.md
index d999efec0..c637855ae 100644
--- a/l3kernel/CHANGELOG.md
+++ b/l3kernel/CHANGELOG.md
@@ -758,35 +758,35 @@ this project uses date-based 'snapshot' version identifiers.
## [2018-05-13]
### Fixed
-- Correct date string in `expl3.dtx`
-- Correct `\c_sys_engine_version_str` when using XeTeX
+- Correct date string in `expl3.dtx`
+- Correct `\c_sys_engine_version_str` when using XeTeX
## [2018-05-12]
### Added
- Define `\c_zero_int` and `\c_one_int`
-- Implement `\c_sys_engine_version_str`
-- Implement `\seq_indexed_map_function/inline`
-- Implement `\intarray_gzero:N`
-- Implement `\intarray_const_from_clist:Nn`
-- Implement `\bool_set_inverse:N`
-- Implement `\bool_xor:nnTF` instead of just `\bool_xor_p:nn`
-- Implement candidate `\int_rand:n`
-- Implement `\intarray_gset_rand:Nnn`
-- Implement candidate `l3fparray` module
+- Implement `\c_sys_engine_version_str`
+- Implement `\seq_indexed_map_function/inline`
+- Implement `\intarray_gzero:N`
+- Implement `\intarray_const_from_clist:Nn`
+- Implement `\bool_set_inverse:N`
+- Implement `\bool_xor:nnTF` instead of just `\bool_xor_p:nn`
+- Implement candidate `\int_rand:n`
+- Implement `\intarray_gset_rand:Nnn`
+- Implement candidate `l3fparray` module
## Changed
-- Update minimal required versions of XeTeX and LuaTeX
-- Deprecate named integer constants `\c_zero`. etc.
-- Move all primitives to `\tex_...:D namespace`,
- deprecating older engine-dependent prefixes
+- Update minimal required versions of XeTeX and LuaTeX
+- Deprecate named integer constants `\c_zero`. etc.
+- Move all primitives to `\tex_...:D namespace`,
+ deprecating older engine-dependent prefixes
- Several internal optimisations
### Fixed
-- Expand boolean expression before calling `\chardef` (fixes #461)
+- Expand boolean expression before calling `\chardef` (fixes #461)
### Removed
-- Remove undocumented `\fp_function:Nw` and `\fp_new_function:Npn`
+- Remove undocumented `\fp_function:Nw` and `\fp_new_function:Npn`
## [2018-04-30]
@@ -836,8 +836,8 @@ this project uses date-based 'snapshot' version identifiers.
### Added
- Tuple support in fp expressions
-- Step functions have been added for dim variables,
- e.g. `\dim_step_inline:nnnn`
+- Step functions have been added for dim variables,
+ e.g. `\dim_step_inline:nnnn`
[Unreleased]: https://github.com/latex3/latex3/compare/2021-02-06...HEAD
[2021-02-06]: https://github.com/latex3/latex3/compare/2021-02-02...2021-02-06
diff --git a/l3kernel/build.lua b/l3kernel/build.lua
index 0ca5a8333..df6b9c54f 100644
--- a/l3kernel/build.lua
+++ b/l3kernel/build.lua
@@ -106,11 +106,11 @@ uploadconfig = {
bugtracker = "https://github.com/latex3/latex3/issues",
update = true,
description = [[
-The l3kernel bundle provides an implementation of the LaTeX3 programmers'
-interface, as a set of packages that run under LaTeX2e. The interface
-provides the foundation on which the LaTeX3 kernel and other future code
-are built: it is an API for TeX programmers. The packages are set up so that
-the LaTeX3 conventions can be used with regular LaTeX2e packages.
+The l3kernel bundle provides an implementation of the LaTeX3 programmers'
+interface, as a set of packages that run under LaTeX2e. The interface
+provides the foundation on which the LaTeX3 kernel and other future code
+are built: it is an API for TeX programmers. The packages are set up so that
+the LaTeX3 conventions can be used with regular LaTeX2e packages.
]]
}
More information about the latex3-commits
mailing list.