summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/dox/dox.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-12-07 23:14:29 +0000
committerKarl Berry <karl@freefriends.org>2017-12-07 23:14:29 +0000
commit19ca5ad9055c34322b8400af8c7b1b83f65d7829 (patch)
treee912f56f41af1c8479296c38065dae9e94571e5e /Master/texmf-dist/source/latex/dox/dox.dtx
parentc62ca26eddb48d4d0073d5b1ff3e814c7f44fbb4 (diff)
dox (8dec17)
git-svn-id: svn://tug.org/texlive/trunk@46011 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/dox/dox.dtx')
-rw-r--r--Master/texmf-dist/source/latex/dox/dox.dtx18
1 files changed, 10 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/dox/dox.dtx b/Master/texmf-dist/source/latex/dox/dox.dtx
index 887b816d7f7..212b343189f 100644
--- a/Master/texmf-dist/source/latex/dox/dox.dtx
+++ b/Master/texmf-dist/source/latex/dox/dox.dtx
@@ -74,7 +74,7 @@
% Copyright \copyright{} 2009, 2010, 2017 Didier Verna}
%
% \newcommand\emacs{\textsf{[X]Emacs}\xspace}
-% \newcommand\auctex{AUC-\TeX\xspace}
+% \newcommand\auctex{AUC\TeX\xspace}
% \newcommand\api{\textsc{api}\xspace}
%
% \pagestyle{mystyle}
@@ -332,6 +332,8 @@
%
% \section{History}
% \begin{itemize}
+% \item[v2.4] Improve \auctex support.\\
+% Fix spurious spaces in index entries, reported by Eric Domenjoud.
% \item[v2.3] Support \texttt{doc}'s \cs{saved@indexname} internal command,
% thanks to Falk Hanisch.
% \item[v2.2] New \texttt{macrolike} option allowing to create control
@@ -345,7 +347,7 @@
% \texttt{noindex} to avoid indexing).\\
% Extend \cs{DescribeMacro}, \cs{DescribeEnv} and their corresponding
% environments with the same features.
-% \item[v1.0] First public version
+% \item[v1.0] First public version.
% \end{itemize}
%
% \StopEventually{\vfill\hfill\small \packagecopyright{}}
@@ -355,7 +357,7 @@
% \begin{macrocode}
%<dox>\NeedsTeXFormat{LaTeX2e}
%<*header>
-\ProvidesPackage{dox}[2017/01/26 v2.3 Extensions to the doc package]
+\ProvidesPackage{dox}[2017/12/06 v2.4 Extensions to the doc package]
%</header>
%<*dox>
@@ -522,9 +524,9 @@
\def\@doxcreatespecialmainindex#1#2#3{%
\expandafter\def\csname SpecialMain#1Index\endcsname##1{%
\@bsphack%
- \special@index{##1\actualchar{\string\ttfamily\space##1} (#2)
+ \special@index{##1\actualchar{\string\ttfamily\space##1} (#2)%
\encapchar main}%
- \special@index{#3:\levelchar##1\actualchar{\string\ttfamily\space##1}
+ \special@index{#3:\levelchar##1\actualchar{\string\ttfamily\space##1}%
\encapchar main}%
\@esphack}}
\def\@doxcreatespecialmainmacrolikeindex#1#2#3{%
@@ -535,7 +537,7 @@
\string\verb\quotechar*\verbatimchar\bslash\@gtempa\verbatimchar
\space(#2)\encapchar main}%
\special@index{#3:\levelchar\@gtempa\actualchar%
- \string\verb\quotechar*\verbatimchar\bslash\@gtempa\verbatimchar
+ \string\verb\quotechar*\verbatimchar\bslash\@gtempa\verbatimchar%
\encapchar main}%
\@esphack}}
@@ -552,7 +554,7 @@
\expandafter\def\csname Special#1Index\endcsname##1{%
\@bsphack%
\index{##1\actualchar{\protect\ttfamily##1} (#2)\encapchar usage}%
- \index{#3:\levelchar##1\actualchar{\protect\ttfamily##1}
+ \index{#3:\levelchar##1\actualchar{\protect\ttfamily##1}%
\encapchar usage}%
\@esphack}}
\def\@doxcreatespecialmacrolikeindex#1#2#3{%
@@ -563,7 +565,7 @@
\string\verb\quotechar*\verbatimchar\bslash\@gtempa\verbatimchar
\space(#2)\encapchar usage}%
\index{#3:\levelchar\@gtempa\actualchar
- \string\verb\quotechar*\verbatimchar\bslash\@gtempa\verbatimchar
+ \string\verb\quotechar*\verbatimchar\bslash\@gtempa\verbatimchar%
\encapchar usage}%
\@esphack}}