summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/ls-R
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-01-18 00:47:37 +0000
committerKarl Berry <karl@freefriends.org>2020-01-18 00:47:37 +0000
commitdac8cd80d126d9e2f1a3690e330def9ca5ec9e78 (patch)
treebbdf4da96fc934a06a38e59a64937747da6a3c9f /Master/texmf-dist/ls-R
parent212508b1290d1456481d21d128b839d6d22d8f94 (diff)
autoupdate
git-svn-id: svn://tug.org/texlive/trunk@53445 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/ls-R')
-rw-r--r--Master/texmf-dist/ls-R61
1 files changed, 61 insertions, 0 deletions
diff --git a/Master/texmf-dist/ls-R b/Master/texmf-dist/ls-R
index c83da95ca11..9c25fc902a5 100644
--- a/Master/texmf-dist/ls-R
+++ b/Master/texmf-dist/ls-R
@@ -51559,6 +51559,7 @@ texfot
texliveonfly
texloganalyser
texosquery
+texplate
tlaunch
tlcockpit
tlshell
@@ -53638,6 +53639,11 @@ CHANGES
README.md
texosquery.pdf
+./doc/support/texplate:
+README.md
+texplate-manual.pdf
+texplate-manual.tex
+
./doc/support/tlaunch:
COPYING
Changes
@@ -177067,6 +177073,7 @@ texlive
texliveonfly
texloganalyser
texosquery
+texplate
thumbpdf
tlaunch
tlcockpit
@@ -178171,6 +178178,15 @@ texosquery-jre8.sh
texosquery.jar
texosquery.sh
+./scripts/texplate:
+templates
+texplate.jar
+texplate.sh
+
+./scripts/texplate/templates:
+texplate-article.toml
+texplate-standalone.toml
+
./scripts/thumbpdf:
thumbpdf.pl
@@ -189307,6 +189323,7 @@ ltximg
makedtx
texdef
texosquery
+texplate
tlcockpit
./source/support/adhocfilelist:
@@ -189600,6 +189617,50 @@ TeXOSQueryJRE5.java
TeXOSQueryJRE7.java
TeXOSQueryJRE8.java
+./source/support/texplate:
+main
+
+./source/support/texplate/main:
+java
+
+./source/support/texplate/main/java:
+org
+
+./source/support/texplate/main/java/org:
+islandoftex
+
+./source/support/texplate/main/java/org/islandoftex:
+texplate
+
+./source/support/texplate/main/java/org/islandoftex/texplate:
+Main.java
+exceptions
+model
+util
+
+./source/support/texplate/main/java/org/islandoftex/texplate/exceptions:
+InvalidKeySetException.java
+InvalidTemplateException.java
+TemplateMergingException.java
+
+./source/support/texplate/main/java/org/islandoftex/texplate/model:
+Configuration.java
+Template.java
+TemplateProcessing.java
+handlers
+
+./source/support/texplate/main/java/org/islandoftex/texplate/model/handlers:
+BooleanHandler.java
+CSVListHandler.java
+Handler.java
+
+./source/support/texplate/main/java/org/islandoftex/texplate/util:
+HandlerUtils.java
+MergingUtils.java
+MessageUtils.java
+PathUtils.java
+ValidatorUtils.java
+
./source/support/tlcockpit:
TODO
build.sbt-jdk11