-
-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update l3kernel, xparse, xtemplate to 2024-08-16
- Loading branch information
1 parent
9e3adfe
commit 619386e
Showing
9 changed files
with
68 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
%% | ||
%% This is file `xtemplate.sty', | ||
%% generated with the docstrip utility. | ||
%% | ||
%% The original source files were: | ||
%% | ||
%% xtemplate.dtx (with options: `package') | ||
%% | ||
%% Copyright (C) 2011-2024 The LaTeX Project | ||
%% | ||
%% It may be distributed and/or modified under the conditions of | ||
%% the LaTeX Project Public License (LPPL), either version 1.3c of | ||
%% this license or (at your option) any later version. The latest | ||
%% version of this license is in the file: | ||
%% | ||
%% http://www.latex-project.org/lppl.txt | ||
%% | ||
%% This file is part of the "l3packages bundle" (The Work in LPPL) | ||
%% and all files in that bundle must be distributed together. | ||
%% | ||
%% File: xtemplate.dtx | ||
\@ifundefined{NewTemplateType} | ||
{% | ||
\input{xtemplate-2023-10-10.sty}% | ||
\endinput | ||
} | ||
{% | ||
\ProvidesExplPackage{xtemplate}{2024-08-16}{} | ||
{L3 Experimental prototype document functions} | ||
\long\protected\def\DeclareRestrictedTemplate#1#2#3#4{% | ||
\DeclareTemplateCopy{#1}{#3}{#2}% | ||
\EditTemplateDefaults{#1}{#3}{#4}% | ||
}% | ||
\let\IfInstanceExistT\IfInstanceExistsT | ||
\let\IfInstanceExistF\IfInstanceExistsF | ||
\let\IfInstanceExistTF\IfInstanceExistsTF | ||
} | ||
\ExplSyntaxOn | ||
\cs_new_protected:Npn \DeclareObjectType #1#2 | ||
{ \__template_declare_type:nn {#1} {#2} } | ||
\ExplSyntaxOff | ||
%% | ||
%% | ||
%% End of file `xtemplate.sty'. |