Skip to content

Commit

Permalink
Add note about V-type variants and \KeyValue
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Nov 2, 2024
1 parent 7a95ad0 commit 7508ec4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion base/lttemplates.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
%<*driver>
% \fi
\ProvidesFile{lttemplates.dtx}
[2024-10-07 v1.0d LaTeX Kernel (Prototype document functions)]
[2024-11-02 v1.0d LaTeX Kernel (Prototype document functions)]
% \iffalse
\documentclass{l3doc}
\GetFileInfo{lttemplates.dtx}
Expand Down Expand Up @@ -2117,6 +2117,10 @@
set:N
}
}
% \end{macrocode}
% Notice we need a \texttt{V}-type variant for each \texttt{(g)set}
% operation here: these need to be provided by \pkg{expl3}.
% \begin{macrocode}
\cs_new_protected:Npn \@@_assign_variable:n #1
{
\@@_if_key_value:VTF \l_@@_value_tl
Expand Down

0 comments on commit 7508ec4

Please sign in to comment.