texlive[72632] Master/texmf-dist: passopt (23oct24)

commits+karl at tug.org commits+karl at tug.org
Wed Oct 23 22:23:12 CEST 2024


Revision: 72632
          https://tug.org/svn/texlive?view=revision&revision=72632
Author:   karl
Date:     2024-10-23 22:23:12 +0200 (Wed, 23 Oct 2024)
Log Message:
-----------
passopt (23oct24)

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-10-23 20:23:01 UTC (rev 72631)
+++ trunk/Master/texmf-dist/doc/latex/passopt/README.md	2024-10-23 20:23:12 UTC (rev 72632)
@@ -1,5 +1,5 @@
 # The `passopt` package
-Passing options to packages or classes (v1.01b)
+Passing options to packages or classes (v1.01c)
 
 ## 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-10-23 20:23:01 UTC (rev 72631)
+++ trunk/Master/texmf-dist/doc/latex/passopt/passopt.tex	2024-10-23 20:23:12 UTC (rev 72632)
@@ -1,3 +1,4 @@
+\PassOptionsToPackage{svgnames}{xcolor}
 \documentclass[load-preamble+]{cnltx-doc}
 
 \usepackage{hologo,changelog,enumitem,codehigh}
@@ -5,8 +6,8 @@
 \setcnltx
   {
     package           = passopt,
-    version           = v1.01b,
-    date              = 2024/10/14,
+    version           = v1.01c,
+    date              = 2024/10/22,
     authors           = Qu Yi,
     title             = \passopt{} package,
     info              = Passing options to packages or classes,
@@ -42,6 +43,7 @@
 \setlist[description,1]{leftmargin = \parindent}
 \setlist[itemize,1]{leftmargin = *}
 \SetCodeHighStyle[default]{2}{cs}
+\colorlet{link}{DeepPink}
 \makeatother
 
 \begin{document}

Modified: trunk/Master/texmf-dist/tex/latex/passopt/passopt.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/passopt/passopt.sty	2024-10-23 20:23:01 UTC (rev 72631)
+++ trunk/Master/texmf-dist/tex/latex/passopt/passopt.sty	2024-10-23 20:23:12 UTC (rev 72632)
@@ -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/10/14}{1.01b}
+\ProvidesExplPackage{passopt}{2024/10/22}{1.01c}
   {Passing options to packages or classes}
 
 \cs_generate_variant:Nn \tl_if_blank:nTF { v }



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