diff options
author | Karl Berry <karl@freefriends.org> | 2018-03-30 21:15:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-03-30 21:15:38 +0000 |
commit | 231f84a3fd38e7b05d38ddd4401a3b324884d88e (patch) | |
tree | f2c03fc73d8bf0eeebf587cc038f28273dc54b2c /Master/texmf-dist/tex/latex/dtxdescribe | |
parent | 3cda58b54c3cf3ea7c6948c7c6c971a1f9c4fb2b (diff) |
dtxdescribe (30mar18)
git-svn-id: svn://tug.org/texlive/trunk@47191 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/dtxdescribe')
-rw-r--r-- | Master/texmf-dist/tex/latex/dtxdescribe/dtxdescribe.sty | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/dtxdescribe/dtxdescribe.sty b/Master/texmf-dist/tex/latex/dtxdescribe/dtxdescribe.sty index e6d503be509..359c83d3342 100644 --- a/Master/texmf-dist/tex/latex/dtxdescribe/dtxdescribe.sty +++ b/Master/texmf-dist/tex/latex/dtxdescribe/dtxdescribe.sty @@ -19,7 +19,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{dtxdescribe} - [2016/12/08 v0.10 Describe additional object types in dtx source files.] + [2018/03/30 v0.11 Describe additional object types in dtx source files.] @@ -124,7 +124,7 @@ \encapchar #5}% \begingroup% \DTXD@origwrindex{% -#4s:\levelchar% index tag +#4:\levelchar% index tag \ifblank{#1}{}{[#1]:\levelchar}% class #2\actualchar{\protect\ttfamily#2}% name \encapchar #5}% @@ -172,7 +172,7 @@ \encapchar #5}% \begingroup% \DTXD@origwrindex{% -#4s:\levelchar% index tag +#4:\levelchar% index tag \ifblank{#1}{}{[#1]:\levelchar}% class \DTXD@verbatimcmd{#2}% name \encapchar #5}% @@ -181,7 +181,6 @@ } - \renewcommand*{\DescribeMacro}[2][]{% \@bsphack% \@ifundefined{@captype}{% not float? @@ -316,7 +315,7 @@ \newcommand{\watchout}[1][]{% \@ifundefined{@captype}{% not float? -\marginpar{\hspace*{\fill}% +\marginpar{\raggedleft% \textcolor{red!50!black}{\warningsign\normalsize\quad#1}}% \ignorespaces% }{}% not float? |