texlive[64887] Master: ydoc (1nov22)
commits+karl at tug.org
commits+karl at tug.org
Tue Nov 1 20:50:41 CET 2022
Revision: 64887
http://tug.org/svn/texlive?view=revision&revision=64887
Author: karl
Date: 2022-11-01 20:50:40 +0100 (Tue, 01 Nov 2022)
Log Message:
-----------
ydoc (1nov22)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/ydoc/ydoc.pdf
trunk/Master/texmf-dist/source/latex/ydoc/ydoc.dtx
trunk/Master/texmf-dist/tex/latex/ydoc/ydoc-code.sty
trunk/Master/texmf-dist/tex/latex/ydoc/ydoc-desc.sty
trunk/Master/texmf-dist/tex/latex/ydoc/ydoc-doc.sty
trunk/Master/texmf-dist/tex/latex/ydoc/ydoc-expl.sty
trunk/Master/texmf-dist/tex/latex/ydoc/ydoc.cfg
trunk/Master/texmf-dist/tex/latex/ydoc/ydoc.cls
trunk/Master/texmf-dist/tex/latex/ydoc/ydoc.sty
trunk/Master/tlpkg/tlpsrc/ydoc.tlpsrc
Added Paths:
-----------
trunk/Master/texmf-dist/doc/latex/ydoc/DEPENDS.txt
trunk/Master/texmf-dist/doc/latex/ydoc/README.md
Removed Paths:
-------------
trunk/Master/texmf-dist/doc/latex/ydoc/README
Added: trunk/Master/texmf-dist/doc/latex/ydoc/DEPENDS.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/ydoc/DEPENDS.txt (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/ydoc/DEPENDS.txt 2022-11-01 19:50:40 UTC (rev 64887)
@@ -0,0 +1,13 @@
+hard newverbs
+hard hyperref
+hard needspace
+hard xcolor
+hard listings
+hard shortvrb
+hard etoolbox
+hard xspace
+hard url
+hard showexpl
+hard float
+
+soft needspace
Property changes on: trunk/Master/texmf-dist/doc/latex/ydoc/DEPENDS.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Deleted: trunk/Master/texmf-dist/doc/latex/ydoc/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/ydoc/README 2022-11-01 01:04:49 UTC (rev 64886)
+++ trunk/Master/texmf-dist/doc/latex/ydoc/README 2022-11-01 19:50:40 UTC (rev 64887)
@@ -1,52 +0,0 @@
-The 'ydoc' class and packages
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-'ydoc' provides macros and environments to document LaTeX packages and classes.
-It is an alternative to the 'ltxdoc' class and 'doc' package.
-It targets a different layout and tries to provide more modern styles (xcolor, hyperref, etc.).
-
-This is an alpha release. It should not be used yet for other packages.
-
-INSTALL
-~~~~~~~
-
-This package might be part of your LaTeX distribution (TeX Live, MikTeX, ...) and then is installable using
-the distributions package manager (TeX Live: 'tlmgr install ydoc').
-However, it is also manually installable using the following ways:
-
-1) TDS ZIP FILE
-A TDS ZIP file includes all files in a installable format and using the required directory structure.
-Simply unzip the TDS ZIP file over your TEXMF tree.
-
-The TDS ZIP file can be downloaded from CTAN:
-http://mirrors.ctan.org/install/macros/latex/contrib/ydoc.tds.zip
-
-
-2) DTX FILE
-The 'ydoc.dtx' file includes all required files, which can be extracted by compiling it using TeX (not LaTeX):
-
- tex ydoc.dtx
-
-To build the documentation compile the same file using LaTeX (preferable 'pdflatex') multiple times:
-
- pdflatex ydoc.dtx
- pdflatex ydoc.dtx
- pdflatex ydoc.dtx
-
-Copy all files to their correct location of your local TEXMF tree.
-For example under Linux a personal TEXMF is normally located at '~/texmf' ('$HOME/texmf').
-The files can be installed using the following Linux commands. For
-
- mkdir -p "${TEXMF}/tex/latex/ydoc/"
- mkdir -p "${TEXMF}/source/latex/ydoc/"
- mkdir -p "${TEXMF}/doc/latex/ydoc/"
- mkdir -p "${TEXMF}/tex/generic/ydoc/"
- cp ydoc.sty ydoc.cls ydoc-code.sty ydoc-desc.sty ydoc-doc.sty ydoc-expl.sty ydoc.cfg "${TEXMF}/tex/latex/ydoc"
- cp ydoc.dtx ydoc.ins "${TEXMF}/source/latex/ydoc"
- cp ydoc.pdf README "${TEXMF}/doc/latex/ydoc"
- cp ydocincl.tex ydocstrip.tex "${TEXMF}/tex/generic/ydoc"
-
-Update the tree database file (might be not required for modern versions and personal TEXMF trees):
-
- texhash ${TEXMF}
-
Added: trunk/Master/texmf-dist/doc/latex/ydoc/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/ydoc/README.md (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/ydoc/README.md 2022-11-01 19:50:40 UTC (rev 64887)
@@ -0,0 +1,62 @@
+The `ydoc` class and packages
+=============================
+Copyright (c) 2011-2022 by Martin Scharrer <martin.scharrer at web.de>
+License: [LPPL v1.3c](https://www.latex-project.org/lppl/lppl-1-3c/)
+CTAN: https://www.ctan.org/pkg/ydoc
+Texdoc: https://texdoc.org/pkg/ydoc
+Homepage: https://github.com/MartinScharrer/ydoc
+Repository: https://github.com/MartinScharrer/ydoc.git
+Issue tracker: https://github.com/MartinScharrer/ydoc/issues
+
+`ydoc` provides macros and environments to document LaTeX packages and classes.
+It is an alternative to the `ltxdoc` class and `doc` package.
+It targets a different layout and tries to provide more modern styles (`xcolor`, `hyperref`, etc.).
+
+This is an alpha release. It should not be used yet for other packages.
+
+INSTALL
+-------
+
+This package might be part of your LaTeX distribution (TeX Live, MikTeX, ...) and then is installable using
+the distributions package manager (TeX Live: `tlmgr install ydoc`).
+However, it is also manually installable using the following ways:
+
+### TDS ZIP FILE ###
+
+A TDS ZIP file includes all files in a installable format and using the required directory structure.
+Simply unzip the TDS ZIP file over your TEXMF tree.
+The TDS ZIP file can be downloaded from CTAN:
+http://mirrors.ctan.org/install/macros/latex/contrib/ydoc.tds.zip
+
+
+### DTX FILE ###
+
+The `ydoc.dtx` file includes all required files, which can be extracted by compiling it using TeX (not LaTeX):
+
+ tex ydoc.dtx
+
+To build the documentation compile the same file using LaTeX (preferable 'pdflatex') multiple times:
+
+ pdflatex ydoc.dtx
+ pdflatex ydoc.dtx
+ pdflatex ydoc.dtx
+
+Copy all files to their correct location of your local TEXMF tree.
+For example under Linux a personal TEXMF is normally located at `~/texmf` (`$HOME/texmf`)
+and under Windows usually under `C:\Users\<username>\texmf`.
+The files can be installed using the following Linux commands:
+
+ mkdir -p "${TEXMF}/tex/latex/ydoc/"
+ mkdir -p "${TEXMF}/source/latex/ydoc/"
+ mkdir -p "${TEXMF}/doc/latex/ydoc/"
+ mkdir -p "${TEXMF}/tex/generic/ydoc/"
+ cp ydoc.sty ydoc.cls ydoc-code.sty ydoc-desc.sty ydoc-doc.sty ydoc-expl.sty ydoc.cfg "${TEXMF}/tex/latex/ydoc"
+ cp ydoc.dtx ydoc.ins "${TEXMF}/source/latex/ydoc"
+ cp ydoc.pdf README "${TEXMF}/doc/latex/ydoc"
+ cp ydocincl.tex ydocstrip.tex "${TEXMF}/tex/generic/ydoc"
+
+Update the tree database file (might be not required for modern versions and personal TEXMF trees):
+
+ texhash ${TEXMF}
+
+
Property changes on: trunk/Master/texmf-dist/doc/latex/ydoc/README.md
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/doc/latex/ydoc/ydoc.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/ydoc/ydoc.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/ydoc/ydoc.dtx 2022-11-01 01:04:49 UTC (rev 64886)
+++ trunk/Master/texmf-dist/source/latex/ydoc/ydoc.dtx 2022-11-01 19:50:40 UTC (rev 64887)
@@ -103,11 +103,10 @@
% \fi
% \iffalse COPYRIGHT
%%
-%% Copyright (c) 2010-2011 by Martin Scharrer <martin at scharrer-online.de>
-%% WWW: http://latex.scharrer-online.de/
+%% Copyright (c) 2010-2022 by Martin Scharrer <martin.scharrer at web.de>
%%
%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License, either version 1.3
+%% conditions of the LaTeX Project Public License, either version 1.3c
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
@@ -120,7 +119,7 @@
%%
%% This work consists of the files ydoc.dtx and ydoc.ins
%% and the derived file ydoc.cls, ydoc.sty, ydoc-code.sty,
-%% ydoc-expl.sty and ydoc-desc.sty.
+%% ydoc-expl.sty, ydoc-doc.sty and ydoc-desc.sty.
%%
% \fi
%
@@ -182,10 +181,10 @@
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesFile{ydoc.dtx}[%
%<=*DATE>
- 2012/05/03
+ 2022/10/26
%<=/DATE>
%<=*VERSION>
- v0.6alpha
+ v0.7alpha
%<=/VERSION>
DTX file of ydoc]
@@ -233,11 +232,12 @@
%
% \DoNotIndex{\newcommand,\newenvironment}
%
-% \GetFileInfoSVN{ydoc.dtx}
+% \GetFileInfo{ydoc.dtx}
%
% \title{The \textsf{\textbf{ydoc}} Class and Packages}
% \author{Martin Scharrer}
-% \repository{https://bitbucket.org/martin_scharrer/ydoc/}
+% \repository{https://github.com/MartinScharrer/ydoc/}
+% \github{MartinScharrer/ydoc}
% \email{martin at scharrer.de}
% \makeatletter
% \date{Version \expandafter\@gobble\fileversion\\[0.5ex]\filedate}
@@ -247,7 +247,7 @@
%
% \ifpdf
% \hypersetup{%
-% pdfauthor = {Martin Scharrer <martin at scharrer-online.de>},
+% pdfauthor = {Martin Scharrer <martin.scharrer at web.de>},
% pdftitle = {The ydoc package, \fileversion, \filedate},
% pdfsubject = {Documentation of LaTeX package ydoc.},
% pdfkeywords = {ydoc, documentation, LaTeX}
@@ -564,7 +564,6 @@
% \end{macrocode}
%
% \begin{macrocode}
-\RequirePackage{svn-prov}[2010/04/03]
\RequirePackage{ydoc-code}
\RequirePackage{ydoc-expl}
\RequirePackage{ydoc-desc}
@@ -1257,30 +1256,33 @@
\def\ctanlocation{\def\@ctanlocation##1}
-\ctanlocation{http://www.ctan.org/pkg/#1}
+\ctanlocation{https://www.ctan.org/pkg/#1}
\date{Version \fileversion\space -- \filedate}
\def\@homepage{%
- \begingroup
- \edef\@tempa{%
- \endgroup
- CTAN:
- \noexpand\url
- {\@ctanlocation{\ifx\@bundle\@empty\@package\else\@bundle\fi}}%
- }%
- \@tempa
+ CTAN: \@ctan
}
+\def\@ctan{%
+ \ydoc at eurl{\@ctanlocation{\ifx\@bundle\@empty\@package\else\@bundle\fi}}%
+}
+
+\def\@texdoc{%
+ \ydoc at eurl{https://texdoc.org/pkg/\ifx\@bundle\@empty\@package\else\@bundle\fi}%
+}
+
\let\@repository\@empty
\protected\def\repository{\urldef\@repository\url}
\protected\def\homepage{\urldef\@homepage\url}
\protected\def\email{\hyper at normalise\email@}
\def\email@#1{\def\@plainemail{#1}\def\@email{\hyper at linkurl{\Hurl{#1}}{mailto:#1}}}
-
\let\@email\empty
+\let\@plainemail\empty
-\let\@plainemail\empty
+\let\@github\empty
+\protected\def\github{\def\@github}
+
\title{The \texorpdfstring{\pkgtitle{\@package}}{\@package} Package}
\def\@bundlesubtitle{Part of the \texorpdfstring{\pkgtitle{\@bundle}}{\@bundle} bundle}
@@ -1288,8 +1290,29 @@
\texorpdfstring{\textsf{#1}}{#1}%
}
+\def\@begintitlelinks{%
+ \vskip .5em
+\begingroup
+\large \lineskip .5em%
+\begin{tabular}[t]{rl}%
+}
+\def\@endtitlelinks{%
+\end{tabular}%
+\par
+\endgroup
+}
+\def\@maketitlelink#1#2{%
+#1: & #2\\[\medskipamount]
+}
+
+\def\@license{%
+\@maketitlelink{License}{\href{https://www.latex-project.org/lppl/lppl-1-3c/}{LPPL v1.3c or later}}%
+}
+
+\def\ydoc at eurl#1{{\edef\URL{{#1}}\expandafter\url\URL}}
+
\def\@maketitle{%
\newpage
\null\vskip 2em
@@ -1312,6 +1335,9 @@
\par}%
\fi
\vskip 1em
+ {\large \@date }%
+ \vskip 1em
+ \ifx\@github\@empty
{\large \lineskip .5em%
\begin{tabular}[t]{c}%
\@homepage
@@ -1318,17 +1344,25 @@
\end{tabular}%
\par}%
\vskip 1em
- \ifx\@repository\@empty\else
- {\large \lineskip .5em%
- \begin{tabular}[t]{c}%
- VC: \@repository
- \end{tabular}%
- \par}%
- \fi
- \vskip 1em
- {\large \@date }%
+\ifx\@repository\@empty\else
+{\large \lineskip .5em%
+\begin{tabular}[t]{c}%
+VC: \@repository
+\end{tabular}%
+\par}%
+\fi
+\else
+\@begintitlelinks
+\@license
+\@maketitlelink{CTAN}{\@ctan}%
+\@maketitlelink{Texdoc}{\@texdoc}%
+\@maketitlelink{Homepage}{\ydoc at eurl{https://github.com/\@github}}%
+\@maketitlelink{Repository}{\ydoc at eurl{https://github.com/\@github.git}}%
+\@maketitlelink{Issue tracker}{\ydoc at eurl{https://github.com/\@github/issues}}%
+\@endtitlelinks
+\fi
\end{center}%
- \par\vskip 1.5em
+ \par\vskip 1em
\aftergroup\ydocpdfsettings
}
Modified: trunk/Master/texmf-dist/tex/latex/ydoc/ydoc-code.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ydoc/ydoc-code.sty 2022-11-01 01:04:49 UTC (rev 64886)
+++ trunk/Master/texmf-dist/tex/latex/ydoc/ydoc-code.sty 2022-11-01 19:50:40 UTC (rev 64887)
@@ -8,8 +8,8 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{ydoc-code}[%
- 2012/05/03
- v0.6alpha
+ 2022/10/26
+ v0.7alpha
ydoc package to document macro code]
\RequirePackage{hyperref}
\hypersetup{colorlinks=true,pdfborder=0 0 0,pdfborderstyle={}}
Modified: trunk/Master/texmf-dist/tex/latex/ydoc/ydoc-desc.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ydoc/ydoc-desc.sty 2022-11-01 01:04:49 UTC (rev 64886)
+++ trunk/Master/texmf-dist/tex/latex/ydoc/ydoc-desc.sty 2022-11-01 19:50:40 UTC (rev 64887)
@@ -8,8 +8,8 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{ydoc-desc}[%
- 2012/05/03
- v0.6alpha
+ 2022/10/26
+ v0.7alpha
ydoc package to describe macros, environments, options etc.]
\IfFileExists{needspace.sty}{%
\RequirePackage{needspace}
Modified: trunk/Master/texmf-dist/tex/latex/ydoc/ydoc-doc.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ydoc/ydoc-doc.sty 2022-11-01 01:04:49 UTC (rev 64886)
+++ trunk/Master/texmf-dist/tex/latex/ydoc/ydoc-doc.sty 2022-11-01 19:50:40 UTC (rev 64887)
@@ -8,8 +8,8 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{ydoc-doc}[%
- 2012/05/03
- v0.6alpha
+ 2022/10/26
+ v0.7alpha
ydoc package to provide 'doc' macros]
\newcount\ydoc at bslashcnt
\def\ydoc at countbslashes{%
@@ -153,30 +153,33 @@
\let\@bundle\@empty
\def\ctanlocation{\def\@ctanlocation##1}
-\ctanlocation{http://www.ctan.org/pkg/#1}
+\ctanlocation{https://www.ctan.org/pkg/#1}
\date{Version \fileversion\space -- \filedate}
\def\@homepage{%
- \begingroup
- \edef\@tempa{%
- \endgroup
- CTAN:
- \noexpand\url
- {\@ctanlocation{\ifx\@bundle\@empty\@package\else\@bundle\fi}}%
- }%
- \@tempa
+ CTAN: \@ctan
}
+\def\@ctan{%
+ \ydoc at eurl{\@ctanlocation{\ifx\@bundle\@empty\@package\else\@bundle\fi}}%
+}
+
+\def\@texdoc{%
+ \ydoc at eurl{https://texdoc.org/pkg/\ifx\@bundle\@empty\@package\else\@bundle\fi}%
+}
+
\let\@repository\@empty
\protected\def\repository{\urldef\@repository\url}
\protected\def\homepage{\urldef\@homepage\url}
\protected\def\email{\hyper at normalise\email@}
\def\email@#1{\def\@plainemail{#1}\def\@email{\hyper at linkurl{\Hurl{#1}}{mailto:#1}}}
-
\let\@email\empty
+\let\@plainemail\empty
-\let\@plainemail\empty
+\let\@github\empty
+\protected\def\github{\def\@github}
+
\title{The \texorpdfstring{\pkgtitle{\@package}}{\@package} Package}
\def\@bundlesubtitle{Part of the \texorpdfstring{\pkgtitle{\@bundle}}{\@bundle} bundle}
@@ -184,6 +187,29 @@
\texorpdfstring{\textsf{#1}}{#1}%
}
+\def\@begintitlelinks{%
+ \vskip .5em
+\begingroup
+\large \lineskip .5em%
+\begin{tabular}[t]{rl}%
+}
+
+\def\@endtitlelinks{%
+\end{tabular}%
+\par
+\endgroup
+}
+
+\def\@maketitlelink#1#2{%
+#1: & #2\\[\medskipamount]
+}
+
+\def\@license{%
+\@maketitlelink{License}{\href{https://www.latex-project.org/lppl/lppl-1-3c/}{LPPL v1.3c or later}}%
+}
+
+\def\ydoc at eurl#1{{\edef\URL{{#1}}\expandafter\url\URL}}
+
\def\@maketitle{%
\newpage
\null\vskip 2em
@@ -206,6 +232,9 @@
\par}%
\fi
\vskip 1em
+ {\large \@date }%
+ \vskip 1em
+ \ifx\@github\@empty
{\large \lineskip .5em%
\begin{tabular}[t]{c}%
\@homepage
@@ -212,17 +241,25 @@
\end{tabular}%
\par}%
\vskip 1em
- \ifx\@repository\@empty\else
- {\large \lineskip .5em%
- \begin{tabular}[t]{c}%
- VC: \@repository
- \end{tabular}%
- \par}%
- \fi
- \vskip 1em
- {\large \@date }%
+\ifx\@repository\@empty\else
+{\large \lineskip .5em%
+\begin{tabular}[t]{c}%
+VC: \@repository
+\end{tabular}%
+\par}%
+\fi
+\else
+\@begintitlelinks
+\@license
+\@maketitlelink{CTAN}{\@ctan}%
+\@maketitlelink{Texdoc}{\@texdoc}%
+\@maketitlelink{Homepage}{\ydoc at eurl{https://github.com/\@github}}%
+\@maketitlelink{Repository}{\ydoc at eurl{https://github.com/\@github.git}}%
+\@maketitlelink{Issue tracker}{\ydoc at eurl{https://github.com/\@github/issues}}%
+\@endtitlelinks
+\fi
\end{center}%
- \par\vskip 1.5em
+ \par\vskip 1em
\aftergroup\ydocpdfsettings
}
Modified: trunk/Master/texmf-dist/tex/latex/ydoc/ydoc-expl.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ydoc/ydoc-expl.sty 2022-11-01 01:04:49 UTC (rev 64886)
+++ trunk/Master/texmf-dist/tex/latex/ydoc/ydoc-expl.sty 2022-11-01 19:50:40 UTC (rev 64887)
@@ -8,8 +8,8 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{ydoc-expl}[%
- 2012/05/03
- v0.6alpha
+ 2022/10/26
+ v0.7alpha
ydoc package to insert live examples of LaTeX code]
\RequirePackage{listings}
\lst at RequireAspects{writefile}
Modified: trunk/Master/texmf-dist/tex/latex/ydoc/ydoc.cfg
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ydoc/ydoc.cfg 2022-11-01 01:04:49 UTC (rev 64886)
+++ trunk/Master/texmf-dist/tex/latex/ydoc/ydoc.cfg 2022-11-01 19:50:40 UTC (rev 64887)
@@ -8,8 +8,8 @@
%%
%% Please delete the following line on manual changes:
\ProvidesFile{ydoc.cfg}[%
- 2012/05/03
- v0.6alpha
+ 2022/10/26
+ v0.7alpha
Default config file for ydoc]
\usepackage[T1]{fontenc}
\IfFileExists{fourier.sty}{%
Modified: trunk/Master/texmf-dist/tex/latex/ydoc/ydoc.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ydoc/ydoc.cls 2022-11-01 01:04:49 UTC (rev 64886)
+++ trunk/Master/texmf-dist/tex/latex/ydoc/ydoc.cls 2022-11-01 19:50:40 UTC (rev 64887)
@@ -8,8 +8,8 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{ydoc}[%
- 2012/05/03
- v0.6alpha
+ 2022/10/26
+ v0.7alpha
ydoc class: document LaTeX class and packages]
\PassOptionsToClass{a4paper}{article}
\DeclareOption*{\expandafter\PassOptionsToClass\expandafter{\CurrentOption}{article}}
Modified: trunk/Master/texmf-dist/tex/latex/ydoc/ydoc.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/ydoc/ydoc.sty 2022-11-01 01:04:49 UTC (rev 64886)
+++ trunk/Master/texmf-dist/tex/latex/ydoc/ydoc.sty 2022-11-01 19:50:40 UTC (rev 64887)
@@ -8,10 +8,9 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{ydoc}[%
- 2012/05/03
- v0.6alpha
+ 2022/10/26
+ v0.7alpha
ydoc package: document LaTeX class and packages]
-\RequirePackage{svn-prov}[2010/04/03]
\RequirePackage{ydoc-code}
\RequirePackage{ydoc-expl}
\RequirePackage{ydoc-desc}
Modified: trunk/Master/tlpkg/tlpsrc/ydoc.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/ydoc.tlpsrc 2022-11-01 01:04:49 UTC (rev 64886)
+++ trunk/Master/tlpkg/tlpsrc/ydoc.tlpsrc 2022-11-01 19:50:40 UTC (rev 64887)
@@ -0,0 +1,14 @@
+hard newverbs
+hard hyperref
+hard needspace
+hard xcolor
+hard listings
+#hard shortvrb
+hard etoolbox
+#hard xspace
+hard tools
+hard url
+hard showexpl
+hard float
+
+#soft needspace
More information about the tex-live-commits
mailing list.