%% %% 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-03-14}{} {L3 Experimental prototype document functions} \long\protected\def\DeclareRestrictedTemplate#1#2#3#4{% \DeclareTemplateCopy{#1}{#3}{#2}% \EditTemplateDefaults{#1}{#3}{#4}% }% } \ExplSyntaxOn \cs_new_protected:Npn \DeclareObjectType #1#2 { \__template_declare_type:nn {#1} {#2} } \ExplSyntaxOff %% %% %% End of file `xtemplate.sty'.