texlive[71783] Master/texmf-dist: passopt (12jul24)

commits+karl at tug.org commits+karl at tug.org
Fri Jul 12 23:02:03 CEST 2024


Revision: 71783
          https://tug.org/svn/texlive?view=revision&revision=71783
Author:   karl
Date:     2024-07-12 23:02:03 +0200 (Fri, 12 Jul 2024)
Log Message:
-----------
passopt (12jul24)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/passopt/README.md
    trunk/Master/texmf-dist/doc/latex/passopt/passopt.pdf
    trunk/Master/texmf-dist/doc/latex/passopt/passopt.tex
    trunk/Master/texmf-dist/tex/latex/passopt/passopt.sty

Modified: trunk/Master/texmf-dist/doc/latex/passopt/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/passopt/README.md	2024-07-12 21:01:34 UTC (rev 71782)
+++ trunk/Master/texmf-dist/doc/latex/passopt/README.md	2024-07-12 21:02:03 UTC (rev 71783)
@@ -1,5 +1,5 @@
 # The `passopt` package
-Passing options to packages or classes (v1.00a)
+Passing options to packages or classes (v1.00b)
 
 ## Abstract
 `passopt` allow reset the global options of a loaded macro package or document class, or to change the position of the pre-passed options in the list to the right.

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

Modified: trunk/Master/texmf-dist/doc/latex/passopt/passopt.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/passopt/passopt.tex	2024-07-12 21:01:34 UTC (rev 71782)
+++ trunk/Master/texmf-dist/doc/latex/passopt/passopt.tex	2024-07-12 21:02:03 UTC (rev 71783)
@@ -5,8 +5,8 @@
 \setcnltx
   {
     package           = passopt,
-    version           = v1.00a,
-    date              = 2024/07/10,
+    version           = v1.00b,
+    date              = 2024/07/11,
     authors           = Qu Yi,
     info              = Passing options to packages or classes,
     email             = toquyi at 163.com,
@@ -54,7 +54,6 @@
   \usepackage[opt3]{mypackage}
 
   \begin{document}
-  \end{document}
 \end{sourcecode}
 
 In the example above, the list of options that the \pkg*{mypackage} macro package ends up executing is \fbox{\code{opt1,opt2=A,opt3}}. If you wish to \textcolor{red}{disable} the pre-enabled options or place the newly enabled options to the \textcolor{red}{right} of the list (last executed), then you need to modify the code of the load command in the package or class file, but this is not recommended for public sharing. Therefore, this macro package provides commands to reset the options and change the order of the new options.

Modified: trunk/Master/texmf-dist/tex/latex/passopt/passopt.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/passopt/passopt.sty	2024-07-12 21:01:34 UTC (rev 71782)
+++ trunk/Master/texmf-dist/tex/latex/passopt/passopt.sty	2024-07-12 21:02:03 UTC (rev 71783)
@@ -8,7 +8,7 @@
 % The latest version of this license is in
 %   https://creativecommons.org/licenses/by/4.0/legalcode
 \NeedsTeXFormat{LaTeX2e}[2021/11/15]
-\ProvidesExplPackage{passopt}{2024/07/10}{1.00a}
+\ProvidesExplPackage{passopt}{2024/07/11}{1.00b}
   {Passing options to packages or classes}
 
 \cs_generate_variant:Nn \tl_if_blank:nF { v }



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