From 730e5760ba776408e8e3ea9fc3d61c7be75afaa6 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 31 Oct 2022 19:48:53 +0000 Subject: to-be-determined (31oct22) git-svn-id: svn://tug.org/texlive/trunk@64882 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/to-be-determined/README.md | 9 +++-- .../latex/to-be-determined/to-be-determined.pdf | Bin 232654 -> 250268 bytes .../latex/to-be-determined/to-be-determined.dtx | 40 +++++++-------------- .../latex/to-be-determined/to-be-determined.ins | 8 ++--- .../latex/to-be-determined/to-be-determined.sty | 3 +- 5 files changed, 22 insertions(+), 38 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/to-be-determined/README.md b/Master/texmf-dist/doc/latex/to-be-determined/README.md index 5f8596eb58a..74578626d30 100644 --- a/Master/texmf-dist/doc/latex/to-be-determined/README.md +++ b/Master/texmf-dist/doc/latex/to-be-determined/README.md @@ -19,11 +19,10 @@ The budget is \tbd{99.00 USD}. \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. diff --git a/Master/texmf-dist/doc/latex/to-be-determined/to-be-determined.pdf b/Master/texmf-dist/doc/latex/to-be-determined/to-be-determined.pdf index 83ad44bee36..f330b28d2a8 100644 Binary files a/Master/texmf-dist/doc/latex/to-be-determined/to-be-determined.pdf and b/Master/texmf-dist/doc/latex/to-be-determined/to-be-determined.pdf differ diff --git a/Master/texmf-dist/source/latex/to-be-determined/to-be-determined.dtx b/Master/texmf-dist/source/latex/to-be-determined/to-be-determined.dtx index 030208ef007..9cb2074d9b9 100644 --- a/Master/texmf-dist/source/latex/to-be-determined/to-be-determined.dtx +++ b/Master/texmf-dist/source/latex/to-be-determined/to-be-determined.dtx @@ -50,14 +50,16 @@ %\NeedsTeXFormat{LaTeX2e} %\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] % %<*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 -% -%\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} diff --git a/Master/texmf-dist/source/latex/to-be-determined/to-be-determined.ins b/Master/texmf-dist/source/latex/to-be-determined/to-be-determined.ins index c228470fb3e..a922989b508 100644 --- a/Master/texmf-dist/source/latex/to-be-determined/to-be-determined.ins +++ b/Master/texmf-dist/source/latex/to-be-determined/to-be-determined.ins @@ -48,8 +48,8 @@ SOFTWARE. \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 diff --git a/Master/texmf-dist/tex/latex/to-be-determined/to-be-determined.sty b/Master/texmf-dist/tex/latex/to-be-determined/to-be-determined.sty index 86bf00f49de..02051d05e48 100644 --- a/Master/texmf-dist/tex/latex/to-be-determined/to-be-determined.sty +++ b/Master/texmf-dist/tex/latex/to-be-determined/to-be-determined.sty @@ -31,8 +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] -- cgit v1.2.3