summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/ydoc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-01-28 01:54:47 +0000
committerKarl Berry <karl@freefriends.org>2011-01-28 01:54:47 +0000
commit139df1037ef019c4fb1d87b0c192159160f6a99b (patch)
treea06fe0f91675112bfb3c83ced8f72b7303a1f97e /Master/texmf-dist/tex/latex/ydoc
parent9ab1132a50db5f46b01e9136c9741e7cc3baa663 (diff)
ydoc (27jan11)
git-svn-id: svn://tug.org/texlive/trunk@21202 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ydoc')
-rw-r--r--Master/texmf-dist/tex/latex/ydoc/ydoc-code.sty2
-rw-r--r--Master/texmf-dist/tex/latex/ydoc/ydoc-desc.sty23
-rw-r--r--Master/texmf-dist/tex/latex/ydoc/ydoc-doc.sty2
-rw-r--r--Master/texmf-dist/tex/latex/ydoc/ydoc-expl.sty2
-rw-r--r--Master/texmf-dist/tex/latex/ydoc/ydoc.cls2
-rw-r--r--Master/texmf-dist/tex/latex/ydoc/ydoc.sty2
6 files changed, 25 insertions, 8 deletions
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}