summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/etl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-08-27 22:39:40 +0000
committerKarl Berry <karl@freefriends.org>2021-08-27 22:39:40 +0000
commit4e73a97e0d8f754378fa77c1092ea498f068856f (patch)
treea500b65abe8d703502ee6d2ec331fb7caada0a8b /Master/texmf-dist/doc/latex/etl
parent2c2c812019a619998582cc66667be017388b919a (diff)
etl (28aug21)
git-svn-id: svn://tug.org/texlive/trunk@60336 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/etl')
-rw-r--r--Master/texmf-dist/doc/latex/etl/README.md34
-rw-r--r--Master/texmf-dist/doc/latex/etl/etl.pdfbin0 -> 341109 bytes
2 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/etl/README.md b/Master/texmf-dist/doc/latex/etl/README.md
new file mode 100644
index 00000000000..8279d34fb04
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/etl/README.md
@@ -0,0 +1,34 @@
+-------------------------------------------------------------------------------
+# etl -- expandable token list operations
+
+Version 2021-08-20 v0.1
+
+Released under the LaTeX Project Public License v1.3c or later
+See http://www.latex-project.org/lppl.txt
+
+Hosted at https://github.com/Skillmon/ltx_etl
+
+-------------------------------------------------------------------------------
+
+Copyright (C) 2020-2021 Jonathan P. Spratte
+
+This work may be distributed and/or modified under the conditions of the
+LaTeX Project Public License (LPPL), either version 1.3c of this license or
+(at your option) any later version. The latest version of this license is in
+the file:
+
+ http://www.latex-project.org/lppl.txt
+
+This work is "maintained" (as per LPPL maintenance status) by
+ Jonathan P. Spratte.
+
+-------------------------------------------------------------------------------
+
+This provides expandable token list operations which are only implemented
+unexpandably inside of `expl3`'s `l3tl` module. While being expandable these
+operations are typically slower than the unexpandable alternatives. Also there
+are tokens which are not expandably distinguishable in TeX (those are active
+characters which are let to the same character with a different category code).
+
+Additionally a general map to token lists is provided modelled after
+`\__tl_act:NNNn` with additional features.
diff --git a/Master/texmf-dist/doc/latex/etl/etl.pdf b/Master/texmf-dist/doc/latex/etl/etl.pdf
new file mode 100644
index 00000000000..36590e4a542
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/etl/etl.pdf
Binary files differ