diff options
author | Karl Berry <karl@freefriends.org> | 2020-02-02 22:30:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-02-02 22:30:34 +0000 |
commit | dcd5707512610f13d8c26713c40b390010aac13b (patch) | |
tree | f3854e7e5df178ba3e689bc31e360ddce813a5d0 /Master/texmf-dist/scripts | |
parent | 351e05dfb6e0abb819336efc60cd93ac1c478c1e (diff) |
texplate (2feb20)
git-svn-id: svn://tug.org/texlive/trunk@53637 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rw-r--r-- | Master/texmf-dist/scripts/texplate/templates/texplate-article.toml | 54 | ||||
-rw-r--r-- | Master/texmf-dist/scripts/texplate/templates/texplate-standalone.toml | 45 | ||||
-rw-r--r-- | Master/texmf-dist/scripts/texplate/texplate.jar | bin | 2815236 -> 3231639 bytes |
3 files changed, 0 insertions, 99 deletions
diff --git a/Master/texmf-dist/scripts/texplate/templates/texplate-article.toml b/Master/texmf-dist/scripts/texplate/templates/texplate-article.toml deleted file mode 100644 index 53f7796762c..00000000000 --- a/Master/texmf-dist/scripts/texplate/templates/texplate-article.toml +++ /dev/null @@ -1,54 +0,0 @@ -name = "article" -description = """ -A simple template for the default article class, with support for new -engines (with fontspec fallback), babel languages, geometry options, -generic packages, and TikZ and corresponding libraries. -""" -authors = [ "Island of TeX" ] -requirements = [] -document = ''' -\documentclass#if($options)[$options]#{end}{article} - -#if ($xetex || $luatex) -\usepackage{fontspec} -#else -\usepackage[T1]{fontenc} -\usepackage[utf8]{inputenc} -#end -#if ($geometry) - -\usepackage[$geometry]{geometry} -#end -#if ($babel) -#if (!$geometry) - -#end -\usepackage[$babel]{babel} -#end -#if ($packages) - -#foreach ($package in $packages) -\usepackage{$package} -#end -#end -#if ($tikz) - -\usepackage{tikz} -#if ($libraries) -#foreach ($library in $libraries) -\usetikzlibrary{$library} -#end -#end -#end - -\begin{document} - -\end{document} -''' - -[handlers] -xetex = "to-boolean" -luatex = "to-boolean" -tikz = "to-boolean" -libraries = "to-csv-list" -packages = "to-csv-list" diff --git a/Master/texmf-dist/scripts/texplate/templates/texplate-standalone.toml b/Master/texmf-dist/scripts/texplate/templates/texplate-standalone.toml deleted file mode 100644 index dd8daea65f5..00000000000 --- a/Master/texmf-dist/scripts/texplate/templates/texplate-standalone.toml +++ /dev/null @@ -1,45 +0,0 @@ -name = "standalone" -description = """ -A simple template for the standalone class, with support for -class options, new engines (with fontspec fallback), list of -packages, and TikZ and corresponding libraries. -""" -authors = [ "Island of TeX" ] -requirements = [] -document = ''' -\documentclass#if($options)[$options]#{end}{standalone} - -#if ($xetex || $luatex) -\usepackage{fontspec} -#else -\usepackage[T1]{fontenc} -\usepackage[utf8]{inputenc} -#end -#if ($packages) - -#foreach ($package in $packages) -\usepackage{$package} -#end -#end -#if ($tikz) - -\usepackage{tikz} -#if ($libraries) -#foreach ($library in $libraries) -\usetikzlibrary{$library} -#end -#end -#end - -\begin{document} - -\end{document} -''' - -[handlers] -xetex = "to-boolean" -luatex = "to-boolean" -tikz = "to-boolean" -libraries = "to-csv-list" -packages = "to-csv-list" - diff --git a/Master/texmf-dist/scripts/texplate/texplate.jar b/Master/texmf-dist/scripts/texplate/texplate.jar Binary files differindex 2105a4c33c0..1d238d21c69 100644 --- a/Master/texmf-dist/scripts/texplate/texplate.jar +++ b/Master/texmf-dist/scripts/texplate/texplate.jar |