diff options
author | Karl Berry <karl@freefriends.org> | 2023-05-23 19:48:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-05-23 19:48:02 +0000 |
commit | c8515063b5d60060d7ea3e27fdf132acdc2231ab (patch) | |
tree | 3cae6d2b1defd7087e549572febdab61631729a2 /Master/texmf-dist/tex/latex | |
parent | 7466966264270bd73e8dd59a2a6dc04410683fb5 (diff) |
templatetools (23may23)
git-svn-id: svn://tug.org/texlive/trunk@67198 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/templatetools/templatetools.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/templatetools/templatetools.sty b/Master/texmf-dist/tex/latex/templatetools/templatetools.sty index fd20ab33367..918bbec5d20 100644 --- a/Master/texmf-dist/tex/latex/templatetools/templatetools.sty +++ b/Master/texmf-dist/tex/latex/templatetools/templatetools.sty @@ -23,10 +23,10 @@ \NeedsTeXFormat{LaTeX2e}[1994/12/01] \ProvidesPackage{templatetools} - [2014/06/27 v0.1 Collection of conditional commands useful inside templates] + [2023/03/26 v0.2 Collection of conditional commands useful inside templates] %%% --- Necessary Packages %%% ------------------------------------------------------------------ -\RequirePackage{ifpdf} +\RequirePackage{iftex} \RequirePackage{etoolbox} \RequirePackage{ltxcmds} \RequirePackage{array} % for column types @@ -167,7 +167,7 @@ } \newcommand{\IfMathVersionDefined}[3]{\ifcsdef{mv@#1}{#2}{#3}} \newcommand{\IfGlossariesStyleDefined}[2]{\ifcsdef{@glsstyle@#1}{#2}{}} - +\newcommand{\IfBibEnvironmentDefined}[1]{\ifcsdef{blx@env@#1}} \newcommand\SetTemplateDefinition[3]{% 1: group, 2: property, 3: code \csdef{tpl@definition@#1@#2}{#3} } |