diff options
author | Norbert Preining <norbert@preining.info> | 2024-08-16 03:03:34 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2024-08-16 03:03:34 +0000 |
commit | 2719259c55d0d92b46352ca20ed4ab4da2089ff8 (patch) | |
tree | f4bc48e6c901d73f99ba2fa3c20276eea041f40f /macros/latex-dev/base/clsguide.tex | |
parent | e910111d4dd413823cf5028cd1482a3b761606d5 (diff) |
CTAN sync 202408160303
Diffstat (limited to 'macros/latex-dev/base/clsguide.tex')
-rw-r--r-- | macros/latex-dev/base/clsguide.tex | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/macros/latex-dev/base/clsguide.tex b/macros/latex-dev/base/clsguide.tex index 6b9e49c4e8..c7c2ac5e2a 100644 --- a/macros/latex-dev/base/clsguide.tex +++ b/macros/latex-dev/base/clsguide.tex @@ -42,7 +42,7 @@ \texttt{clsguide.tex} for full details.}% } -\date{2024-05-24} +\date{2024-06-19} \NewDocumentCommand\cs{m}{\texttt{\textbackslash\detokenize{#1}}} \NewDocumentCommand\marg{m}{\arg{#1}} @@ -841,6 +841,9 @@ The basic properties provided here are \item \texttt{.code} --- execute arbitrary code \item \texttt{.if} --- sets a \TeX{} |\if...| switch \item \texttt{.ifnot} --- sets an inverted \TeX{} |\if...| switch + \item \texttt{.pass-to-packages} --- for class options, this specifies + whether the option should be treated \enquote{global} (read by packages + from the global list); for package options this property has no effect \item \texttt{.store} --- stores a value in a macro \item \texttt{.usage} -- defines whether the option can be given only when loading (\texttt{load}), in the preamble (\texttt{preamble}) or |