[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Picture lengths (#372) (9e687e43)

GitHub noreply at github.com
Tue Aug 18 17:28:59 CEST 2020


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/9e687e43821f41a2e6b82041a70c857f3f55b7dc

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

commit 9e687e43821f41a2e6b82041a70c857f3f55b7dc
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Tue Aug 18 16:28:59 2020 +0100

    Picture lengths (#372)
    
    * first draft of default unit code in picture mode
    
    * latexrelease guards
    
    * fix includeinrelease guards
    
    * update for default units
    
    * too much macrocode
    
    * correction to dashbox change
    
    * update for default units rollback
    
    * undefine internal space command from robust versions in rollback code
    
    * update for default units rollback
    
    * picture mode commands in ltboxes
    
    * different length registers for vertical and horizontal
    
    * picture mode test
    
    * update for default units rollback
    
    * update for default units rollback
    
    * updated filehook-006 test mostly from lthooks2 branch
    
    * updated filehook-006 test mostly from lthooks2 branch
    
    * #2 not #1  in picture box update
    
    * spurious < in rollback code
    
    * documentation
    
    * [ci skip] ltnews entry for picture extensions
    
    * [ci skip] change log entry for picture extensions
    
    * document using advance with defaultunitsset
    
    * wording clarification as suggested in review of PR
    
    * Move comment back to matching place in the code (accidentally moved while adding latexrelease guards)
    
    * old syntax version of test 01
    
    * correct 7mm value


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

9e687e43821f41a2e6b82041a70c857f3f55b7dc
 base/changes.txt                                   |   5 +
 base/doc/ltnews32.tex                              |  15 +
 base/ltboxes.dtx                                   |  36 +-
 base/ltpictur.dtx                                  | 588 ++++++++++++++++++---
 base/testfiles-lthooks/filehook-006.lvt            |   1 +
 base/testfiles-lthooks/filehook-006.tlg            |   8 +-
 base/testfiles-lthooks/helpers/.tex                |   2 +
 .../tlb-latexrelease-rollback-003-often.luatex.tlg |  62 +++
 .../tlb-latexrelease-rollback-003-often.tlg        |  62 +++
 .../tlb-latexrelease-rollback-003-often.xetex.tlg  |  62 +++
 base/testfiles/tlb-picture-01.lvt                  |  42 ++
 base/testfiles/tlb-picture-01.tlg                  | 261 +++++++++
 base/testfiles/tlb-picture-02.lvt                  |  42 ++
 base/testfiles/tlb-picture-02.tlg                  | 261 +++++++++
 base/testfiles/tlb-rollback-004-often.luatex.tlg   |  36 +-
 base/testfiles/tlb-rollback-004-often.tlg          |  36 +-
 base/testfiles/tlb-rollback-004-often.xetex.tlg    |  36 +-
 base/testfiles/tltc001.luatex.tlg                  |   4 +-
 base/testfiles/tltc001.tlg                         |   4 +-
 19 files changed, 1457 insertions(+), 106 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 9e687e43821f41a2e6b82041a70c857f3f55b7dc




More information about the latex3-commits mailing list.