[latex3-commits] [git/LaTeX3-latex3-latex3] master: Cutting down overful boxes in source3 (97bee1c)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Apr 26 23:21:42 CEST 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/97bee1c23352a2f194fd4ade47313e2efd98b563

>---------------------------------------------------------------

commit 97bee1c23352a2f194fd4ade47313e2efd98b563
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Apr 26 15:29:33 2018 +0100

    Cutting down overful boxes in source3
    
    This deals with more-or-less all of the ones dues to overlong code
    lines. There are various places that perhaps might be handled by
    re-writing some docs. More tricky are the non-trivial number that come
    at the end-of-definition lines: they are outside of something that can
    be changed in the source. There are also a reasonable number that are (I
    think) in the syntax environments.


>---------------------------------------------------------------

97bee1c23352a2f194fd4ade47313e2efd98b563
 l3kernel/l3basics.dtx           |   17 +++-
 l3kernel/l3box.dtx              |   17 +++-
 l3kernel/l3candidates.dtx       |   56 ++++++++---
 l3kernel/l3clist.dtx            |    7 +-
 l3kernel/l3coffins.dtx          |   54 ++++++++---
 l3kernel/l3deprecation.dtx      |  108 ++++++++++++++-------
 l3kernel/l3drivers.dtx          |   31 ++++--
 l3kernel/l3expan.dtx            |    3 +-
 l3kernel/l3file.dtx             |   17 +++-
 l3kernel/l3fp-aux.dtx           |   11 ++-
 l3kernel/l3fp-basics.dtx        |   12 ++-
 l3kernel/l3fp-expo.dtx          |    3 +-
 l3kernel/l3fp-extended.dtx      |   10 +-
 l3kernel/l3fp-logic.dtx         |   11 ++-
 l3kernel/l3fp-parse.dtx         |   19 +++-
 l3kernel/l3fp-random.dtx        |    5 +-
 l3kernel/l3fp-round.dtx         |    6 +-
 l3kernel/l3fp-trig.dtx          |    3 +-
 l3kernel/l3int.dtx              |   18 +++-
 l3kernel/l3kernel-functions.dtx |    3 +-
 l3kernel/l3keys.dtx             |   42 +++++---
 l3kernel/l3msg.dtx              |   20 ++--
 l3kernel/l3prg.dtx              |    3 +-
 l3kernel/l3regex.dtx            |  203 +++++++++++++++++++++++++++++----------
 l3kernel/l3seq.dtx              |   24 +++--
 l3kernel/l3skip.dtx             |   46 +++++++--
 l3kernel/l3sort.dtx             |   33 +++++--
 l3kernel/l3str.dtx              |   35 ++++---
 l3kernel/l3tl-analysis.dtx      |   18 ++--
 l3kernel/l3tl.dtx               |   18 ++--
 l3kernel/l3unicode.dtx          |    6 +-
 31 files changed, 625 insertions(+), 234 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --textconv --cc 97bee1c23352a2f194fd4ade47313e2efd98b563




More information about the latex3-commits mailing list