From 139df1037ef019c4fb1d87b0c192159160f6a99b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 28 Jan 2011 01:54:47 +0000 Subject: ydoc (27jan11) git-svn-id: svn://tug.org/texlive/trunk@21202 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/ydoc/ydoc-code.sty | 2 +- Master/texmf-dist/tex/latex/ydoc/ydoc-desc.sty | 23 ++++++++++++++++++++--- Master/texmf-dist/tex/latex/ydoc/ydoc-doc.sty | 2 +- Master/texmf-dist/tex/latex/ydoc/ydoc-expl.sty | 2 +- Master/texmf-dist/tex/latex/ydoc/ydoc.cls | 2 +- Master/texmf-dist/tex/latex/ydoc/ydoc.sty | 2 +- 6 files changed, 25 insertions(+), 8 deletions(-) (limited to 'Master/texmf-dist/tex') diff --git a/Master/texmf-dist/tex/latex/ydoc/ydoc-code.sty b/Master/texmf-dist/tex/latex/ydoc/ydoc-code.sty index a9b010ad1d4..4034d1fc43d 100644 --- a/Master/texmf-dist/tex/latex/ydoc/ydoc-code.sty +++ b/Master/texmf-dist/tex/latex/ydoc/ydoc-code.sty @@ -29,7 +29,7 @@ \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackageSVN [ydoc-code] - {$Id: ydoc.dtx 2035 2011-01-09 17:22:24Z martin $} + {$Id: ydoc.dtx 2073 2011-01-26 11:25:50Z martin $} [v0.4alpha] [ydoc package to document macro code] \RequirePackage{hyperref} diff --git a/Master/texmf-dist/tex/latex/ydoc/ydoc-desc.sty b/Master/texmf-dist/tex/latex/ydoc/ydoc-desc.sty index 99b00e20a07..607efc48538 100644 --- a/Master/texmf-dist/tex/latex/ydoc/ydoc-desc.sty +++ b/Master/texmf-dist/tex/latex/ydoc/ydoc-desc.sty @@ -29,7 +29,7 @@ \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackageSVN [ydoc-desc] - {$Id: ydoc.dtx 2035 2011-01-09 17:22:24Z martin $} + {$Id: ydoc.dtx 2073 2011-01-26 11:25:50Z martin $} [v0.4alpha] [ydoc package to describe macros, environments, options etc.] \RequirePackage{hyperref} @@ -147,8 +147,24 @@ } \def\after@Macro@args{% } -\def\read@Macro@marg#1{% - \@marg{#1}\read@Macro@arg +\def\read@Macro@marg{% + \begingroup + \afterassignment\read@Macro@marg@ + \let\@let@token=% +} +\def\read@Macro@marg@{% + \setbox\@tempboxa\hbox\bgroup + \color@setgroup\bgroup + \aftergroup\color@endgroup + \aftergroup\egroup + \aftergroup\read@Macro@marg@@ + \let\end@Macro@args\empty% + \read@Macro@arg +} +\def\read@Macro@marg@@{% + \@marg{\usebox\@tempboxa}% + \endgroup + \read@Macro@arg } \def\read@Macro@oarg[#1]{% \@oarg{#1}\read@Macro@arg @@ -179,6 +195,7 @@ \begingroup \let\do\@makeother \dospecials + \obeyspaces \read@Macro@verb@ } \def\read@Macro@verb@'#1'{% diff --git a/Master/texmf-dist/tex/latex/ydoc/ydoc-doc.sty b/Master/texmf-dist/tex/latex/ydoc/ydoc-doc.sty index 983ae2ab978..aae0b73166f 100644 --- a/Master/texmf-dist/tex/latex/ydoc/ydoc-doc.sty +++ b/Master/texmf-dist/tex/latex/ydoc/ydoc-doc.sty @@ -29,7 +29,7 @@ \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackageSVN [ydoc-doc] - {$Id: ydoc.dtx 2035 2011-01-09 17:22:24Z martin $} + {$Id: ydoc.dtx 2073 2011-01-26 11:25:50Z martin $} [v0.4alpha] [ydoc package to provide 'doc' macros] \newcount\ydoc@bslashcnt diff --git a/Master/texmf-dist/tex/latex/ydoc/ydoc-expl.sty b/Master/texmf-dist/tex/latex/ydoc/ydoc-expl.sty index 6247f8bd527..cdb13c65bf7 100644 --- a/Master/texmf-dist/tex/latex/ydoc/ydoc-expl.sty +++ b/Master/texmf-dist/tex/latex/ydoc/ydoc-expl.sty @@ -29,7 +29,7 @@ \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackageSVN [ydoc-expl] - {$Id: ydoc.dtx 2035 2011-01-09 17:22:24Z martin $} + {$Id: ydoc.dtx 2073 2011-01-26 11:25:50Z martin $} [v0.4alpha] [ydoc package to insert live examples of LaTeX code] \RequirePackage{listings} diff --git a/Master/texmf-dist/tex/latex/ydoc/ydoc.cls b/Master/texmf-dist/tex/latex/ydoc/ydoc.cls index 3684a2fea0d..97223c97fbf 100644 --- a/Master/texmf-dist/tex/latex/ydoc/ydoc.cls +++ b/Master/texmf-dist/tex/latex/ydoc/ydoc.cls @@ -27,7 +27,7 @@ %% \RequirePackage{svn-prov}[2010/04/03] \ProvidesClassSVN - {$Id: ydoc.dtx 2035 2011-01-09 17:22:24Z martin $} + {$Id: ydoc.dtx 2073 2011-01-26 11:25:50Z martin $} [v0.4alpha] [ydoc class: document LaTeX class and packages] \LoadClassWithOptions{article} diff --git a/Master/texmf-dist/tex/latex/ydoc/ydoc.sty b/Master/texmf-dist/tex/latex/ydoc/ydoc.sty index b0031b430f9..2b1cca878b2 100644 --- a/Master/texmf-dist/tex/latex/ydoc/ydoc.sty +++ b/Master/texmf-dist/tex/latex/ydoc/ydoc.sty @@ -28,7 +28,7 @@ \RequirePackage{svn-prov}[2010/04/03] \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackageSVN - {$Id: ydoc.dtx 2035 2011-01-09 17:22:24Z martin $} + {$Id: ydoc.dtx 2073 2011-01-26 11:25:50Z martin $} [v0.4alpha] [ydoc package: document LaTeX class and packages] \RequirePackage{ydoc-code} -- cgit v1.2.3