From d43c6c522bef207022d35a66e86b9a858e1c0a16 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 5 Jan 2011 00:25:53 +0000 Subject: ydoc (4jan11) git-svn-id: svn://tug.org/texlive/trunk@20938 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/ydoc/ydoc.pdf | Bin 521643 -> 521643 bytes Master/texmf-dist/source/latex/ydoc/ydoc.dtx | 12 ++++++------ Master/texmf-dist/tex/latex/ydoc/ydoc-code.sty | 8 ++++---- Master/texmf-dist/tex/latex/ydoc/ydoc-desc.sty | 4 ++-- Master/texmf-dist/tex/latex/ydoc/ydoc-doc.sty | 6 +++--- Master/texmf-dist/tex/latex/ydoc/ydoc-expl.sty | 4 ++-- Master/texmf-dist/tex/latex/ydoc/ydoc.cls | 4 ++-- Master/texmf-dist/tex/latex/ydoc/ydoc.sty | 4 ++-- 8 files changed, 21 insertions(+), 21 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/ydoc/ydoc.pdf b/Master/texmf-dist/doc/latex/ydoc/ydoc.pdf index d971cd1ef64..6e2ecfe168a 100644 Binary files a/Master/texmf-dist/doc/latex/ydoc/ydoc.pdf and b/Master/texmf-dist/doc/latex/ydoc/ydoc.pdf differ diff --git a/Master/texmf-dist/source/latex/ydoc/ydoc.dtx b/Master/texmf-dist/source/latex/ydoc/ydoc.dtx index 757c6372374..7855ff07a42 100644 --- a/Master/texmf-dist/source/latex/ydoc/ydoc.dtx +++ b/Master/texmf-dist/source/latex/ydoc/ydoc.dtx @@ -1,5 +1,5 @@ % \iffalse -%% Copyright (c) 2010 by Martin Scharrer +%% Copyright (c) 2010-2011 by Martin Scharrer %% WWW: http://latex.scharrer-online.de/ %% %% This work may be distributed and/or modified under the @@ -35,7 +35,7 @@ % [ydoc-expl] % [ydoc-doc] %<*driver|class|package|code|desc|expl|doc> - {$Id: ydoc.dtx 1921 2010-12-20 21:55:39Z martin $} + {$Id: ydoc.dtx 2004 2011-01-03 22:51:32Z martin $} [v0.3alpha] % % [ydoc class: document LaTeX class and packages] @@ -74,7 +74,7 @@ % % \fi % -% \CheckSum{1237} +% \CheckSum{1238} % % \CharacterTable % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -467,7 +467,7 @@ \catcode`\ =\active }* |gdef|macro@code#1^^M% \end{macrocode}(* -|endgroup|expandafter|macro@@code|expandafter(|ydoc@removeline#1|noexpand|lastlinemacro^^M)* +|endgroup|expandafter|macro@@code|expandafter(|ydoc@removeline#1|noexpand|lastlinemacro)* )* |gdef|ydoc@removeline#1^^M(|noexpand|firstlinemacro)* |gdef|ydoc@defspecialmacros(* @@ -500,7 +500,7 @@ \def\newlinemacro{\\\null} \def\spacemacro{\ } \def\bslashmacro{\char92} -\def\lastlinemacro#1{} +\def\lastlinemacro{} \def\firstlinemacro{\linenumberbox} \def\newlinemacro{\\\linenumberbox} \newcounter{linenumber} @@ -882,7 +882,7 @@ % % \begin{macrocode} \RequirePackage{shortvrb} -\MakeShortVerb{\|} +\AtBeginDocument{\MakeShortVerb{\|}} % \end{macrocode} % % \iffalse diff --git a/Master/texmf-dist/tex/latex/ydoc/ydoc-code.sty b/Master/texmf-dist/tex/latex/ydoc/ydoc-code.sty index f07e180f963..edc76660863 100644 --- a/Master/texmf-dist/tex/latex/ydoc/ydoc-code.sty +++ b/Master/texmf-dist/tex/latex/ydoc/ydoc-code.sty @@ -6,7 +6,7 @@ %% %% ydoc.dtx (with options: `code') %% -%% Copyright (c) 2010 by Martin Scharrer +%% Copyright (c) 2010-2011 by Martin Scharrer %% WWW: http://latex.scharrer-online.de/ %% %% This work may be distributed and/or modified under the @@ -29,7 +29,7 @@ \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackageSVN [ydoc-code] - {$Id: ydoc.dtx 1921 2010-12-20 21:55:39Z martin $} + {$Id: ydoc.dtx 2004 2011-01-03 22:51:32Z martin $} [v0.3alpha] [ydoc package to document macro code] \RequirePackage{hyperref} @@ -72,7 +72,7 @@ \catcode`\ =\active }* |gdef|macro@code#1^^M% \end{macrocode}(* -|endgroup|expandafter|macro@@code|expandafter(|ydoc@removeline#1|noexpand|lastlinemacro^^M)* +|endgroup|expandafter|macro@@code|expandafter(|ydoc@removeline#1|noexpand|lastlinemacro)* )* |gdef|ydoc@removeline#1^^M(|noexpand|firstlinemacro)* |gdef|ydoc@defspecialmacros(* @@ -95,7 +95,7 @@ \def\newlinemacro{\\\null} \def\spacemacro{\ } \def\bslashmacro{\char92} -\def\lastlinemacro#1{} +\def\lastlinemacro{} \def\firstlinemacro{\linenumberbox} \def\newlinemacro{\\\linenumberbox} \newcounter{linenumber} diff --git a/Master/texmf-dist/tex/latex/ydoc/ydoc-desc.sty b/Master/texmf-dist/tex/latex/ydoc/ydoc-desc.sty index 0a91285f3d4..6fe2fb5a857 100644 --- a/Master/texmf-dist/tex/latex/ydoc/ydoc-desc.sty +++ b/Master/texmf-dist/tex/latex/ydoc/ydoc-desc.sty @@ -6,7 +6,7 @@ %% %% ydoc.dtx (with options: `desc') %% -%% Copyright (c) 2010 by Martin Scharrer +%% Copyright (c) 2010-2011 by Martin Scharrer %% WWW: http://latex.scharrer-online.de/ %% %% This work may be distributed and/or modified under the @@ -29,7 +29,7 @@ \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackageSVN [ydoc-desc] - {$Id: ydoc.dtx 1921 2010-12-20 21:55:39Z martin $} + {$Id: ydoc.dtx 2004 2011-01-03 22:51:32Z martin $} [v0.3alpha] [ydoc package to describe macros, environments, options etc.] \RequirePackage{hyperref} diff --git a/Master/texmf-dist/tex/latex/ydoc/ydoc-doc.sty b/Master/texmf-dist/tex/latex/ydoc/ydoc-doc.sty index 78a8ff597a2..c624bc7b407 100644 --- a/Master/texmf-dist/tex/latex/ydoc/ydoc-doc.sty +++ b/Master/texmf-dist/tex/latex/ydoc/ydoc-doc.sty @@ -6,7 +6,7 @@ %% %% ydoc.dtx (with options: `doc') %% -%% Copyright (c) 2010 by Martin Scharrer +%% Copyright (c) 2010-2011 by Martin Scharrer %% WWW: http://latex.scharrer-online.de/ %% %% This work may be distributed and/or modified under the @@ -29,7 +29,7 @@ \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackageSVN [ydoc-doc] - {$Id: ydoc.dtx 1921 2010-12-20 21:55:39Z martin $} + {$Id: ydoc.dtx 2004 2011-01-03 22:51:32Z martin $} [v0.3alpha] [ydoc package to provide 'doc' macros] \newcount\ydoc@bslashcnt @@ -119,7 +119,7 @@ \fi } \RequirePackage{shortvrb} -\MakeShortVerb{\|} +\AtBeginDocument{\MakeShortVerb{\|}} \endinput %% %% End of file `ydoc-doc.sty'. diff --git a/Master/texmf-dist/tex/latex/ydoc/ydoc-expl.sty b/Master/texmf-dist/tex/latex/ydoc/ydoc-expl.sty index 0301d962437..c22dc70ef11 100644 --- a/Master/texmf-dist/tex/latex/ydoc/ydoc-expl.sty +++ b/Master/texmf-dist/tex/latex/ydoc/ydoc-expl.sty @@ -6,7 +6,7 @@ %% %% ydoc.dtx (with options: `expl') %% -%% Copyright (c) 2010 by Martin Scharrer +%% Copyright (c) 2010-2011 by Martin Scharrer %% WWW: http://latex.scharrer-online.de/ %% %% This work may be distributed and/or modified under the @@ -29,7 +29,7 @@ \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackageSVN [ydoc-expl] - {$Id: ydoc.dtx 1921 2010-12-20 21:55:39Z martin $} + {$Id: ydoc.dtx 2004 2011-01-03 22:51:32Z martin $} [v0.3alpha] [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 9792bbf100c..01e5297a337 100644 --- a/Master/texmf-dist/tex/latex/ydoc/ydoc.cls +++ b/Master/texmf-dist/tex/latex/ydoc/ydoc.cls @@ -6,7 +6,7 @@ %% %% ydoc.dtx (with options: `class') %% -%% Copyright (c) 2010 by Martin Scharrer +%% Copyright (c) 2010-2011 by Martin Scharrer %% WWW: http://latex.scharrer-online.de/ %% %% This work may be distributed and/or modified under the @@ -27,7 +27,7 @@ %% \RequirePackage{svn-prov}[2010/04/03] \ProvidesClassSVN - {$Id: ydoc.dtx 1921 2010-12-20 21:55:39Z martin $} + {$Id: ydoc.dtx 2004 2011-01-03 22:51:32Z martin $} [v0.3alpha] [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 5392103a998..eaa2824b0dd 100644 --- a/Master/texmf-dist/tex/latex/ydoc/ydoc.sty +++ b/Master/texmf-dist/tex/latex/ydoc/ydoc.sty @@ -6,7 +6,7 @@ %% %% ydoc.dtx (with options: `package') %% -%% Copyright (c) 2010 by Martin Scharrer +%% Copyright (c) 2010-2011 by Martin Scharrer %% WWW: http://latex.scharrer-online.de/ %% %% This work may be distributed and/or modified under the @@ -28,7 +28,7 @@ \RequirePackage{svn-prov}[2010/04/03] \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackageSVN - {$Id: ydoc.dtx 1921 2010-12-20 21:55:39Z martin $} + {$Id: ydoc.dtx 2004 2011-01-03 22:51:32Z martin $} [v0.3alpha] [ydoc package: document LaTeX class and packages] \RequirePackage{ydoc-code} -- cgit v1.2.3