[latex3-commits] [git/LaTeX3-latex3-latex2e] template: Add core template code to the format (e292cf3f)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Jan 12 22:51:30 CET 2023


Repository : https://github.com/latex3/latex2e
On branch  : template
Link       : https://github.com/latex3/latex2e/commit/e292cf3f79b24b47e1c417499e06b53626e3dc20

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

commit e292cf3f79b24b47e1c417499e06b53626e3dc20
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Jan 12 21:51:13 2023 +0000

    Add core template code to the format
    
    This is an initial import of the xtemplate code
    stripping out anything not 100% agreed. To add
    definitely is a way to copy templates: like
    \DeclareRestrictedTemplate but without the
    restriction part.
    Include \IfInstanceExist(TF) in lttemplate
    
    This is used in a number of packages:
    suggests it should be stable.


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

e292cf3f79b24b47e1c417499e06b53626e3dc20
 base/build.lua                                     |    3 +-
 base/{config-ltcmd.lua => config-lttemplate.lua}   |    5 +-
 base/format.ins                                    |    1 +
 base/lttemplate.dtx                                | 1988 ++++++++++++++++++++
 .../lttemplate000.lvt}                             |    5 +-
 .../lttemplate000.tlg}                             |    0
 base/testfiles-lttemplate/lttemplate001.lvt        |   63 +
 base/testfiles-lttemplate/lttemplate001.tlg        |   81 +
 base/testfiles-lttemplate/lttemplate002.lvt        |   80 +
 base/testfiles-lttemplate/lttemplate002.tlg        |   17 +
 base/testfiles-lttemplate/lttemplate003.lvt        |  371 ++++
 base/testfiles-lttemplate/lttemplate003.tlg        |  342 ++++
 base/testfiles-lttemplate/lttemplate004.lvt        |   79 +
 base/testfiles-lttemplate/lttemplate004.tlg        |   34 +
 base/testfiles-lttemplate/lttemplate005.lvt        |   94 +
 base/testfiles-lttemplate/lttemplate005.tlg        |   25 +
 16 files changed, 3183 insertions(+), 5 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 e292cf3f79b24b47e1c417499e06b53626e3dc20




More information about the latex3-commits mailing list.