summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist')
-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