summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/base/ltxdoc.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-06-16 20:24:21 +0000
committerKarl Berry <karl@freefriends.org>2022-06-16 20:24:21 +0000
commit7a87410e74a9d342265d947c079f532ff0f087ad (patch)
treeb0d8675130bfaf962babe78dcc1e884826906d7a /Master/texmf-dist/tex/latex/base/ltxdoc.cls
parente69119d55d51d7fae1816c0e872d57c62694b3cb (diff)
latex2e (16jun22)
git-svn-id: svn://tug.org/texlive/trunk@63613 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/base/ltxdoc.cls')
-rw-r--r--Master/texmf-dist/tex/latex/base/ltxdoc.cls14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/base/ltxdoc.cls b/Master/texmf-dist/tex/latex/base/ltxdoc.cls
index e438aa6a9cf..e66d2c91adf 100644
--- a/Master/texmf-dist/tex/latex/base/ltxdoc.cls
+++ b/Master/texmf-dist/tex/latex/base/ltxdoc.cls
@@ -43,7 +43,7 @@
%% extension .ins) which are part of the distribution.
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{ltxdoc}
- [2022/06/03 v2.1f Standard LaTeX documentation class]
+ [2022/06/14 v2.1g Standard LaTeX documentation class]
\DeclareOption{a5paper}{\@latexerr{Option not supported}%
{}}
\newif\ifltxdoc@load@cfg@ \ltxdoc@load@cfg@true
@@ -262,16 +262,16 @@ Bug reports can be opened (category \texttt{#1}) at\\%
\end{center}%
\par
\vskip 1.5em}
-\providecommand\url{\texttt}
\def\task#1#2{}
-\providecommand\LuaTeX{Lua\TeX}
-\providecommand\cls{\textsf}
-\providecommand\pkg{\textsf}
-\providecommand\enquote[1]{``#1''}
\DeclareRobustCommand\cs[1]{\texttt{\bslash\detokenize{#1}}}%
\AtBeginDocument{%
\renewcommand\PrintMacroName[1]{\MacroFont\detokenize{#1}}%
- }
+ \providecommand\LuaTeX{Lua\TeX}
+ \providecommand\cls{\textsf}
+ \providecommand\pkg{\textsf}
+ \providecommand\enquote[1]{``#1''}
+ \providecommand\url{\texttt}
+}
\endinput
%%
%% End of file `ltxdoc.cls'.