summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/dox/dox.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/dox/dox.sty')
-rw-r--r--Master/texmf-dist/tex/latex/dox/dox.sty12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/dox/dox.sty b/Master/texmf-dist/tex/latex/dox/dox.sty
index 9fa5c0ef3db..5417fe0ae0a 100644
--- a/Master/texmf-dist/tex/latex/dox/dox.sty
+++ b/Master/texmf-dist/tex/latex/dox/dox.sty
@@ -36,7 +36,7 @@
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{dox}[2017/01/26 v2.3 Extensions to the doc package]
+\ProvidesPackage{dox}[2017/12/06 v2.4 Extensions to the doc package]
\RequirePackage{kvoptions}
\SetupKeyvalOptions{family=dox,prefix=dox@}
@@ -112,9 +112,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{%
@@ -125,7 +125,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}}
@@ -133,7 +133,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{%
@@ -144,7 +144,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}}