From dcd5707512610f13d8c26713c40b390010aac13b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 2 Feb 2020 22:30:34 +0000 Subject: texplate (2feb20) git-svn-id: svn://tug.org/texlive/trunk@53637 c570f23f-e606-0410-a88d-b1316a301751 --- .../texplate/templates/texplate-article.toml | 54 --------------------- .../texplate/templates/texplate-standalone.toml | 45 ----------------- Master/texmf-dist/scripts/texplate/texplate.jar | Bin 2815236 -> 3231639 bytes 3 files changed, 99 deletions(-) delete mode 100644 Master/texmf-dist/scripts/texplate/templates/texplate-article.toml delete mode 100644 Master/texmf-dist/scripts/texplate/templates/texplate-standalone.toml (limited to 'Master/texmf-dist/scripts/texplate') 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 index 2105a4c33c0..1d238d21c69 100644 Binary files a/Master/texmf-dist/scripts/texplate/texplate.jar and b/Master/texmf-dist/scripts/texplate/texplate.jar differ -- cgit v1.2.3