texlive[64882] Master/texmf-dist: to-be-determined (31oct22)

commits+karl at tug.org commits+karl at tug.org
Mon Oct 31 20:48:53 CET 2022


Revision: 64882
          http://tug.org/svn/texlive?view=revision&revision=64882
Author:   karl
Date:     2022-10-31 20:48:53 +0100 (Mon, 31 Oct 2022)
Log Message:
-----------
to-be-determined (31oct22)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/to-be-determined/README.md
    trunk/Master/texmf-dist/doc/latex/to-be-determined/to-be-determined.pdf
    trunk/Master/texmf-dist/source/latex/to-be-determined/to-be-determined.dtx
    trunk/Master/texmf-dist/source/latex/to-be-determined/to-be-determined.ins
    trunk/Master/texmf-dist/tex/latex/to-be-determined/to-be-determined.sty

Modified: trunk/Master/texmf-dist/doc/latex/to-be-determined/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/to-be-determined/README.md	2022-10-31 19:48:31 UTC (rev 64881)
+++ trunk/Master/texmf-dist/doc/latex/to-be-determined/README.md	2022-10-31 19:48:53 UTC (rev 64882)
@@ -19,11 +19,10 @@
 \end{document}
 ```
 
-The full example and all commands are available in the 
-[`to-be-determined.tex`](https://github.com/yegor256/to-be-determined/blob/master/to-be-determined.tex) file.
+Otherwise, you can download [`to-be-determined.sty`](https://raw.githubusercontent.com/yegor256/to-be-determined/gh-pages/to-be-determined/to-be-determined.sty) and add to your project.
 
-If you want to contribute yourself, make a fork, then create a branch, 
-then run `make` in the root directory.
+If you want to contribute yourself, make a fork, then create a branch,
+then run `l3build ctan` in the root directory.
 It should compile everything without errors. If not, submit an issue and wait.
-Otherwise, make your changes and then run `make` again. If the build is
+Otherwise, make your changes and then run `l3build ctan` again. If the build is
 still clean, submit a pull request.

Modified: trunk/Master/texmf-dist/doc/latex/to-be-determined/to-be-determined.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/to-be-determined/to-be-determined.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/to-be-determined/to-be-determined.dtx	2022-10-31 19:48:31 UTC (rev 64881)
+++ trunk/Master/texmf-dist/source/latex/to-be-determined/to-be-determined.dtx	2022-10-31 19:48:53 UTC (rev 64882)
@@ -50,14 +50,16 @@
 %<package>\NeedsTeXFormat{LaTeX2e}
 %<package>\ProvidesPackage{to-be-determined}
 %<*package>
-[03.10.2022 0.2.0 Highlighting places requiring future work]
+[31.10.20220 0.3.0 Highlighting places requiring future work]
 %</package>
 %<*driver>
 \documentclass{ltxdoc}
 \usepackage[tt=false, type1=true]{libertine}
 \usepackage{microtype}
+\AddToHook{env/verbatim/begin}{\microtypesetup{protrusion=false}}
 \usepackage{to-be-determined}
 \usepackage{href-ul}
+\usepackage[dtx]{docshots}
 \PageIndex
 \EnableCrossrefs
 \CodelineIndex
@@ -82,46 +84,30 @@
 % and make sure it looks nice. Install it from CTAN and then
 % use like this:
 
-% \begin{multicols}{2}
-% \setlength{\parskip}{0pt}
-% \raggedcolumns
-%\iffalse
-%<*verb>
-%\fi
-\begin{verbatim}
-\documentclass{article}
-\usepackage{to-be-determined}
-\begin{document}
-The budget is \tbd{99.00 USD}.
-\end{document}
-\end{verbatim}
-%\iffalse
-%</verb>
-%\fi
-%
-% \columnbreak
-%
+% \begin{docshot}
+% \documentclass{article}
+% \pagestyle{empty}
+% \usepackage{to-be-determined}
+% \begin{document}
 % The budget is \tbd{99.00 USD}.
-%
-% \end{multicols}
+% \end{document}
+% \end{docshot}
 
 % \section{Package Options}
 
-% \begin{macro}{hide}
+% \DescribeMacro{hide}
 % If you want to hide the content of what's inside |\tbd|,
 % use |hide| option of the package. They will all be replaced with
 % \tbd{TBD} placeholders.
-% \end{macro}
 
-% \begin{macro}{off}
+% \DescribeMacro{off}
 % If you want them to disappear entirely, use the |off| package option.
-% \end{macro}
 
 % \StopEventually{}
 
 % \section{Implementation}
-
 % \changes{v0.2.0}{2021/07/15}{Initial version}
+% \changes{v0.3.0}{2022/10/31}{We started using "docshots" package for rendering examples.}
 
 % First, we parse package options:
 %    \begin{macrocode}

Modified: trunk/Master/texmf-dist/source/latex/to-be-determined/to-be-determined.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/to-be-determined/to-be-determined.ins	2022-10-31 19:48:31 UTC (rev 64881)
+++ trunk/Master/texmf-dist/source/latex/to-be-determined/to-be-determined.ins	2022-10-31 19:48:53 UTC (rev 64882)
@@ -48,8 +48,8 @@
 \endpreamble
 \generate{\file{to-be-determined.sty}{\from{to-be-determined.dtx}{package}}}
 \obeyspaces
-\Msg{*** To finish the installation you have to move the ".sty"}
-\Msg{*** file into a directory searched by TeX. To produce the}
-\Msg{*** documentation run the file ".dtx" through LaTeX. If any}
-\Msg{*** questions, submit a new GitHub issue.}
+\Msg{To finish the installation you have to move the ".sty"}
+\Msg{file into a directory searched by TeX. To produce the}
+\Msg{documentation run the file ".dtx" through LaTeX. If any}
+\Msg{questions, submit a new GitHub issue.}
 \endbatchfile

Modified: trunk/Master/texmf-dist/tex/latex/to-be-determined/to-be-determined.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/to-be-determined/to-be-determined.sty	2022-10-31 19:48:31 UTC (rev 64881)
+++ trunk/Master/texmf-dist/tex/latex/to-be-determined/to-be-determined.sty	2022-10-31 19:48:53 UTC (rev 64882)
@@ -31,7 +31,7 @@
 
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{to-be-determined}
-[03.10.2022 0.2.0 Highlighting places requiring future work]
+[31.10.20220 0.3.0 Highlighting places requiring future work]
 
 
 
@@ -40,7 +40,6 @@
 
 
 
-
 \RequirePackage{xkeyval}
 \makeatletter
 \newif\iftbd at hide



More information about the tex-live-commits mailing list.