summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-07-12 21:02:03 +0000
committerKarl Berry <karl@freefriends.org>2024-07-12 21:02:03 +0000
commitd8427d2e0cfb4f3856b32b19707cbc23de440893 (patch)
tree4e6d01a6ae0b3ab8323ff2d4a1de0494e9af982e /Master/texmf-dist/doc
parentca37d3fc0af6ae0f2d811109d8ca1dfc5b338a8b (diff)
passopt (12jul24)
git-svn-id: svn://tug.org/texlive/trunk@71783 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/passopt/README.md2
-rw-r--r--Master/texmf-dist/doc/latex/passopt/passopt.pdfbin48213 -> 48207 bytes
-rw-r--r--Master/texmf-dist/doc/latex/passopt/passopt.tex5
3 files changed, 3 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/passopt/README.md b/Master/texmf-dist/doc/latex/passopt/README.md
index c0b5fa23f19..4538008c182 100644
--- a/Master/texmf-dist/doc/latex/passopt/README.md
+++ b/Master/texmf-dist/doc/latex/passopt/README.md
@@ -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.
diff --git a/Master/texmf-dist/doc/latex/passopt/passopt.pdf b/Master/texmf-dist/doc/latex/passopt/passopt.pdf
index cdfb11925c8..c99277687cd 100644
--- a/Master/texmf-dist/doc/latex/passopt/passopt.pdf
+++ b/Master/texmf-dist/doc/latex/passopt/passopt.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/passopt/passopt.tex b/Master/texmf-dist/doc/latex/passopt/passopt.tex
index 2b8f694dd68..16b20d5ac65 100644
--- a/Master/texmf-dist/doc/latex/passopt/passopt.tex
+++ b/Master/texmf-dist/doc/latex/passopt/passopt.tex
@@ -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@163.com,
@@ -54,7 +54,6 @@ For a developer, there are some cases where packages and classes may load other
\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.