Skip to content

Commit

Permalink
Promote \NewDocumentCommand in a doc example
Browse files Browse the repository at this point in the history
  • Loading branch information
muzimuzhi authored and josephwright committed Aug 30, 2024
1 parent 3218670 commit b7e148e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/ltfssini.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -1397,7 +1397,7 @@
% \end{itemize}
% This allows you to define commands like \cs{IfBold}, e.g.,
%\begin{verbatim}
% \newcommand\IfBold[2]{\IfFontSeriesContextTF{bf}{#1}{#2}}
% \NewDocumentCommand\IfBold{mm}{\IfFontSeriesContextTF{bf}{#1}{#2}}
%\end{verbatim}
% and then do
%\begin{verbatim}
Expand Down

0 comments on commit b7e148e

Please sign in to comment.