From bf3e5a0ef8f4536286b8606775c8d34fd9840b18 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 31 Jan 2022 03:01:42 +0000 Subject: CTAN sync 202201310301 --- macros/latex/contrib/clistmap/README.md | 6 + macros/latex/contrib/clistmap/clistmap.dtx | 2080 ++++++++++++++++++++++++++++ macros/latex/contrib/clistmap/clistmap.ins | 66 + macros/latex/contrib/clistmap/clistmap.pdf | Bin 0 -> 691752 bytes macros/latex/contrib/easybook/easybook.dtx | 8 +- macros/latex/contrib/easybook/easybook.pdf | Bin 575448 -> 575831 bytes macros/latex/contrib/easybook/easybook.tex | 22 +- macros/latex/contrib/secnum/README.md | 5 +- macros/latex/contrib/secnum/secnum.dtx | 568 +++++--- macros/latex/contrib/secnum/secnum.pdf | Bin 429962 -> 456091 bytes 10 files changed, 2507 insertions(+), 248 deletions(-) create mode 100644 macros/latex/contrib/clistmap/README.md create mode 100644 macros/latex/contrib/clistmap/clistmap.dtx create mode 100644 macros/latex/contrib/clistmap/clistmap.ins create mode 100644 macros/latex/contrib/clistmap/clistmap.pdf (limited to 'macros/latex') diff --git a/macros/latex/contrib/clistmap/README.md b/macros/latex/contrib/clistmap/README.md new file mode 100644 index 0000000000..478d9d20b0 --- /dev/null +++ b/macros/latex/contrib/clistmap/README.md @@ -0,0 +1,6 @@ +----------------------------------------------------------------- +##### Comma separated list partition, differentiated mapping +- Source repository: https://github.com/rogard/clistmap +- Released under the LaTeX Project Public License v1.3c or later +- See http://www.latex-project.org/lppl.txt +----------------------------------------------------------------- diff --git a/macros/latex/contrib/clistmap/clistmap.dtx b/macros/latex/contrib/clistmap/clistmap.dtx new file mode 100644 index 0000000000..0067c6ca92 --- /dev/null +++ b/macros/latex/contrib/clistmap/clistmap.dtx @@ -0,0 +1,2080 @@ +% \iffalse meta-comment +% !TEX program = pdfLaTeX +%<*internal> +\iffalse +% +%<*readme> +----------------------------------------------------------------- +##### Comma separated list partition, differentiated mapping +- Source repository: https://github.com/rogard/clistmap +- Released under the LaTeX Project Public License v1.3c or later +- See http://www.latex-project.org/lppl.txt +----------------------------------------------------------------- +% +%<*internal> +\fi +\def\nameofplainTeX{plain} +\ifx\fmtname\nameofplainTeX\else +\expandafter\begingroup +\fi +% +%<*install> +\input l3docstrip.tex +\keepsilent +\askforoverwritefalse +\preamble +---------------------------------------------------------------------------- +clistmap --- Partition a comma separated list, map differentiatedly across +components +Released under the LaTeX Project Public License v1.3c or later +See http://www.latex-project.org/lppl.txt +---------------------------------------------------------------------------- + +\endpreamble +\postamble + +Copyright (C) 2022 by Erwann Rogard + +This work may be distributed and/or modified under the +conditions of the LaTeX Project Public License (LPPL), either +version 1.3c of this license or (at your option) any later +version. The latest version of this license is in the file: + +http://www.latex-project.org/lppl.txt + +This work is "maintained" (as per LPPL maintenance status) by +Erwann Rogard. + +This work consists of the file clistmap.dtx and the derived files: +clistmap.sty, and clistmap.pdf. + +\endpostamble +\generate{ + \file{\jobname.sty}{\from{\jobname.dtx}{package}} +} +% +% \endbatchfile +%<*internal> +\generate{ + \file{\jobname.ins}{\from{\jobname.dtx}{install}} +} +\nopreamble\nopostamble +\generate{ + \file{README.md}{\from{\jobname.dtx}{readme}} +} +\ifx\fmtname\nameofplainTeX +\expandafter\endbatchfile +\else +\expandafter\endgroup +\fi +% +% \NeedsTeXFormat{LaTeX2e}[2021-06-01] +% \RequirePackage{xparse, xtemplate, l3keys2e}[2021-06-01] +% \RequirePackage{erw-l3}[2022-01-28] +% \ProvidesExplPackage +% {clistmap} %^^A Package name +% {2022-01-29} %^^A Release date +% {1.2} %^^A Release version +% {Partition a comma separated list, %^^A Description +% map differentiatedly across components} +%<*driver> +\documentclass{l3doc} +\EnableCrossrefs +\CodelineIndex +\RecordChanges +% ^^A\documentclass[full, show-notes]{l3doc} +% ^^A \listfiles +\usepackage{amsmath, amssymb, bookmark, enumitem, mathtools, microtype, tcolorbox, xparse, clistmap} +\usepackage[bibencoding=auto, backend=biber, sorting=ynt]{biblatex} +\begin{filecontents*}{\jobname.bib} +@manual{interface3, + title = {The \LaTeX3 interfaces}, + author = {The \LaTeX3 Project Team}, + year = {2019}, + note = {\url{https://ctan.math.washington.edu/tex-archive/macros/latex/contrib/l3kernel/expl3.pdf}}, + annote = {} } +\end{filecontents*} +\addbibresource{\jobname.bib} +\usepackage[french, german, english]{babel} +\usepackage[T1]{fontenc} +\newlist{descr}{description}{3} +\setlist[descr]{nosep, align=left, itemindent=0pt, font=\sffamily\tiny} +\ProvideDocumentCommand{\docfillblank}{}{\begin{minipage}[t]{\linewidth}\end{minipage}} +\ProvideDocumentCommand{\docpipe}{}{\textbar} +\ProvideDocumentCommand{\docexp}{}{\texttt{e}\docpipe{}\texttt{f}\docpipe{}\texttt{x}} +\ExplSyntaxOn +% ^^A *** Kernel +\cs_generate_variant:Nn\tl_map_inline:nn{e} +% ^^A *** Sectioning +\tl_gset:Nn \partname {Part}%^^A allows to test w/o babel +\ExplSyntaxOff +% ^^A *** Listing +\tcbuselibrary{listings, breakable} +\newtcblisting[auto counter] +{listing}[2][]{ + noparskip, + breakable, + colback=white, + colframe=black, + opacitybacktitle=.8,% + fonttitle=\bfseries, + title={Listing~\thetcbcounter. #1}, + arc=0pt, + outer arc=0pt, + boxrule=1pt, + listing and text, + #2} +\usepackage{hyperref} %^^A comes last +\begin{document} +\DocInput{\jobname.dtx} +\end{document} +% +% \fi +% +% \GetFileInfo{\jobname.sty} +% \title{The \pkg{clistmap}~package\thanks{^^A +% This file describes version \fileversion, last revised \filedate.^^A +% }^^A +% } +% \author{Erwann Rogard\thanks{first.lastname at gmail.com}} +% +% \date{Released \filedate} +% \begin{documentation} +% \maketitle +% \begin{abstract} +% Let \meta{clist}$\doteq$\meta{e_1}|,...,|\meta{e_n}\cite[l3clist]{interface3}. +% This package provides a key-based interface for defining templates whose job is to +% partition \meta{clist}, and map differentiatedly across its components. +% \cs{clistmap:nnn}\Arg{clist}|{...,|\meta{instance_i}|,...}|\meta{args} iterates over the $i$'s. +% Implicit in \meta{instance_i} is \meta{rule sequence_i} (the template), \meta{cs name_i}, +% and \meta{signature_i}$=$\meta{args}' signature. +% A sequence of instances can be made into a new instance: +% |serial_math_and:N|$\doteq$|{first_math:N,serial_rest_math_and:N}|, and likewise for the second component. +% |$\clistmap_inline:nnn{Z,C,Q,R}{serial_math_and:N}|\\|{\mathbb{#1}}$| expands to +% \ExplSyntaxOn$\clistmap_inline:nnn{Z,C,Q,R}{serial_math_and:N}{\mathbb{#1}}$\ExplSyntaxOff. +% \cs{clistmap:nnnn} takes an additional argument, \meta{chain}$\sim$|end|\docpipe|append|\docpipe|nest|\docpipe|join|, +% narrowing the set of instances needed to obtain a particular behaviour. +% \end{abstract} +% +% \tableofcontents +% +% \part{Usage}\label{part:usage} +% \section{Overview} +% Let \meta{clist}$\equiv$\meta{head}|,|\meta{rest}. +% The lifecycle has four stages. +% First, one provides templates called \emph{rule}s, parameterized by +% \meta{rule sequence}, \meta{cs name}, and \meta{signature}. +% Typically, a rule checks for the recursion tail\cite[l3quark]{interface3} in some combination of \meta{head} and \meta{rest}, +% based on which it does either of: stop, recurse, forward to \meta{rule sequence}, +% and in each case optionally expands \cs[no-index]{\meta{cs name}:\meta{signature}n}\Arg{args}\Arg{head}. +% Second, one associates keys to sequences of rules, \emph{rule sequence}. +% Those preset are |first|, |middle|, |last|, |serial_second|, and |serial_last|, +% for which the stated expression is evaluated for each \meta{e_i} in their respective subsets. +% Brace groups are preserved. +% Third, one declares \emph{instance}s of combinations of +% \meta{rule sequence}, \meta{cs name}, and \meta{signature}. For example, +% |middle_comma:N| and |serial_middle:| +% bind together |middle| and |,#1{#2}|, and |,~#1|, respectively. +% Fourth, define sequences of instances under the constraint that \meta{signature} is identical across them, +% \emph{instance sequence}s. Among presets, +% |comma:N| and |serial:| comprise in their natural order the matches for |(?:first_apply|\docpipe|comma_middle|\docpipe|comma_last):N|, +% and |(?:first_apply|\docpipe|serial_middle|\docpipe|serial_second|\docpipe|serial_last):|, respectively. +% They expand to |#1{|\meta{e_1}|},...,#1{|\meta{e_n}|}|, and \meta{e_1}|,~...,~and~|\meta{e_n}, respectively. +% \cs{clistmap:nnn} works the same with an instance sequence or the list of its constituents. +% +% \section{Programming} +% \subsection{\textsf{key}} +% \begin{function}{rule} +% \begin{syntax} +% \cs{clistmap_keys_set:n}|{ rule = |\Arg{key}\Arg{code}| }| +% \end{syntax} +% \begin{descr} +% \item[Parameter semantics]\docfillblank +% \begin{descr} +% \item[\#1] \meta{rule sequence} +% \item[\#2] \meta{cs name} +% \item[\#3] \meta{signature} +% \item[\#4] \meta{head is group} +% \item[\#5] \meta{arguments} +% \item[\#6] \meta{clist head} +% \item[\#7] \meta{clist rest} +% \end{descr} +% \item[Requirement] \meta{code} is in terms of \texttt{\#1-\#7} +% \end{descr} +% \end{function} +% \begin{function}{rule_if_rest_is_tail_eval_else, rule_if_empty_stop_else} +% \begin{syntax} +% \cs{clistmap_keys_set:n}|{ rule_if_rest_is_tail_eval_else = |\Arg{name}\Arg{code}| }| +% \end{syntax} +% \begin{descr} +% \item[Semantics] Specialization of |rule| +% \end{descr} +% \end{function} +% \begin{function}{rule_sequence} +% \begin{syntax} +% \cs{clistmap_keys_set:n}|{ rule_sequence = {...,|\meta{key_j} = |{ ...|\Arg{rule_i}|...},...} }| +% \end{syntax} +% \end{function} +% \begin{function}{instance} +% \begin{syntax} +% \cs{clistmap_keys_set:n}|{ instance = { |\meta{key prefix}| = |\Arg{rule sequence}\Arg{cs name}\Arg{signature}| } }| +% \end{syntax} +% \begin{descr} +% \item[Semantics] Associates \cs{clistmap_instance_key:nn}\Arg{key prefix}\Arg{signature} with the RHS of \meta{key prefix}| = | +% \end{descr} +% \end{function} +% \begin{function}{instance_sequence} +% \begin{syntax} +% \cs{clistmap_keys_set:n}|{ instance_sequence = { |\meta{key} = |{ ...,|\meta{instance_i}|,...},... } }| +% \end{syntax} +% \end{function} +% \subsection{\textsf{cs}} +% \begin{function}{clistmap_keys_set:n} +% \begin{syntax} +% \cs{clistmap_keys_set:n}\Arg{keyval list} +% \end{syntax} +% \end{function} +% \begin{function}[EXP]{\clistmap_info_clist:nn, \clistmap_info_prop:nn} +% \begin{syntax} +% \cs{clistmap_info_clist:nn}\Arg{key}\Arg{code} +% \end{syntax} +% \begin{descr} +% \item[Note] Used for generating this doc +% \end{descr} +% \end{function} +% \begin{function}[EXP] +% {\clistmap_signature:n, +% \clistmap_instance_key:nn} +% \begin{syntax} +% \cs{clistmap_instance_key:n}\Arg{key prefix}\Arg{signature} +% \end{syntax} +% \begin{descr} +% \item[Expands to] \meta{key prefix}|:|\meta{signature} +% \end{descr} +% \end{function} +% \begin{function}[EXP] +% { \clistmap_instance_sequence_p:n, +% \clistmap_instance_p:n } +% \begin{syntax} +% \cs{clistmap_instance_p:n}\Arg{key} +% \end{syntax} +% \begin{descr} +% \item[Semantics] Whether the instance has been registered +% \end{descr} +% \end{function} +% \begin{function}[EXP] +% {\clistmap_use_w:nnnn, +% \clistmap_use_w:nnnnn, +% \clistmap_use_w_group:nnnnnn } +% \begin{syntax} +% \cs{clistmap_use_w:nnnnn} +% \Arg{rule} +% \Arg{rule sequence (internal) } +% \Arg{cs name} +% \Arg{signature} +% \Arg{head is group}\meta{more}\cs[no-index]{q_recursion_stop} +% \end{syntax} +% \begin{descr} +% \item[Semantics] Evaluates \meta{code} associated with \meta{rule} +% \item[Note] For use inside \meta{code} on the RHS of | rule = |\meta{rule bis}\meta{code} +% \end{descr} +% \end{function} +% \begin{function}[EXP] +% {\clistmap_bound_cs_group:nnnnn} +% \begin{syntax} +% \cs{clistmap_bound_cs_group:nnnnn} +% \Arg{cs name} +% \Arg{signature} +% \Arg{group} +% \Arg{args} +% \Arg{elem} +% \end{syntax} +% \begin{descr} +% \item[Definition] \meta{new elem}$=$|\bool_if:nTF|\Arg{group}|{|\Arg{elem}|}{|\meta{elem}|}| +% \item[Semantics] \cs{\meta{cs name}:\meta{signature}}\meta{args}\Arg{new elem} +% \item[Note] For use in conjunction with \cs{clistmap_use_w:nnnnn} and variants +% \end{descr} +% \end{function} +% \begin{function}[EXP] +% {\clistmap:nnn} +% \begin{syntax} +% \cs{clistmap:nnn}\Arg{clist}|{ ...,|\meta{instance_i}|,... }|\Arg{args} +% \cs{clistmap:nnn}\Arg{clist}|{ ...,|\meta{instance sequence_i}|,... }|\Arg{args} +% \end{syntax} +% \begin{descr} +% \item[Requirement]\docfillblank +% \begin{description} +% \item \meta{clist} has no trailing |,| +% \item \meta{args} has signature \cs{clistmap_signature:n}\Arg{instance_i} +% \end{description} +% \item[Expands to]\docfillblank +% \begin{descr} +% \item[First version] For each $i$, the \meta{code} associated with \meta{rule_i}. +% \item[Second version] Iterates over the constituents of \meta{rule sequence_i} +% \end{descr} +% \end{descr} +% \end{function} +% \begin{function}{\clistmap_inline:nnn} +% \begin{syntax} +% \cs{clistmap_inline:nnn}|{ ...,|\meta{instance_i}|,... }|\Arg{code} +% \begin{descr} +% \item[Requirement] \cs{clistmap_signature:n}\Arg{instance_i}$=$|N| +% \end{descr} +% \end{syntax} +% \end{function} +% \begin{function}[EXP] +% {\clistmap:nnnn} +% \begin{syntax} +% \cs{clistmap:nnnn}\Arg{clist}\Arg{instances}\Arg{args}\Arg{end} +% \cs{clistmap:nnnn}\Arg{clist}\Arg{instances}\Arg{args}\Arg{append} +% \cs{clistmap:nnnn}\Arg{clist}\Arg{instances}\Arg{args}\Arg{nest} +% \cs{clistmap:nnnn}\Arg{clist_1}\Arg{instances}\Arg{args}\Arg{join}\Arg{clist_2} +% \end{syntax} +% \begin{descr} +% \item[Semantics]\docfillblank +% \begin{descr} +% \item[end] \cs{clistmap:nnn}\Arg{clist}\Arg{instances}\Arg{args} +% \item[append] \meta{end}\cs{clistmap:nnnn}\Arg{clist} +% \item[nest] \cs{clistmap:nnnn}\Arg{end} +% \item[join] \cs{clistmap:nnnn}|{|\meta{end},\meta{clist_2}|}| +% \end{descr} +% \end{descr} +% \end{function} +% \begin{function}[EXP] +% {\clistmap_inline:nnnn} +% \begin{syntax} +% \cs{clistmap_inline:nnnn}\Arg{clist}\Arg{instances}\Arg{code}\Arg{chain} +% \end{syntax} +% \begin{descr} +% \item[Requirement] \cs{clistmap_signature:n}\Arg{instance_i}$=$|empty| or |N| +% \end{descr} +% \end{function} +% \clearpage +% \part{Listing}\label{part:listing} +% +% \section{Using keys} +% \addcontentsline{toc}{subsection}{\texttt{rule}} +% \iffalse +%<*guardlisting> +% \fi +\begin{listing}[\texttt{rule}] + {label=lst:opt:rule,listing only} + \clistmap_keys_set:n + {% + rule = {if_rest_is_tail_stop_else_forward_rest} + {% + \quark_if_recursion_tail_stop:n{#7} + \clistmap_use_w:nnne + {#1}{#2}{#3} + {\tl_if_head_is_group_p:n{#7}}#5#7\q_recursion_stop + } + } +\end{listing} +% \iffalse +% +% \fi +% +% \addcontentsline{toc}{subsection}{\texttt{rule_sequence}} +% \iffalse +%<*guardlisting> +% \fi +\begin{listing}[\texttt{rule_sequence}] + {label=lst:opt:ruleseq, listing only} + \clistmap_keys_set:n + { + rule_sequence = + { + first = + { + {if_empty_stop_else_forward_head} + {if_rest_is_tail_eval_else_error} + } + } + } +\end{listing} +% \iffalse +% +% \fi +% +% \addcontentsline{toc}{subsection}{\texttt{instance}} +% \iffalse +%<*guardlisting> +% \fi +\begin{listing}[\texttt{instance}] + {label=lst:opt:inst, listing only} + \clistmap_keys_set:n + { + instance = + { + {N}{first_apply}{first}{@@_apply}, + {}{first_apply}{first}{@@_apply} + } + } +\end{listing} +% \iffalse +% +% \fi +% +% \addcontentsline{toc}{subsection}{\texttt{instance_sequence}} +% \iffalse +%<*guardlisting> +% \fi +\begin{listing}[\texttt{instance_sequence}] + {label=lst:opt:inst_seq, listing only} + \clistmap_keys_set:n + {% + instance_sequence = + { + {N}{comma:}{first_apply:, rest_comma:}, + {}{serial_and:}{first_apply:, serial_rest_and:}, + } + } +\end{listing} +% \iffalse +% +% \fi +% \section{Preset keys} +% \addcontentsline{toc}{subsection}{\texttt{rule}} +% \iffalse +%<*guardlisting> +% \fi +\begin{listing}[\texttt{rule}]{label=lst:preset:rule, text only} + \ExplSyntaxOn + \begin{descr} + \clistmap_info_clist:nn{rule}{\item[#1]} + \end{descr} + \ExplSyntaxOff +\end{listing} +% \iffalse +% +% \fi +% +% \addcontentsline{toc}{subsection}{\texttt{rule_sequence}} +% \iffalse +%<*guardlisting> +% \fi +% \begin{listing}[\texttt{rule_sequence}]{label=lst:preset:rule_sequence, text only} +\ExplSyntaxOn +\begin{descr} + \tl_map_inline:en + { \clistmap_info_prop:n{rule_sequence}}{\item[\use_i:nn#1]} +\end{descr} +\ExplSyntaxOff +\end{listing} +% \iffalse +% +% \fi +% +% \addcontentsline{toc}{subsection}{\texttt{instance}} +% \iffalse +%<*guardlisting> +% \fi +\begin{listing}[\texttt{instance}]{label=lst:preset:instance, text only} + \ExplSyntaxOn + \begin{descr} + \tl_map_inline:en + { \clistmap_info_prop:n{instance} } + { \item[\use_i:nn#1]\docfillblank } + \end{descr} + \ExplSyntaxOff +\end{listing} +% \iffalse +% +% \fi +% +% \addcontentsline{toc}{subsection}{\texttt{instance_sequence}} +% \iffalse +%<*guardlisting> +% \fi +\begin{listing}[\texttt{instance_sequence}]{label=lst:preset:instance_sequence, text only} + \ExplSyntaxOn + \begin{descr} + \tl_map_inline:en + { \clistmap_info_prop:n{instance_sequence} } + { \item[\use_i:nn#1]\docfillblank } + \end{descr} + \ExplSyntaxOff +\end{listing} +% \iffalse +% +% \fi +% +% \section{\textsf{cs}} +% \subsection{\textsf{plain}} +% \addcontentsline{toc}{subsection}{\texttt{math}} +% \iffalse +%<*guardlisting> +% \fi +\begin{listing}[\texttt{math}]{label=lst:cs:math} + \ExplSyntaxOn + \clistmap:nnn{Z, C, Q, R} + { first_math:N, serial_rest_math_and:N } + {\mathbb} + \ExplSyntaxOff +\end{listing} +% \iffalse +% +% \fi +% +% \subsection{\textsf{chain}} +% \addcontentsline{toc}{subsection}{\texttt{append}} +% \iffalse +%<*guardlisting> +% \fi +\begin{listing}[\texttt{append}]{label=lst:cs:append} + \ExplSyntaxOn + \clistmap_inline:nnnn + {{J,u,l,e,s},Jim,Catherine} + {first_map:N} + {#1} + {append} + {middle_comma:N} + {~#1} + {append} + {%^^A + serial_second:N,%^^A ignored in this case + serial_last:N + } + {~et~#1} + {end} + \ExplSyntaxOff +\end{listing} +% \iffalse +% +% \fi +% +% \addcontentsline{toc}{subsection}{\texttt{nest}} +% \iffalse +%<*guardlisting> +% \fi +\begin{listing}[\texttt{nest}]{label=lst:cs:nest} + \ExplSyntaxOn + \noindent + \clistmap_inline:nnnn + {{foo},{bar,baz},{qux}} + {comma_unbrace:} + {} + {nest} + {newline:} + {} + {end} + \ExplSyntaxOff +\end{listing} +% \iffalse +% +% \fi +% +% \addcontentsline{toc}{subsection}{\texttt{join}} +% \iffalse +%<*guardlisting> +% \fi +\begin{listing}[\texttt{join}]{label=lst:cs:join} + \ExplSyntaxOn + \clistmap_inline:nnnn + {foo,bar} + {comma:} + {} + {join} + {baz} + {comma:} + {} + {end} + \ExplSyntaxOff +\end{listing} +% \iffalse +% +% \fi +% +% +% \part{Other} +% \section{Bibliograhy} +% \printbibliography[heading=none] +% \section{To do}\label{other:bug} +% \begin{enumerate} +% \item ``Warning: A control sequence of the form ...__clistmap'' +% That's because of the way \cs[no-index]{__clist_instance_name:nn} is set up, +% and passing to it an internal control sequence. So? +% Modify \cs[no-index]{__clist_instance_name:nn}. +% \end{enumerate} +% \section{Support}\label{other:support} +% +% This package is available from \url{https://github.com/rogard/clistmap}. +% +% \changes{v1.0} +% {2022/01/27} +% {Initial version} +% \changes{v1.1} +% {2022/01/28} +% {Updated dependency to erw-l3 (from 4.1 to 4.2)} +% \changes{v1.2} +% {2022/01/29} +% {Pkg name change} +% +% \StopEventually{ +% \clearpage +% \PrintChanges +% \PrintIndex %^^A https://tex.stackexchange.com/q/610349/112708 +% } +% +% \end{documentation} +% \begin{implementation} +% \part{Implementation}\label{part:implem} +% \begin{macrocode} +%<*package> +%<@@=clistmap> +% \ExplSyntaxOn +% \end{macrocode} +% \section{\textsf{boilerplate}} +% \begin{macro}{\clistmap_keys_set:n, \clistmap_info_clist:nn} +% \begin{macrocode} +\cs_generate_variant:Nn\str_if_eq:nnTF{e} +\cs_generate_variant:Nn\tl_to_str:n{e} +\cs_generate_variant:Nn\prop_gput:Nnn{Nee} +\cs_generate_variant:Nn\erw_parameter:n{e} +\cs_generate_variant:Nn\erw_argument:nn{ne} +\cs_generate_variant:Nn\erw_parameter:nn{ne} +\cs_generate_variant:Nn\erw_clist_tl:nn{ne} +\cs_new:Npn\@@_empty:w#1\q_recursion_stop{} +\clist_new:N\@@_helper_clist +\cs_new_protected:Nn +\clistmap_keys_set:n{ \keys_set:nn{ @@ }{ #1 } } +\prop_new:N\@@_info_clist_prop +\cs_new_protected:Npn +\@@_info_clist_put:nn +#1 % +#2 % +{\prop_gput:Nnn\@@_info_clist_prop{#1}{#2}} +\cs_new_protected:Npn +\clistmap_info_clist:nn +#1 % +#2 % +{\clist_map_inline:cn{\prop_item:Nn\@@_info_clist_prop{#1}}{#2}} +\prop_new:N\@@_info_prop_prop +\cs_new_protected:Npn +\@@_info_prop_put:nn +#1 % +#2 % +{\prop_gput:Nnn\@@_info_prop_prop{#1}{#2}} +\cs_new:Nn +\@@_brace:nn{{{#1}{#2}}} +\cs_new:Npn +\clistmap_info_prop:n +#1 % +{ \prop_map_function:cN + {\prop_item:Nn\@@_info_prop_prop{#1}}\@@_brace:nn } +\cs_new:Npn +\clistmap_info_prop:nn +#1 % +#2 % +{ \prop_map_inline:cn + {\prop_item:Nn\@@_info_prop_prop{#1}}{#2} } +\cs_new:Nn +\@@_group_if:nn +{\bool_if:nTF{#2}{{#1}}{#1}} +\cs_generate_variant:Nn\@@_group_if:nn{e} +\cs_new:Nn +\@@_head_clist:n +{% + \exp_args:Ne + \tl_head:n + { \clist_map_function:nN{#1}\@@_head_clist_aux:n } +} +\cs_new:Nn +\@@_head_clist_aux:n{#1} +% \end{macrocode} +% \end{macro} +% \section{\textsf{name}} +% \begin{macro} +% { +% \@@_rule_name:n, +% \@@_instance_name:nnn, +% \@@_instance_signature:n, +% \@@_rule_sequence_name:n +% } +% \begin{macrocode} +\cs_new:Npn +\@@_rule_name:n +#1 % +{rule_#1} +\cs_new:Npn +\@@_instance_name:nn +#1 % +#2 % +{instance_#1_#2} +\cs_new:Npn +\@@_instance_name:nnn +#1 % +#2 % +#3 % +{\@@_instance_name:nn{#1_#2}{#3}} +\cs_new:Npn +\@@_instance_signature:n +#1 % +{n#1w} +% \end{macrocode} +% \end{macro} +% \section{\textsf{c}} +% \begin{macrocode} +\cs_new:Npn +\@@_c:n +#1 % +{@@_#1} +\cs_generate_variant:Nn\@@_c:n{e} +\cs_new:Npn +\@@_c:nn +#1 % +#2 % +{\@@_c:n{#1:#2}} +\cs_generate_variant:Nn\@@_c:nn{e, ee} +\cs_new:Npn +\@@_bound_cs_c:nn +#1 % +#2 % +{#1:#2n} +\cs_new:Npn +\@@_rule_c:n +#1 % +{% + \@@_c:en + {\@@_rule_name:n{#1}} + {nnnnnnnn} +} +\cs_new:Npn +\@@_instance_c:nn +#1 % +#2 % +{ \@@_c:e + { \@@_instance_name:nn{#1}{#2} } } +\cs_generate_variant:Nn\@@_instance_c:nn{e} +\cs_new:Npn +\@@_instance_c:nnn +#1 % +#2 % +#3 % +{% + \@@_c:ee + { \@@_instance_name:nn{#1}{#2} } + { \@@_instance_signature:n{#3} } +} +\cs_generate_variant:Nn\@@_instance_c:nnn{e, nne} +\cs_new:Npn +\@@_instance_c_this:nnnn +#1 % +#2 % +#3 % +#4 % +{ \@@_instance_c:enn + {\@@_rule_link:nn{#1}{#2}}{#3}{#4} } +% \end{macrocode} +% \section{\textsf{rule_link}} +% \begin{macrocode} +\cs_new:Npn +\@@_rule_link:nn +#1 % +#2 % +{#1_#2} +\cs_new:Npn +\@@_rule_link:n +#1 % <{rule{1}}...> +{% + \@@_rule_link:w#1\q_recursion_tail\q_recursion_stop +} +\cs_generate_variant:Nn\@@_rule_link:n{e} +\cs_new:Npn +\@@_rule_link:w +#1 +\q_recursion_stop +{% + \quark_if_recursion_tail_stop:n{#1} + \@@_rule_link:nw #1 \q_recursion_stop} +\cs_new:Npn +\@@_rule_link:nw +#1 % +#2 % <{rule{1}}...> +\q_recursion_stop +{% + \quark_if_recursion_tail_stop_do:nn{#2}{#1} + \@@_rule_link:nnw{#1}#2\q_recursion_stop} +\cs_generate_variant:Nn\@@_rule_link:nw{e} +\cs_new:Npn +\@@_rule_link:nnw +#1 % +#2 % +#3 % <{rule{2}}...> +\q_recursion_stop +{% + \@@_rule_link:ew + {% + \@@_rule_link:nn + {#1} % + {#2} % + } % + #3 % <{rule{1}}...> + \q_recursion_stop +} +% \end{macrocode} +% \section{\textsf{inline}} +% \begin{macrocode} +\cs_new_protected:Nn +\@@_inline_set_exp_nnnot:Nn +{\cs_set:Nn#1 + {\exp_not:n + {\exp_not:n + {\exp_not:n{#2}}}}} +\cs_generate_variant:Nn\@@_inline_set_exp_nnnot:Nn{c} +\cs_new:Nn\@@_inline_c:n{@@_#1:n} +\cs_new:Nn\@@_inline_use:n +{%^^A BUG + \use:c{\@@_inline_c:n{#1}}} +\cs_new_protected:Nn +\@@_inline_set_exp_nnnot:nn +{\@@_inline_set_exp_nnnot:cn + {\@@_inline_c:n{#1}}{#2}} +\msg_new:nnn{@@} +{inline-empty-N} +{instance~signature~must~be~empty~or~N;~got~'#1'} +\msg_new:nnn{@@} +{inline-empty-args} +{instance~signature=empty;~so~should~args=#1} +% \end{macrocode} +% \section{\textsf{eval}} +% \begin{macro} +% {\clistmap:nnn, \clistmap_inline:nnn} +% \begin{macrocode} +\msg_new:nnn{@@}{key} +{no~match~for~#1~in~instance~or~instance~sequence} +\msg_new:nnn{@@}{signature-mismatch} +{instance~signature~must~be~#1;~instances:~#2} +\cs_new_protected:Npn +\clistmap_inline:nnn +#1 % +#2 % +#3 % +{%^^A + \bool_if:nTF + { \__clistmap_instance_signature_p:nn{#2}{N} } + {%^^A + \__clistmap_inline_set_exp_nnnot:nn{a}{#3} + \clistmap:nnn + {#1} % + {#2} % + {\__clistmap_a:n} + } + {%^^A + \bool_if:nTF + { \__clistmap_instance_signature_p:nn{#2}{} } + {%^^A + \tl_if_empty:nTF + {#3} + {%^^A + \clistmap:nnn + {#1} % + {#2} % + {} + } + {%^^A + \msg_error:nnnn{__clistmap} + {inline-empty-args} + {#3} + } + } + {%^^A + \msg_error:nnnn{__clistmap} + {inline-empty-N} + {#2} + } + } +} +\cs_new:Npn +\clistmap:nnn +% ^^A Warning: trailing ',' inside #2 => Error +#1 % +#2 % +#3 % +{% + \@@_eval:nenn + {#2} % ,... + {\tl_if_head_is_group_p:n{#1}} % + {#3} % + {#1} % +} +\cs_generate_variant:Nn\clistmap:nnn{e,f,x} +\cs_new:Npn +\@@_eval:nnnn +#1 % ,... +#2 % +#3 % +#4 % +{% + \exp_args:Ne + \@@_eval_aux:nnnn + {\@@_instance_expand:n{#1}} + {#2} % + {#3} % + {#4} % +} +\cs_new:Npn +\@@_eval_aux:nnnn +#1 % ,... +#2 % +#3 % +#4 % +{% + \@@_eval:nnnw + {#2} % + {#3} % + {#4} % + #1 % ,... + , \q_recursion_tail + \q_recursion_stop +} +\cs_generate_variant:Nn\@@_eval:nnnn{ ne } +\cs_new:Npn +\@@_eval:nnnw +#1 % +#2 % +#3 % +#4 % +\q_recursion_stop +{% + \quark_if_recursion_tail_stop:n{#4} + \@@_eval:nnnnw + {#1} % + {#2} % + {#3} % + #4 % + \q_recursion_stop +} +\cs_new:Npn +\@@_eval:nnnnw +#1 % +#2 % +#3 % +#4 % +, #5 % +\q_recursion_stop +{% + \exp_last_unbraced:Ne + \@@_eval:nnnnnn + { \@@_instance_get:n{#4} } + {#1}{#2}{#3} + \@@_eval:nnnw + {#1} % + {#2} % + {#3} % + #5 % + \q_recursion_stop +} +\cs_new:Npn +\@@_eval:nnnnnn +#1 % +#2 % +#3 % +#4 % +#5 % +#6 % +{% + \exp_args:Ne + \clistmap_use_w:nnnn + { \@@_rule_sequence_name:n{#1} } % + {#2} % + {#3} % + {#4} % + #5 + #6, \q_recursion_tail\q_recursion_stop +} +% \end{macrocode} +% \end{macro} +% \section{\textsf{chain}} +% \begin{macrocode} +\msg_new:nnn{@@} +{chain}{unknown~chain~tag~#1} +\cs_new_protected:Npn +\@@_append:NNN +#1 % +#2 % <\@@_append(?:_inline):nnn> +#3 % <\clistmap(?_inline):nnnn> +{%^^A + #1 + #2 + {%^^A + \clistmap:nnn{##1}{##2}{##3} + #3{##1} + } +} +\@@_append:NNN +\cs_new:Nn +\@@_append:nnn +\clistmap:nnnn +\@@_append:NNN +\cs_new_protected:Nn +\@@_append_inline:nnn +\clistmap_inline:nnnn +\cs_new_protected:Npn +\@@_nest:NNN +#1 % +#2 % <\@@_nest(?:_inline):nnn> +#3 % <\clistmap(?_inline):nnnn> +{%^^A + #1 + #2 + {%^^A + \exp_args:Ne + #3{ \clistmap:nnn{##1}{##2}{##3} } + } +} +\@@_nest:NNN +\cs_new:Nn +\@@_nest:nnn +\clistmap:nnnn +\@@_nest:NNN +\cs_new_protected:Nn +\@@_nest_inline:nnn +\clistmap_inline:nnnn +\cs_new_protected:Npn +\@@_join:NNNN +#1 % +#2 % <\@@_join(?:_inline):nnnn> +#3 % <\@@_join(?:_inline):nnn> +#4 % <\clistmap(?_inline):nnnn> +{%^^A + #1 + #2 + { #4{##1,##2}{##3}{##4} } + #1 + #3 + { #2{\clistmap:nnn{##1}{##2}{##3}} } +} +\@@_join:NNNN +\cs_new:Nn +\@@_join:nnnn +\@@_join:nnn +\clistmap:nnnn +\@@_join:NNNN +\cs_new_protected:Nn +\@@_join_inline:nnnn +\@@_join_inline:nnn +\clistmap_inline:nnnn +\cs_new_protected:Npn +\@@_chain:NNNNN +#1 % +#2 % <@@_chain(?:_inline):nnnn> +#3 % <@@_append(?:_inline):nnn> +#4 % <@@_nest(?:_inline):nnn> +#5 % <@@_join(?:_inline):nnn> +{%^^A + #1 + #2 + {%^^A + \str_case:nnTF + {##4} + {%^^A + {end} + { \clistmap:nnn{##1}{##2}{##3} } + {append} + { #3{##1}{##2}{##3} } + {nest} + { #4{##1}{##2}{##3} } + {join} + { #5{##1}{##2}{##3} } + } + {} + { \msg_error:nnn{@@}{chain}{##4} } + } +} +\@@_chain:NNNNN +\cs_new:Nn +\clistmap:nnnn +\@@_append:nnn +\@@_nest:nnn +\@@_join:nnn +\@@_chain:NNNNN +\cs_new_protected:Nn +\@@_inline_aux:nnnn +\@@_append_inline:nnn +\@@_nest_inline:nnn +\@@_join_inline:nnn +\cs_new_protected:Npn +\clistmap_inline:nnnn +#1 % +#2 % +#3 % +#4 % +{%^^A + \bool_if:nTF + { \@@_instance_signature_p:nn{#2}{N} } + {%^^A + \@@_inline_set_exp_nnnot:nn{a}{#3} + \@@_inline_aux:nnnn{#1}{#2}{\@@_a:n}{#4} + } + { \@@_inline_aux:nnnn{#1}{#2}{}{#4} } +} +% \end{macrocode} +% \section{\textsf{use_w}}\label{sec:code} +% \begin{macro} +% { +% \clistmap_use_w_group:nnnnnn, +% \clistmap_use_w:nnnn, +% \clistmap_use_w:nnnnn +% } +% For use inside \meta{code} inside \nameref{sec:rule} +% \begin{macrocode} +\cs_new:Npn +\clistmap_use_w_group:nnnnnn +#1 % +#2 % +#3 % +#4 % +#5 % +#6 % +{% + \clistmap_use_w:nnnn + {#1}{#2}{#3} + {#4}#5{#6} +} +\cs_new:Npn +\clistmap_use_w:nnnn +#1 % +#2 % +#3 % +#4 % +{% + \use:c{ \@@_instance_c:nnn{#1}{#2}{#3} }{#4} +} +\cs_generate_variant:Nn\clistmap_use_w:nnnn{nnne} +\cs_new:Npn +\clistmap_use_w:nnnnn +#1 % +#2 % +#3 % +#4 % +#5 % +{% + \use:c{% + \@@_instance_c_this:nnnn + {#1} % + {#2} % + {#3} % + {#4} % + }{#5} +} +\cs_generate_variant:Nn\clistmap_use_w:nnnnn{nnnne} +% \end{macrocode} +% \end{macro} +% \begin{macro} +% { \clistmap_bound_cs_group:nnnnn } +% \begin{macrocode} +\cs_new:Npn +\clistmap_bound_cs_group:nnnnn +#1 % +#2 % +#3 % +#4 % +#5 % +{\@@_bound_cs:nnne{#1}{#2}{#4}{\bool_if:nTF{#3}{{#5}}{#5}}} +\cs_generate_variant:Nn\clistmap_bound_cs_use_group:nnnnn{nnenn} +\cs_new:Npn +\@@_bound_cs:nnnn +#1 % +#2 % +#3 % +#4 % +{ \use:c{\@@_bound_cs_c:nn{#1}{#2}}#3{#4} } +\cs_generate_variant:Nn\@@_bound_cs:nnnn{nnne} +% \end{macrocode} +% \end{macro} +% \section{\textsf{rule}}\label{sec:rule} +% \begin{macro}{rule} +% \begin{macrocode} +\keys_define:nn{ @@ } +{ rule.code:n = \@@_rule:nn#1 } +% \end{macrocode} +% \end{macro} +% \begin{macro}{\@@_rule:nn} +% \begin{macrocode} +\prop_new:N\@@_rule_clist +\@@_info_clist_put:nn{rule}{@@_rule_clist} +\cs_new_protected:Npn +\@@_rule:nn +#1 % +#2 % +{% + \clist_gput_right:Nn\@@_rule_clist{#1} + \exp_args:Nno + \cs_new_protected:cn + { \@@_rule_c:n{#1} } + {% + \@@_rule_apply:nnnnnnnn + {#1} % {} + {#2} % {} + {##1} % + {##2} % + {##3} % + {{##4}{##5}{##6}} % + % ^^A + % ^^A + {##7} % + {##8} % +% ^^A ##2 % +% ^^A ##3 % +% ^^A ##4 % +% ^^A ##5 % +% ^^A ##6 % +% ^^A ##7 % +% ^^A ##8 % +\cs_new_protected:Npn +\@@_rule_apply:nnnnnnnn +#1 % +#2 % +#3 % +#4 % +#5 % +#6 % {}{}{} +#7 % +#8 % +{% + \@@_rule_apply:ennnnnn + {\@@_instance_c_this:nnnn{#1}{#3}{#4}{#5}} + {#2}#6{#7}{#8} +} +\cs_new_protected:Npn +\@@_rule_apply:nnnnnnn +#1 % +#2 % +#3 % +#4 % +#5 % +#6 % +#7 % +{% + \cs_if_exist:cF{#1} + {%^^A + \cs_new:cpn{#1} + #3#7#5, #6\q_recursion_stop % + {#2} + } +} +\cs_generate_variant:Nn\@@_rule_apply:nnnnnnn{e} +% \end{macrocode} +% \end{macro} +% \section{\textsf{rule template}} +% \begin{macrocode} +\cs_new:Nn +\@@_quark_if_recursion_tail_stop:nn +{\quark_if_recursion_tail_stop:n{#1#2}} +\cs_generate_variant:Nn\@@_quark_if_recursion_tail_stop:nn{e} +% \end{macrocode} +% \begin{macro} +% {rule_if_rest_is_tail_eval_else} +% \begin{macrocode} +\keys_define:nn{ @@ } +{% + rule_if_rest_is_tail_eval_else.code:n + = {\@@_rule_if_rest_is_tail_eval_else:nn#1} +} +\cs_new_protected:Npn +\@@_rule_if_rest_is_tail_eval_else:nn +#1 % +#2 % +{% + % ^^A ##1 % + % ^^A ##2 % + % ^^A ##3 % + % ^^A ##4 % + % ^^A ##5 % + % ^^A ##6 % + % ^^A ##7 % + % ^^A ##8 % + \clistmap_keys_set:n + {% + rule = {if_rest_is_tail_eval_else_#1} + {% + \quark_if_recursion_tail_stop_do:nn{##7} + {% + \clistmap_bound_cs_group:nnnnn + {##2} % + {##3} % + {##4} % + {##5} % + {##6} % + } + #2 + } + } +} +% \end{macrocode} +% \end{macro} +% \begin{macro}{rule_if_empty_stop_else} +% \begin{macrocode} +\keys_define:nn +{ @@ } +{ + rule_if_empty_stop_else.code:n + = {\@@_rule_if_empty_stop_else:nn#1} +} +\cs_new_protected:Npn +\@@_rule_if_empty_stop_else:nn +#1 % +#2 % +{% + % ^^A ##1 % + % ^^A ##2 % + % ^^A ##3 % + % ^^A ##4 % + % ^^A ##5 % + % ^^A ##6 % + % ^^A ##7 % + % ^^A ##8 % + \clistmap_keys_set:n + {% + rule = {if_empty_stop_else_#1} + {% + \@@_quark_if_recursion_tail_stop:en + {\bool_if:nTF{##4}{{##6}}{##6}}{##7} + #2 + } + } +} +% \end{macrocode} +% \end{macro} +% \section{\textsf{instantiate}} +% \begin{macro}{\@@_instantiate:nnnn} +% \begin{macrocode} +\cs_new_protected:Npn +\@@_instantiate:nnnn +#1 % +#2 % +#3 % +#4 % +{% + \exp_args:Ne + \@@_instantiate:nnnnn + {\tl_count:n{#4}} % + {#1} % + {#2} % + {#3} % + {#4} % +} +\cs_new_protected:Npn +\@@_instantiate:nnnnn +#1 % +#2 % +#3 % +#4 % +#5 % +{%^^A + \@@_instantiate:eeeeennn + { \erw_parameter:n{ 1 } } % + { \erw_parameter:ne{2}{ #1 } } % + { \erw_parameter:e{ \int_eval:n{#1+2} } } % + { \erw_parameter:e{ \int_eval:n{#1+3} } } % + { \erw_argument:ne{2}{ #5 } } % + { #2 } % + { #3 } % + { #4 } % + { #5 } % +} +\cs_new:Npn +\@@_instantiate:nnnnnnnn +#1 % +#2 % +#3 % +#4 % +#5 % +#6 % +#7 % +#8 % +#9 % +{% + \use:c{ \@@_rule_c:n{#6} } + {#7} % + {#8} % + {#9} % + {#1} % + {#2} % + {#3} % + {#4} % + {#2} % +} +\cs_generate_variant:Nn\@@_instantiate:nnnnnnnn{eeeee} +% \end{macrocode} +% \end{macro} +% \section{\textsf{property}} +% \begin{macro}{rule_sequence} +% \begin{macrocode} +\cs_new:Npn +\@@_rule_sequence_name:n +#1 % +{% + \@@_rule_link:e + {\@@_rule_sequence_get:n{#1}{null}} +} +\keys_define:nn{@@} +{ rule_sequence.code:n = \@@_rule_sequence_from_keyval:n{#1} } +\prop_new:N\@@_rule_sequence_prop +\@@_info_prop_put:nn{rule_sequence}{@@_rule_sequence_prop} +\cs_new_protected:Npn +\@@_rule_sequence_from_keyval:n +#1 % +{% + \prop_set_from_keyval:Nn + \@@_rule_sequence_prop{#1} +} +\cs_new:Npn +\@@_rule_sequence_get:n +#1 % +{% + \exp_args:Ne + \@@_rule_sequence_aux:n + {% + \prop_item:Nn + \@@_rule_sequence_prop{#1} + } +} +\cs_new:Npn +\@@_rule_sequence_aux:n +#1 % +{% + \prop_if_in:NnTF + \@@_rule_sequence_prop + {#1} + {\@@_rule_sequence_get:n{#1}} + {#1} +} +% \end{macrocode} +% \end{macro} +% \begin{macro}{\clistmap_signature:n, \clistmap_instance_p:n} +% \begin{macrocode} +\prg_new_conditional:Npnn +\clistmap_instance:n +#1 +{p} +{\prop_if_in:NnTF + \@@_instance_prop{#1} + {\prg_return_true:} + {\prg_return_false:} +} +\msg_new:nnn{@@}{instance-not}{#1~is~not~an~instance} +\msg_new:nnn{@@}{key-conflict}{key~#1~already~exists~in~prop~#2} +\prop_new:N\@@_instance_prop +\@@_info_prop_put:nn{instance}{@@_instance_prop} +\cs_new_protected:Npn +\@@_instance_put:nnnn +#1 % +#2 % +#3 % +#4 % +{% + \prop_gput:Nnn + \@@_instance_prop{#1} + { {#2}{#3}{#4} } +} +\cs_new:Npn +\@@_instance_get:n +#1 % +{ \prop_item:Nn\@@_instance_prop{#1} } +\cs_new:Nn +\clistmap_signature:n +{%^^A + \bool_if:nTF + { \clistmap_instance_p:n{#1} } + { \@@_instance_signature_get:n{#1} } + { \msg_error:nnn{@@}{instance-not}{#1} } +} +\cs_new:Npn +\@@_instance_signature_get:n +#1 % +{\exp_last_unbraced:Ne\use_iii:nnn + {\@@_instance_get:n{#1}}} +\cs_new:Npn +\@@_instance_expand:n +#1 %^^A +{%^^A + \@@_instance_expand:w + #1, \q_recursion_tail + \q_recursion_stop +} +\cs_new:Npn +\@@_instance_expand:w +#1 %^^A +,#2 +\q_recursion_stop +{ + \quark_if_recursion_tail_stop:n{#1#2} + \@@_instance_expand:nw#1, #2\q_recursion_stop +} +\cs_new:Npn +\@@_instance_expand:nw +#1 % +, #2 % +\q_recursion_stop +{ + \bool_if:nTF + {\clistmap_instance_sequence_p:n{#1}} + {%^^A + \exp_args:Ne + \@@_instance_expand:n + { \@@_instance_sequence_get:n{#1} } + } + {% + \bool_if:nTF + {\clistmap_instance_p:n{#1}} + {#1} + {\msg_error:nnn{@@}{neither-inst-seq}{#1}} + } + \quark_if_recursion_tail_stop:n{#2},%^^A comma + \@@_instance_expand:nw#2\q_recursion_stop +} +\msg_new:nnn{@@}{neither-inst-seq} +{#1~is~neither~an~instance~nor~a~sequence} +\prg_new_conditional:Npnn +\@@_instance_signature:nn +#1 % +#2 % +{p} +{%^^A + \bool_if:nTF + { + \exp_args:Ne + \@@_instance_signature_aux_p:nn + {%^^A + \exp_args:Ne + \clist_map_function:nN + { \@@_instance_expand:n{#1} } + \clistmap_signature:n + } + {#2} + } + {\prg_return_true:} + {\prg_return_false:} +} +\prg_new_conditional:Npnn +\@@_instance_signature_aux:nn +#1 % +#2 % +{p} +{% + \tl_if_empty:nTF + {#1} + {%^^A + \tl_if_empty:nTF{#2} + {\prg_return_true:} + {\prg_return_false:} + } + {%^^A + \bool_if:nTF + {%^^A + \erw_and_tl_p:nn + { \str_if_eq_p:nn{#2} } + { #1 } + } + {\prg_return_true:} + {\prg_return_false:} + } +} +% \end{macrocode} +% \end{macro} +% \begin{macro}{instance_sequence, \clistmap_instance_sequence_p:n} +% \begin{macrocode} +\keys_define:nn{ @@ } +{%^^A + instance_sequence.code:n + = {%^^A + \clist_map_function:nN{#1} + \@@_instance_sequence_put:n + } +} +\prg_new_conditional:Npnn +\clistmap_instance_sequence:n +#1 +{p} +{% + \prop_if_in:NnTF + \@@_instance_sequence_prop{#1} + {\prg_return_true:} + {\prg_return_false:} +} +\prop_new:N +\@@_instance_sequence_prop +\@@_info_prop_put:nn{instance_sequence}{@@_instance_sequence_prop} +\cs_new:Nn\@@_first_braced:nn{{#1}} +\cs_new:Nn\@@_instance_sequence_keys: +{% + \prop_map_function:NN + \@@_instance_sequence_prop + \@@_first_braced:nn +} +% ^^A\cs_new_protected:Npn +% ^^A\@@_instance_sequence_put:n +% ^^A#1 % <{key}{key{1},...}> +% ^^A{ \@@_instance_sequence_put:nn#1 } +\cs_new_protected:Npn +\@@_instance_sequence_put:n +#1 % <{signature}{prefix key}{prefix key{1},...}> +{ \@@_instance_sequence_put:nnn#1 } +\cs_new:Npn +\@@_instance_sequence_value:nn +#1 % +#2 % +{% + \exp_args:Nne + \erw_clist_tl:nn{\c_false_bool} + {%^^A + \clist_map_tokens:nn + {#2} + { \@@_instance_sequence_value_aux:nn{#1} } + } +} +\cs_new:Nn +\@@_instance_sequence_value_aux:nn +{{\clistmap_instance_key:nn{#2}{#1}}} +\cs_new_protected:Npn +\@@_instance_sequence_put:nnn +#1 % +#2 % +#3 % ,... +{%^^A + \exp_args:Nee + \@@_instance_sequence_put:nn + { \clistmap_instance_key:nn{#2}{#1} } + { \@@_instance_sequence_value:nn{#1}{#3} } +} +\cs_new_protected:Npn +\@@_instance_sequence_put:nn +#1 % +#2 % ,... +{% + \prop_if_in:NnTF + \@@_instance_prop{#1} + {\msg_error:nnnn{@@}{key-conflict}{#1}{instance}} + {% + \prop_gput:Nnn + \@@_instance_sequence_prop{#1} + { #2 } + } +} +\cs_new:Nn +\clistmap_instance_sequence:n +{\@@_instance_sequence_get:n{#1}} +\cs_new:Npn +\@@_instance_sequence_get:n +#1 % +{\prop_item:Nn\@@_instance_sequence_prop{#1}} +% \end{macrocode} +% \end{macro} +% \section{\textsf{instance}} +% \begin{macro}{instance, \clistmap_instance_key:nn} +% \begin{macrocode} +\keys_define:nn{@@} +{ instance.code:n = \clist_map_function:nN{#1} \@@_instance:n } +\cs_new_protected:Npn +\@@_instance:n +% ^^A#1 % {key prefix}{}{}{} +#1 % {}{key prefix}{}{} +{ \@@_instance:nnnn#1 } +\cs_new_protected:Npn +\@@_instance:nnnn +% ^^A#1 % +% ^^A#2 % +% ^^A#3 % +% ^^A#4 % +#1 % +#2 % +#3 % +#4 % +{% + \exp_args:Ne + \@@_instance_aux:nnnn + { \clistmap_instance_key:nn{#2}{#1} } + {#3}{#4}{#1} +} +\cs_new:Npn +\clistmap_instance_key:nn +#1 % +#2 % +{#1:#2} +\cs_new_protected:Npn +\@@_instance_aux:nnnn +#1 % +#2 % +#3 % +#4 % +{% + \@@_instance_put:nnnn{#1}{#2}{#3}{#4} + \@@_instance_using_key:nnn{#2}{#3}{#4} +} +\cs_new_protected:Npn +\@@_instance_using_key:nnn +#1 % +#2 % +#3 % +{% + \@@_instance_using_list:enn + { \@@_rule_sequence_get:n{#1}{null} } % <{rule{1}}...> + {#2} % + {#3}% +} +\cs_new_protected:Npn +\@@_instance_using_list:nnn +#1 % <{rule{1}}{rule{2}}...> +#2 % +#3 % +{% + \exp_last_unbraced:Ne + \@@_instance_backward:nnnnn + {% + { \tl_count:n{#3} } % + \erw_last:n{#1} % + { \erw_remove_first:e{\tl_reverse:n{#1}} } % <{rule{n-1}}{rule{n-2}}...> + } + { #2 } % + { #3 } % +} +\cs_generate_variant:Nn\@@_instance_using_list:nnn{enn} +\msg_new:nnn{@@}{null} +{clistmap~expects~'null'~as~the~last~rule;~got~'#1'} +\cs_new_protected:Npn +\@@_instance_backward:nnnnn +#1 % +#2 % +#3 % <{rule{n-1}}{rule{n-2}}...> +#4 % +#5 % +{% + \str_case:nnTF{#2} + { {null}{} } + {% + \@@_instance_backward:nnnw + {#2} % + {#4} % + {#5} % + #3\q_recursion_tail % <{rule{n}}{rule{n-1}}...> + \q_recursion_stop + } + {% + \msg_error:nnn{@@} + {null} + {#2} + } +} +\cs_generate_variant:Nn\@@_instance_backward:nnnnn{eee} +\cs_new_protected:Npn +\@@_instance_backward:nnnw +#1 % +#2 % +#3 % +#4 % <{rule{n}}{rule{n-1}}...> +\q_recursion_stop +{% + \quark_if_recursion_tail_stop:n{#4} + \@@_instance_backward:nnnnw + {#1} % + {#2} % + {#3} % + #4 % + % <{rule{n-1}}...> + \q_recursion_stop +} +\cs_generate_variant:Nn\@@_instance_backward:nnnw{e} +\cs_new_protected:Npn +\@@_instance_backward:nnnnw +#1 % +#2 % +#3 % +#4 % +#5 % <{rule{n-1}}...> +\q_recursion_stop +{% + \@@_instantiate:nnnn + {#4} % + {#1} % + {#2} % + {#3} % + \@@_instance_backward:ennw + {\@@_rule_link:nn{#4}{#1}} % + {#2} % + {#3} % + #5 % <{rule{n}}...> + \q_recursion_stop +} +% \end{macrocode} +% \end{macro} +% \section{\textsf{preset}} +% \subsection{\textsf{rule}} +% \begin{macrocode} +\msg_new:nnn{@@}{tail}{expects~tail;~got~'#1'} +% ^^A ##1 % +% ^^A ##2 % +% ^^A ##3 % +% ^^A ##4 % +% ^^A ##5 % +% ^^A ##6 % +% ^^A ##7 % +% ^^A ##8 % +\clistmap_keys_set:n +{% + rule = {if_rest_is_tail_stop_else_eval_recurse} + {% + \quark_if_recursion_tail_stop:n{#7} + \clistmap_bound_cs_group:nnnnn + {#2} % + {#3} % + {#4} % + {#5} % + {#6} % + \clistmap_use_w:nnnne + {if_rest_is_tail_stop_else_eval_recurse} % + {#1} % + {#2} % + {#3} % + {\tl_if_head_is_group_p:n{#7}}#5#7\q_recursion_stop % + }, + rule = {if_rest_is_tail_stop_else_forward_rest} + {% + \quark_if_recursion_tail_stop:n{#7} + \clistmap_use_w:nnne + {#1}{#2}{#3} + {\tl_if_head_is_group_p:n{#7}}#5#7\q_recursion_stop + }, + rule_if_empty_stop_else = {error} + {% + \msg_error:nnn{@@}{tail}{#6#7} + \@@_empty:w{}\q_recursion_stop + }, + rule_if_empty_stop_else = {forward_head} + {% + \bool_if:nTF{#4} + {% + \clistmap_use_w_group:nnnnnn{#1}{#2}{#3}{#4}{#5}{#6} + ,\q_recursion_tail\q_recursion_stop + } + {% + \clistmap_use_w:nnnn{#1}{#2}{#3} + {#4}#5#6,\q_recursion_tail\q_recursion_stop + } + }, + rule_if_empty_stop_else = {forward_rest} + {% + \clistmap_use_w:nnne + {#1}{#2}{#3} + {\tl_if_head_is_group_p:n{#7}}#5#7\q_recursion_stop + }, + rule_if_empty_stop_else = {forward_all} + {% + \bool_if:nTF{#4} + {% + \clistmap_use_w_group:nnnnnn{#1}{#2}{#3}{#4}{#5}{#6}, + #7\q_recursion_stop + } + {% + \clistmap_use_w:nnnn + {#1}{#2}{#3}{#4}#5#6, #7\q_recursion_stop + } + }, + rule_if_rest_is_tail_eval_else = {error} + {% + \msg_error:nnn{@@}{tail}{#6} + \@@_empty:w\q_recursion_stop + }, + rule_if_rest_is_tail_eval_else = {stop} + {% + \@@_empty:w{}\q_recursion_stop + }, + rule_if_rest_is_tail_eval_else = {recurse} + {% + \clistmap_use_w:nnnne + {if_rest_is_tail_eval_else_recurse} % + {#1} % + {#2} % + {#3} % + {\tl_if_head_is_group_p:n{#7}} % + #5 % + #7 % + \q_recursion_stop + } +} +% \end{macrocode} +% \subsection{\textsf{rule_sequence}} +% \begin{macrocode} +\clistmap_keys_set:n +{% + rule_sequence = + {% + first = + { + {if_empty_stop_else_forward_head} + {if_rest_is_tail_eval_else_error} + }, + middle = + { + {if_empty_stop_else_forward_all} + {if_rest_is_tail_stop_else_forward_rest} + {if_rest_is_tail_stop_else_eval_recurse} + }, + last = + { + {if_empty_stop_else_forward_all} + {if_rest_is_tail_stop_else_forward_rest} + {if_rest_is_tail_eval_else_recurse} + }, + serial_second = + { + {if_empty_stop_else_forward_all} + {if_rest_is_tail_stop_else_forward_rest} + {if_rest_is_tail_eval_else_stop} + }, + serial_last = + { + {if_empty_stop_else_forward_all} + {if_rest_is_tail_stop_else_forward_rest} + {if_rest_is_tail_stop_else_forward_rest} + {if_rest_is_tail_eval_else_recurse} + } + } +} +% \end{macrocode} +% \subsection{\textsf{cs}} +% \begin{macrocode} +\msg_new:nnnn{@@}{text}{text~is~not~loaded}{amsmath} +\cs_new:Nn\@@_unbrace_aux:n{#1} +\erw_keys_set:n +{ + clist_map_inline = + {% + {Nn}{apply}{#1{#2}}, + {Nn}{math}{\ensuremath{#1{#2}}}, + {Nn}{comma_map}{,\clist_map_function:nN#2#1}, + {Nn}{comma}{,#1{#2}}, + {Nn}{serial_math}{\text{,~}\ensuremath{#1{#2}}}, + {Nn}{serial_math_and}{\text{,~and~}\ensuremath{#1{#2}}}, + {Nn}{map}{\clist_map_function:nN#2#1}, + {Nn}{noindent}{\noindent}, + {n}{apply}{#1}, + {n}{math}{\ensuremath{#1}}, + {n}{comma_math}{,\ensuremath{#1}}, + {n}{newline}{\\#1}, + {n}{comma_unbrace}{,\@@_unbrace_aux:n#1}, + {n}{comma}{,#1}, + {n}{noindent}{\noindent}, + {n}{serial_and}{,~and~#1}, + {n}{serial_math_and}{\text{,~and~}\ensuremath{#1}}, + {n}{serial_math}{\text{,~}\ensuremath{#1}}, + {n}{serial}{,~#1}, + {n}{unbrace}{\@@_unbrace_aux:n#1} + } + {nnn} + { + \clist_gput_right:Nn\@@_helper_clist{#2:#1} + \cs_new:cn{@@_#2:#1}{#3} + } +} +% \end{macrocode} +% \subsection{\textsf{instance}} +% \begin{macrocode} +\clistmap_keys_set:n +{ + instance = + { + {N}{first_apply}{first}{@@_apply}, + {N}{first_map}{first}{@@_map}, + {N}{first_math}{first}{@@_math}, + {N}{first_noindent}{first}{@@_noindent}, + {N}{last_apply}{last}{@@_apply}, + {N}{last_comma_map}{last}{@@_comma_map}, + {N}{last_comma_math}{last}{@@_comma_math}, + {N}{last_comma}{last}{@@_comma}, + {N}{serial_last}{serial_last}{@@_comma}, + {N}{serial_second}{serial_second}{@@_comma}, + {N}{middle_apply}{middle}{@@_apply}, + {N}{middle_comma_map}{middle}{@@_comma_map}, + {N}{middle_comma_math}{middle}{@@_comma_math}, + {N}{middle_comma}{middle}{@@_comma}, + {N}{serial_last_math_and}{serial_last}{@@_serial_math_and}, + {N}{serial_middle_math}{middle}{@@_serial_math}, + {N}{serial_second_math_and}{serial_second}{@@_serial_math_and}, + {}{first_apply}{first}{@@_apply}, + {}{first_math}{first}{@@_math}, + {}{first_noindent}{first}{@@_noindent}, + {}{first_unbrace}{first}{@@_unbrace}, + {}{last_apply}{last}{@@_apply}, + {}{last_comma_math}{last}{@@_comma_math}, + {}{last_comma_unbrace}{last}{@@_comma_unbrace}, + {}{last_comma}{last}{@@_comma}, + {}{last_newline}{last}{@@_newline}, + {}{last_unbrace}{last}{@@_unbrace}, + {}{middle_apply}{middle}{@@_apply}, + {}{middle_comma_math}{middle}{@@_comma_math}, + {}{middle_comma_unbrace}{middle}{@@_comma_unbrace}, + {}{middle_comma}{middle}{@@_comma}, + {}{middle_newline}{middle}{@@_newline}, + {}{middle_unbrace}{middle}{@@_unbrace}, + {}{serial_last_and}{serial_last}{@@_serial_and}, + {}{serial_last_math_and}{serial_last}{@@_serial_math_and}, + {}{serial_middle_math}{middle}{@@_serial_math}, + {}{serial_middle}{middle}{@@_serial}, + {}{serial_second_and}{serial_second}{@@_serial_and}, + {}{serial_second_math_and}{serial_second}{@@_serial_math_and}, + } +} +% \end{macrocode} +% \subsection{\textsf{instance_sequence}} +% \begin{macrocode} +\clistmap_keys_set:n +{% + instance_sequence = + { + {N}{apply}{first_apply, rest_apply}, + {N}{comma_map}{first_map, rest_comma_map}, + {N}{comma_math}{first_math, rest_comma_math}, + {N}{comma}{first_apply, rest_comma}, + {N}{rest_apply}{middle_apply, last_apply}, + {N}{rest_comma_map}{middle_comma_map, last_comma_map}, + {N}{rest_comma_math}{middle_comma_math, last_comma_math}, + {N}{rest_comma}{middle_comma, last_comma}, + {N}{serial_and}{first_apply, serial_rest_and}, + {N}{serial_math_and}{first_math, serial_rest_math_and}, + {N}{serial_rest_and}{serial_middle, serial_second_and, serial_last_and}, + %^^A + {N} + {serial_rest_math_and} + {serial_middle_math, serial_second_math_and, serial_last_math_and} + %^^A + , + {}{apply}{first_apply, rest_apply}, + {}{comma_math}{first_math, rest_comma_math}, + {}{newline}{first_apply, rest_newline}, + {}{comma_unbrace}{first_unbrace, rest_comma_unbrace}, + {}{comma}{first_apply, rest_comma}, + {}{rest_apply}{middle_apply, last_apply}, + {}{rest_comma_math}{middle_comma_math, last_comma_math}, + {}{rest_newline}{middle_newline, last_newline}, + {}{rest_comma_unbrace}{middle_comma_unbrace, last_comma_unbrace}, + {}{rest_comma}{middle_comma, last_comma}, + {}{rest_unbrace}{middle_unbrace, last_unbrace}, + {}{serial_and}{first_apply, serial_rest_and}, + {}{serial_math_and}{first_apply, serial_rest_math_and}, + {}{unbrace}{first_unbrace, rest_unbrace}, + % ^^A + {}{serial_rest_and} + {serial_middle, serial_second_and, serial_last_and} + % ^^A + , + % ^^A + {}{serial_rest_math_and} + {serial_middle_math, serial_second_math_and, serial_last_math_and} + % ^^A + } +} +% \end{macrocode} +% \section{\textsf{other}} +% \begin{macrocode} +\ProcessKeysOptions{@@} +\ExplSyntaxOff +% +% \end{macrocode} +% \end{implementation} +% \Finale +\endinput \ No newline at end of file diff --git a/macros/latex/contrib/clistmap/clistmap.ins b/macros/latex/contrib/clistmap/clistmap.ins new file mode 100644 index 0000000000..f8aa2b8096 --- /dev/null +++ b/macros/latex/contrib/clistmap/clistmap.ins @@ -0,0 +1,66 @@ +%% +%% This is file `clistmap.ins', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% clistmap.dtx (with options: `install') +%% ---------------------------------------------------------------------------- +%% clistmap --- Partition a comma separated list, map differentiatedly across +%% components +%% Released under the LaTeX Project Public License v1.3c or later +%% See http://www.latex-project.org/lppl.txt +%% ---------------------------------------------------------------------------- +%% +\input l3docstrip.tex +\keepsilent +\askforoverwritefalse +\preamble +---------------------------------------------------------------------------- +clistmap --- Partition a comma separated list, map differentiatedly across +components +Released under the LaTeX Project Public License v1.3c or later +See http://www.latex-project.org/lppl.txt +---------------------------------------------------------------------------- + +\endpreamble +\postamble + +Copyright (C) 2022 by Erwann Rogard + +This work may be distributed and/or modified under the +conditions of the LaTeX Project Public License (LPPL), either +version 1.3c of this license or (at your option) any later +version. The latest version of this license is in the file: + +http://www.latex-project.org/lppl.txt + +This work is "maintained" (as per LPPL maintenance status) by +Erwann Rogard. + +This work consists of the file clistmap.dtx and the derived files: +clistmap.sty, and clistmap.pdf. + +\endpostamble +\generate{ + \file{\jobname.sty}{\from{\jobname.dtx}{package}} +} + \endbatchfile +%% +%% Copyright (C) 2022 by Erwann Rogard +%% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License (LPPL), either +%% version 1.3c of this license or (at your option) any later +%% version. The latest version of this license is in the file: +%% +%% http://www.latex-project.org/lppl.txt +%% +%% This work is "maintained" (as per LPPL maintenance status) by +%% Erwann Rogard. +%% +%% This work consists of the file clistmap.dtx and the derived files: +%% clistmap.sty, and clistmap.pdf. +%% +%% +%% End of file `clistmap.ins'. diff --git a/macros/latex/contrib/clistmap/clistmap.pdf b/macros/latex/contrib/clistmap/clistmap.pdf new file mode 100644 index 0000000000..f293ae82ef Binary files /dev/null and b/macros/latex/contrib/clistmap/clistmap.pdf differ diff --git a/macros/latex/contrib/easybook/easybook.dtx b/macros/latex/contrib/easybook/easybook.dtx index 96361bc5d9..66e8b05c30 100644 --- a/macros/latex/contrib/easybook/easybook.dtx +++ b/macros/latex/contrib/easybook/easybook.dtx @@ -15,7 +15,7 @@ %<*class> \NeedsTeXFormat{LaTeX2e}[2020/10/01] \RequirePackage{l3keys2e} -\ProvidesExplClass{easybook}{2022/01/28}{1.55} +\ProvidesExplClass{easybook}{2022/01/30}{1.56} {Typeset Chinese theses or books} \bool_set_false:N \l__eb_compile_draft_bool @@ -305,7 +305,7 @@ %<*package> \NeedsTeXFormat{LaTeX2e}[2020/10/01] \RequirePackage{l3keys2e,etoolbox} -\ProvidesExplPackage{easybase}{2022/01/28}{1.55} +\ProvidesExplPackage{easybase}{2022/01/30}{1.56} {Typeset Chinese theses or books} \cs_generate_variant:Nn \dim_set:Nn { NV } @@ -1298,7 +1298,7 @@ dotalign .initial:n = true, hang .bool_set:N = \l__eb_titletoc_hang_fix_bool, hang .default:n = true, - hang .initial:n = false, + hang .initial:n = true, pagenumwd .code:n = \contentsmargin{#1}, pagenumwd .initial:n = 1.55em, unknown .code:n = \eb_msg_deprecated_option:n { tocset } @@ -2343,7 +2343,7 @@ } % %<*tcolorbox> -\ProvidesExplFile{eb-tcolorbox.cfg}{2022/01/28}{1.55} +\ProvidesExplFile{eb-tcolorbox.cfg}{2022/01/30}{1.56} {Customization of tcolorbox for easybook} \cs_set_protected:Npn \addtotcbstyle #1#2 diff --git a/macros/latex/contrib/easybook/easybook.pdf b/macros/latex/contrib/easybook/easybook.pdf index 17a61f687d..03cc97c9cc 100644 Binary files a/macros/latex/contrib/easybook/easybook.pdf and b/macros/latex/contrib/easybook/easybook.pdf differ diff --git a/macros/latex/contrib/easybook/easybook.tex b/macros/latex/contrib/easybook/easybook.tex index 2660944146..2f36d84435 100644 --- a/macros/latex/contrib/easybook/easybook.tex +++ b/macros/latex/contrib/easybook/easybook.tex @@ -21,8 +21,8 @@ name = easybook, color-scheme = blue, title = EASYBOOK 使用手册, - version = v1.55, - date = 2022/01/28, + version = v1.56, + date = 2022/01/30, authors = 瞿毅, info = 排版简体中文学位论文和书籍, email = q1jx@foxmail.com, @@ -877,18 +877,18 @@ \label{subsec:catalog style} 模块 \module*{tocset} 将使用 \pkg*{titletoc} 宏包处理目录样式。模块或扩展包括了 \module*{part}、\module*{chapter}、\module*{section}、\module*{subsection}、\module*{figure}、\module*{table} 和 \module*{lstlisting} 二级路径,而使用 \module*{list} 路径可以统一设置图片、表格和代码目录的样式。选项前带有 \ding{73} 符号表示支持所有相应\textbf{标题级别}的路径,其它选项则处于 \module*{tocset} 路径下。目前支持标准的论文目录样式,更复杂的样式可以查看 \pkg*{titletoc} 的相关用法。 \begin{options} - \keyval-{tocformat}{条目格式}\dtag\smodule{tocset} + \keyval-{tocformat}{条目格式}\dtag\smodule{tocset}% 目录中各级别条目的格式,可以设置条目字体和加入垂直间距等,垂直间距最好使用防止垂直间距重合的 \cs*{addvspace} 命令。 \keyval-{tocformat+}{条目格式}\dtag 与 \option{tocformat} 用法一样,只是在已有的格式命令后附加代码。 \keyval-{tocindent}{刚性长度}\dtag 各级别目录中的标题左边缩进距离,通常标题级别越低缩进越大。 - \keyval-{tocrule}{目录引导线命令}\dtag + \keyval-{tocrule}{引导线命令}\dtag 引导线选项 \option{tocrule} 中一般可以使用基于 \cs*{xleaders} 命令的 \cs{tocrule} 绘制引导线。 \keyval-{tocafter}{距离命令}\dtag\Default{\cs*{hspace}\Marg{1em}} 在各级别目录中标签与标题间的代码,默认为插入 \code{1em} 横向距离。 - \keyval-{tocline}{目录中的标题}\dtag - 这个选项扩展了图片、表格或代码加入目录的题注。选项中参数 \code{\#1} 代表相应题注编号 \cs*{the}\meta{计数器} 的值,参数 \code{\#2} 代表相应题注内容。 + \keyval-{tocline}{条目定义}\dtag + 这个选项扩展了图片、表格或代码题注在目录文件中的定义。选项中参数 \code{\#1} 代表相应题注编号 \cs*{the}\meta{计数器} 的值,参数 \code{\#2} 代表相应题注内容。 \begin{ctexexam}[labelref = exam:list command usage] \ctexset { @@ -920,11 +920,11 @@ \end{commands} \begin{options} - \keybool{hang}\Default{false} + \keybool{hang}\Default{true} 悬挂缩进选项 \option{hang} 使目录标题为悬挂缩进形式,缩进距离为标签及其与标题间距的长度,但此时标题编号会失去超链接。这个选项对所有标题级别有效。 \keyval-{lolskip}{弹性长度}\Default{10pt} 代码目录中每章代码标题的额外距离,与 C\TeX 的表格和图片目录中每章间的标题距离选项 \option*{lotskip} 和 \option*{lofskip} 类似,在 \cls*{article} 模式中此选项失效。 - \keyval-{between}{目录代码钩子} + \keyval-{between}{代码钩子} 目录标题与内容间的钩子,一般插入负的垂直距离代码,用于抵消目录首行额外的垂直间距。一级路径此选项对应文档主目录的钩子,二级路径为 \module*{figure}、\module*{table} 和 \module*{lstlisting},或者用位于 \module*{list} 路径的此选项统一设置相应类型目录的钩子。 \keybool{dotalign}\Default{true} 引导线选项 \option{dotalign} 可以使目录引导线右端对齐并与页码保持一定间距,否则会与页码相连。 @@ -934,7 +934,7 @@ 统一设置所有级别在目录中标签与标题间的代码。 \keyval-{tocindent-every}{刚性长度} 统一设置所有级别的目录标题左边缩进。 - \keyval-{tocrule-every}{目录引导线样式} + \keyval-{tocrule-every}{引导线命令} 统一设置所有级别的目录引导线样式。 \end{options} @@ -1122,7 +1122,7 @@ 在一定的场合下可能用到 \cs{counteruse} 命令,比如通过新建快捷命令在一些位置使用定理环境的计数器,使用 \cs{labelformat} 设置计数器的标签引用需添加 \code{eb@}: \begin{ctexexam} \labelformat{eb@theorem}{定理 #1} - \newcommand{\theoremhead}[1]{定理\counteruse[chapter]{theorem}\hspace{1em}#1} + \newcommand{\theoremhead}[1]{定理 \counteruse[chapter]{theorem}\hspace{1em}#1} \theoremhead{定理内容}\label{thm:theorem} \end{ctexexam} @@ -1144,7 +1144,7 @@ 导言区末尾的钩子命令。为了保证兼容性 \pkg*{hyperref} 宏包被设计在导言区末尾载入,一些情况下需要合适的钩子在 \pkg*{hyperref} 后方执行 \meta{钩子代码},例如载入 \pkg*{cleveref} 宏包。 \begin{ctexexam} \labelformat{chapter}{第 #1 章} - \labelformat{chapter}{第\thechapter 章} + \labelformat{chapter}{第 \thechapter 章} \AtEndPreamble{\usepackage{cleveref}} \end{ctexexam} \end{commands} diff --git a/macros/latex/contrib/secnum/README.md b/macros/latex/contrib/secnum/README.md index 48a2b3117d..6ed0aee990 100644 --- a/macros/latex/contrib/secnum/README.md +++ b/macros/latex/contrib/secnum/README.md @@ -5,7 +5,7 @@ This package provides a macro `\setsecnum` to format section numbering intuitive ## Usage -One can simply use `\setsecnum{A,1.i}` to set the section numbering +One can simply use `\setsecnum{A,:1.i}` to set the section numbering format as `Alph` for the sections, `arabic` for the subsections and `arabic.roman` for the subsubsections and the `secnumdepth` and `tocdepth` will be 3. @@ -14,7 +14,8 @@ If one want to set the tocdepth manually, there is an option `tocdep` for it. One may notice that the comma `,` plays a special role in the numbering format: -for deep levels, the numbering before the comma are hided. +the shallower section levels will not be shown in titles of deeper levels, +but it will appear in reference labels. ## Installation diff --git a/macros/latex/contrib/secnum/secnum.dtx b/macros/latex/contrib/secnum/secnum.dtx index b8309f8c4d..d662c84398 100644 --- a/macros/latex/contrib/secnum/secnum.dtx +++ b/macros/latex/contrib/secnum/secnum.dtx @@ -33,7 +33,7 @@ This package provides a macro `\setsecnum` to format section numbering intuitive ## Usage -One can simply use `\setsecnum{A,1.i}` to set the section numbering +One can simply use `\setsecnum{A,:1.i}` to set the section numbering format as `Alph` for the sections, `arabic` for the subsections and `arabic.roman` for the subsubsections and the `secnumdepth` and `tocdepth` will be 3. @@ -42,7 +42,8 @@ If one want to set the tocdepth manually, there is an option `tocdep` for it. One may notice that the comma `,` plays a special role in the numbering format: -for deep levels, the numbering before the comma are hided. +the shallower section levels will not be shown in titles of deeper levels, +but it will appear in reference labels. ## Installation @@ -144,7 +145,7 @@ The Current Maintainer of this work is \usepackage{booktabs} \usepackage{xcolor} \usepackage[tocdep=2]{secnum} -\setsecnum{A,1.i} +\setsecnum{A,:1.i} \ExplSyntaxOn \cs_set_eq:NN \__codedoc_macro_end_style:n \use_none:n \ExplSyntaxOff @@ -181,7 +182,7 @@ The Current Maintainer of this work is % This document uses the following setting of section numbering format. % \begin{verbatim} % \usepackage[tocdep=2]{secnum} -% \setsecnum{A,1.i} +% \setsecnum{A,:1.i} % \end{verbatim} % % \section{Usage} @@ -200,7 +201,7 @@ The Current Maintainer of this work is % % A typical \meta{num format} is like this: % \begin{center} -% \verb|A,1.i| +% \verb|A,:1.i| % \end{center} % It consists of some syntax abbrs of numbering formats, % reffering the follows, @@ -215,7 +216,7 @@ The Current Maintainer of this work is % \end{center} % and some separators delimiting them. % -% The separators can be any character except above abbrs, +% A separator can contain any character except above abbrs, % the tokens ``\verb|{|'', ``\verb|}|'' and ``\verb|#|'' % (more precisely, explicit character tokens with category code % 1 (begin-group) or 2 (end-group), and tokens with category code 6) and the space ``\verb*| |''. @@ -229,13 +230,16 @@ The Current Maintainer of this work is % \end{function} % % \subsection{Breaking the numbering} -% The comma ``\verb|,|'' in above example is used as the breaking mark: -% for deep levels (in our case, deeper than sections), -% the numbering before ``\verb|,|'' will be hided. -% -% Note that the breaking mark must immediately follows an abbr. -% -% \subsection{Package options} +% The comma ``\verb|,|'' in above example is used as the breaking mark. +% When a separator contains a comma +% (in our example, \verb|,:| between \verb|A| and \verb|1|), +% the shallower section levels (in our example, \cs{thesection}) +% will not be shown in titles of deeper levels +% (in our example, \cs{thesubsection} and \cs{thesubsubsection}). +% However, the numbering will appear in the reference labels with the given separator removing the comma. +% For instance, the next subsection is refered as \ref{Options}. +% +% \subsection{Package options}\label{Options} % \subsubsection{tocdep} % There is an option setting \opt{tocdepth}, the table-of-contents depth manually. % \begin{function}{ tocdep } @@ -270,14 +274,15 @@ The Current Maintainer of this work is % The process of the macro \cs{setsecnum} can be % explained as follows. % \begin{enumerate}[label=Step \arabic*.] -% \item The main function eats the input, saying \opt{A,1.i}, +% \item The main function eats the input, saying \opt{A,:1.i}, % and stores it in a token list. % \item Replace abbrs by macros. % In our example, it results -% ``\cs{Alph}\opt{,}\cs{arabic}\opt{.}\cs{roman}'' +% ``\cs{Alph}\opt{,:}\cs{arabic}\opt{.}\cs{roman}'' % \item Split this token list into a sequence by macros. % In our example, it results ``\cs{Alph}'', -% ``\opt{,}\cs{arabic}'' and ``\opt{.}\cs{roman}''. +% ``\opt{,:}'', ``\cs{arabic}'', ``\opt{.}'', +% and ``\cs{roman}''. % \item Store those codes in indivial containers. % \item Detect if there is \cs{thechapter}. % Skip the chapter level if not. @@ -293,6 +298,10 @@ The Current Maintainer of this work is % \renewcommand*{\thesection}{\Alph{section}} % \renewcommand*{\thesubsection}{\arabic{subsection}} % \renewcommand*{\thesubsubsection}{thesubsection.\roman{subsubsection}} +% \makeatletter +% \renewcommand*{\p@subsection}{\Alph{section}:} +% \renewcommand*{\p@subsubsection}{\Alph{section}:} +% \makeatother % \end{verbatim} % % \end{documentation} @@ -313,102 +322,105 @@ The Current Maintainer of this work is %<*package> %<@@=syu> \NeedsTeXFormat{LaTeX2e} -\RequirePackage{expl3} -\ProvidesExplPackage{secnum}{2021/08/28}{} +\RequirePackage{expl3,xparse,l3keys2e} +\ProvidesExplPackage{secnum}{2022/01/30}{} { An intuitive way to format section numbering } -\RequirePackage{xparse,l3keys2e} % \end{macrocode} % -% \begin{variable}{ \l__syu_secnum_tl, \l__syu_secnum_seq } -% The variables are used to store the formatting information. -% \begin{macrocode} -\tl_new:N \l__syu_secnum_tl -\seq_new:N \l__syu_secnum_seq -\int_new:N \l__syu_secnum_depth -% \end{macrocode} -% \end{variable} -% -% \begin{variable}{ -% \g__syu_chapter_tl, -% \g__syu_section_tl, -% \g__syu_subsection_tl, -% \g__syu_subsubsection_tl, -% \g__syu_paragraph_tl, -% \g__syu_subparagraph_tl -% } -% The following variables are used to store -% the individal formatting codes. +% \begin{variable}{ \g__syu_secnum_depth } +% This \meta{integer} counts the depth of section levels. % \begin{macrocode} -\tl_new:N \g__syu_chapter_tl -\tl_new:N \g__syu_section_tl -\tl_new:N \g__syu_subsection_tl -\tl_new:N \g__syu_subsubsection_tl -\tl_new:N \g__syu_paragraph_tl -\tl_new:N \g__syu_subparagraph_tl +\int_new:N \g__syu_secnum_depth % \end{macrocode} % \end{variable} % -% \begin{variable}{ \g__syu_if_thechapter_int } +% \begin{variable}{ \g__syu_ifchapter_int } % This \meta{integer} encodes if \cs{thechapter} is defined. % \begin{macrocode} -\int_new:N \g__syu_if_thechapter_int +\int_new:N \g__syu_ifchapter_int % \end{macrocode} % If \cs{thechapter} is defined, it is $1$. % \begin{macrocode} \if_cs_exist:N \thechapter - \int_gset:Nn \g__syu_if_thechapter_int 1 + \int_gset:Nn \g__syu_ifchapter_int 1 % \end{macrocode} % Otherwise, it is $0$. % \begin{macrocode} \else: - \int_gset:Nn \g__syu_if_thechapter_int 0 + \int_gset:Nn \g__syu_ifchapter_int 0 \fi: % \end{macrocode} % \end{variable} % -% \begin{variable}{ \l__syu_secnum_bkm } +% \begin{variable}{ \g__syu_secnum_bkm } % This variable is used to store the breaking mark. % \begin{macrocode} -\tl_new:N \g__syu_secnum_bkmr \tl_gset:Nx \g__syu_secnum_bkmr {,} % \end{macrocode} -% Note that one needs the following variants +% We need the following variants % \begin{macrocode} \cs_generate_variant:Nn \tl_if_in:NnTF { NV } \cs_generate_variant:Nn \tl_remove_all:Nn { NV } % \end{macrocode} % \end{variable} % +% \begin{variable}{ +% \g__syu_chapter_tl, +% \g__syu_chapter_section_tl, +% \g__syu_section_tl, +% \g__syu_section_subsection_tl, +% \g__syu_subsection_tl, +% \g__syu_subsection_subsubsection_tl, +% \g__syu_subsubsection_tl, +% \g__syu_subsubsection_paragraph_tl, +% \g__syu_paragraph_tl, +% \g__syu_paragraph_subparagraph_tl, +% \g__syu_subparagraph_tl +% } +% The following variables are used to store +% the individal formatting codes. +% \begin{macrocode} +\tl_new:N \g__syu_chapter_tl +\tl_new:N \g__syu_chapter_section_tl +\tl_new:N \g__syu_section_tl +\tl_new:N \g__syu_section_subsection_tl +\tl_new:N \g__syu_subsection_tl +\tl_new:N \g__syu_subsection_subsubsection_tl +\tl_new:N \g__syu_subsubsection_tl +\tl_new:N \g__syu_subsubsection_paragraph_tl +\tl_new:N \g__syu_paragraph_tl +\tl_new:N \g__syu_paragraph_subparagraph_tl +\tl_new:N \g__syu_subparagraph_tl +% \end{macrocode} +% \end{variable} +% % \changes{2020/01/12}{2020/01/12}{Add package option to set \opt{tocdepth}.} % \subsection{Package option} % \begin{macrocode} -\keys_define:nn { syu / options } - { +\keys_define:nn { syu / options }{ % \end{macrocode} % % \begin{macro}{ tocdep } % Set the table-of-contents depth. % \begin{macrocode} - tocdep .code:n = - { - \int_const:Nn \g__syu_tocdep {#1} - \setcounter{tocdepth}{ \g__syu_tocdep } - }, + tocdep .code:n = { + \int_const:Nn \g__syu_tocdep {#1} + \setcounter{tocdepth}{ \g__syu_tocdep } + }, % \end{macrocode} % \end{macro} % % \begin{macro}{ breaking } % Set the breaking mark used in \meta{num format}. % \begin{macrocode} - breaking .code:n = - { - \tl_gset:Nx \g__syu_secnum_bkmr {#1} - }, + breaking .code:n = { + \tl_gset:Nx \g__syu_secnum_bkmr {#1} + }, % \end{macrocode} % \end{macro} % % \begin{macrocode} - } +} % \end{macrocode} % % Passing keys to options. @@ -420,57 +432,43 @@ The Current Maintainer of this work is % \begin{macro}{\setsecnum} % Here is the definition of the main function \cs{setsecnum}. % \begin{macrocode} -\DeclareDocumentCommand{\setsecnum}{m} - { +\DeclareDocumentCommand{\setsecnum}{m}{ % \end{macrocode} % Store the input in. % \begin{macrocode} - \tl_set:Nn \l__syu_secnum_tl {#1} + \tl_set:Nn \l__syu_secnum_tl {#1} % \end{macrocode} % Replace syntax abbrs by corresponding macros. % \begin{macrocode} - \__syu_secnum_unabbr:N \l__syu_secnum_tl + \__syu_secnum_unabbr:N \l__syu_secnum_tl % \end{macrocode} % Split into a sequence by macros. % \begin{macrocode} - \__syu_split_by_macros:NN \l__syu_secnum_tl \l__syu_secnum_seq + \__syu_split_by_macros:NNN + \l__syu_secnum_tl \l__syu_secnum_seq \g__syu_secnum_depth % \end{macrocode} % Read formatting information. % \begin{macrocode} - \__syu_secnum_from_seq:N \l__syu_secnum_seq + \__syu_secnum_from_seq:N \l__syu_secnum_seq % \end{macrocode} % Set the \opt{secnumdepth} and \opt{tocdepth}. % \changes{2020/01/12}{2020/01/12}{Add codes to set \opt{tocdepth}.} % \begin{macrocode} - \int_set:Nn \l__syu_secnum_depth - { - \seq_count:N \l__syu_secnum_seq - } - \setcounter{secnumdepth} - { - \int_eval:n - { - \l__syu_secnum_depth - \g__syu_if_thechapter_int - } - } - \int_if_exist:NTF \g__syu_tocdep - { - \setcounter{tocdepth}{ \g__syu_tocdep } - } - { - \setcounter{tocdepth} - { - \int_eval:n - { - \l__syu_secnum_depth - \g__syu_if_thechapter_int - } - } - } + \setcounter{secnumdepth}{ + \int_eval:n { \g__syu_secnum_depth - \g__syu_ifchapter_int } + } + \int_if_exist:NTF \g__syu_tocdep { + \setcounter{tocdepth}{ \g__syu_tocdep } + }{ + \setcounter{tocdepth}{ + \int_eval:n { \g__syu_secnum_depth - \g__syu_ifchapter_int } + } + } % \end{macrocode} % Format numberings. % \begin{macrocode} - \__syu_secnum: - } + \__syu_secnum: +} % \end{macrocode} % \end{macro} % @@ -479,36 +477,39 @@ The Current Maintainer of this work is % This function replace the abbrs in a \meta{tl var} % by expansions. % \begin{macrocode} -\cs_new_protected:Npn \__syu_secnum_unabbr:N #1 - { - \regex_replace_all:nnN {A} {\c{Alph}} #1 - \regex_replace_all:nnN {a} {\c{alph}} #1 - \regex_replace_all:nnN {I} {\c{Roman}} #1 - \regex_replace_all:nnN {i} {\c{roman}} #1 - \regex_replace_all:nnN {1} {\c{arabic}} #1 - } +\cs_new_protected:Npn \__syu_secnum_unabbr:N #1 { + \regex_replace_all:nnN {A} {\c{Alph}} #1 + \regex_replace_all:nnN {a} {\c{alph}} #1 + \regex_replace_all:nnN {I} {\c{Roman}} #1 + \regex_replace_all:nnN {i} {\c{roman}} #1 + \regex_replace_all:nnN {1} {\c{arabic}} #1 +} % \end{macrocode} % \end{variable} % % \subsection{Split to sequence} -% \begin{variable}{ \__syu_split_by_macros:NN } -% This function split a \meta{tl var} into a \meta{sequence} -% by macros. -% \begin{macrocode} -\cs_new_protected:Npn \__syu_split_by_macros:NN #1 #2 - { - \tl_clear:N \l_tmpa_tl - \seq_clear:N #2 - \tl_map_inline:Nn #1 - { - \tl_put_right:Nn \l_tmpa_tl ##1 - \__syu_if_macro:nT ##1 - { - \seq_put_right:NV #2 \l_tmpa_tl - \tl_clear:N \l_tmpa_tl - } - } +% \changes{2022/01/29}{2022/01/29}{Rewrite the split functions.} +% \begin{variable}{ \__syu_split_by_macros:NNN } +% This function splits a \meta{tl var} into a \meta{sequence} +% by macros and provides the number of macros it contains. +% \begin{macrocode} +\cs_new_protected:Npn \__syu_split_by_macros:NNN #1 #2 #3 { + \tl_set:Nn \l_tmpa_tl {S} + \seq_clear:N #2 + \int_set:Nn #3 {0} + \tl_map_inline:Nn #1 { + \__syu_if_macro:nTF ##1 { + \seq_put_right:NV #2 \l_tmpa_tl + \tl_clear:N \l_tmpa_tl + \tl_put_right:Nn \l_tmpa_tl ##1 + \seq_put_right:NV #2 \l_tmpa_tl + \tl_clear:N \l_tmpa_tl + \int_incr:N #3 + }{ + \tl_put_right:Nn \l_tmpa_tl ##1 + } } +} % \end{macrocode} % \end{variable} % But how to see if an \meta{item} in the token list is a macro? @@ -529,192 +530,297 @@ The Current Maintainer of this work is % Then, define a conditional testing if the input is a macro. % Note that I use \cs{if_meaning} rather than \cs{tl_if_eq:NNTF}. % \begin{macrocode} -\prg_new_protected_conditional:Npnn \__syu_if_macro:n #1 { T , F , TF } - { - \group_begin: - \tl_set:Nx \l_tmpa_tl {\meaning #1} - \tl_set:Nx \l_tmpa_tl {\tl_range:Nnn \l_tmpa_tl {1} {5}} +\prg_new_protected_conditional:Npnn \__syu_if_macro:n #1 { T , F , TF }{ + \group_begin: + \tl_set:Nx \l_tmpa_tl {\meaning #1} + \tl_set:Nx \l_tmpa_tl {\tl_range:Nnn \l_tmpa_tl {1} {5}} % \end{macrocode} % This is a trick to keep \cs{l_tmpa_tl} in the current local group % \begin{macrocode} - \exp_after:wN - \group_end: + \exp_after:wN + \group_end: % \end{macrocode} % while throwing the comparison result out. % \begin{macrocode} - \if_meaning:w \l_tmpa_tl \g__syu_macro_tl - \prg_return_true: - \else: - \prg_return_false: - \fi: - } + \if_meaning:w \l_tmpa_tl \g__syu_macro_tl + \prg_return_true: + \else: + \prg_return_false: + \fi: +} % \end{macrocode} % \end{variable} % % \subsection{Read formatting info} +% \changes{2022/01/29}{2022/01/29}{Write them separately.} % \begin{variable}{ \__syu_secnum_from_seq:N } % Read the formatting info from given \meta{sequence}. % \begin{macrocode} -\cs_new_protected:Npn \__syu_secnum_from_seq:N #1 - { +\cs_new_protected:Npn \__syu_secnum_from_seq:N #1 { % \end{macrocode} % Use \cs{tl_gset:Nx} since: 1, these data are global and % 2: I need them eating the fully expanded results. % \begin{macrocode} - \tl_gset:Nx \g__syu_chapter_tl - { \seq_item:Nn #1 { \g__syu_if_thechapter_int } } - \tl_gset:Nx \g__syu_section_tl - { \seq_item:Nn #1 { 1 + \g__syu_if_thechapter_int } } + \int_if_odd:nTF \g__syu_ifchapter_int { + \tl_gset:Nx \g__syu_chapter_tl + { \seq_item:Nn #1 { 2 } } + \tl_gset:Nx \g__syu_chapter_section_tl + { \seq_item:Nn #1 { 3 } } + \tl_gset:Nx \g__syu_section_tl + { \seq_item:Nn #1 { 4 } } + \tl_gset:Nx \g__syu_section_subsection_tl + { \seq_item:Nn #1 { 5 } } + \tl_gset:Nx \g__syu_subsection_tl + { \seq_item:Nn #1 { 6 } } + \tl_gset:Nx \g__syu_subsection_subsubsection_tl + { \seq_item:Nn #1 { 7 } } + \tl_gset:Nx \g__syu_subsubsection_tl + { \seq_item:Nn #1 { 8 } } + \tl_gset:Nx \g__syu_subsubsection_paragraph_tl + { \seq_item:Nn #1 { 9 } } + \tl_gset:Nx \g__syu_paragraph_tl + { \seq_item:Nn #1 { 10 } } + \tl_gset:Nx \g__syu_paragraph_subparagrah_tl + { \seq_item:Nn #1 { 11 } } + \tl_gset:Nx \g__syu_subparagraph_tl + { \seq_item:Nn #1 { 12 } } + }{ + \tl_gset:Nx \g__syu_section_tl + { \seq_item:Nn #1 { 2 } } + \tl_gset:Nx \g__syu_section_subsection_tl + { \seq_item:Nn #1 { 3 } } \tl_gset:Nx \g__syu_subsection_tl - { \seq_item:Nn #1 { 2 + \g__syu_if_thechapter_int } } + { \seq_item:Nn #1 { 4 } } + \tl_gset:Nx \g__syu_subsection_subsubsection_tl + { \seq_item:Nn #1 { 5 } } \tl_gset:Nx \g__syu_subsubsection_tl - { \seq_item:Nn #1 { 3 + \g__syu_if_thechapter_int } } + { \seq_item:Nn #1 { 6 } } + \tl_gset:Nx \g__syu_subsubsection_paragraph_tl + { \seq_item:Nn #1 { 7 } } \tl_gset:Nx \g__syu_paragraph_tl - { \seq_item:Nn #1 { 4 + \g__syu_if_thechapter_int } } + { \seq_item:Nn #1 { 8 } } + \tl_gset:Nx \g__syu_paragraph_subparagrah_tl + { \seq_item:Nn #1 { 9 } } \tl_gset:Nx \g__syu_subparagraph_tl - { \seq_item:Nn #1 { 5 + \g__syu_if_thechapter_int } } + { \seq_item:Nn #1 { 10 } } } +} % \end{macrocode} % \end{variable} % % \subsection{Formatting} +% \changes{2022/01/29}{2022/01/29}{The whole function \cs{__syu_secnum:} is rewritten.} % \begin{variable}{ \__syu_secnum: } % Formatting section numbering. % \begin{macrocode} -\cs_new:Nn \__syu_secnum: - { +\cs_new:Nn \__syu_secnum: { % \end{macrocode} % \subsubsection{Detect if there is \cs{thechapter}}\noindent % When \cs{thechapter} is defined, start from it. % \begin{macrocode} - \if_cs_exist:N \thechapter - \renewcommand*{\thechapter} - { \g__syu_chapter_tl {chapter} } + \if_cs_exist:N \thechapter + \renewcommand*{\thechapter}{ \g__syu_chapter_tl {chapter} } % \end{macrocode} % Test if the numbering breaks before section. % \begin{macrocode} - \tl_if_in:NVTF \g__syu_section_tl \g__syu_secnum_bkmr - { - \tl_remove_all:NV \g__syu_section_tl \g__syu_secnum_bkmr - \renewcommand*{\thesection} - { \g__syu_section_tl {section} } - } - { - \renewcommand*{\thesection} - { - \thechapter - \g__syu_section_tl {section} - } + \tl_if_in:NVTF \g__syu_chapter_section_tl \g__syu_secnum_bkmr { +% \end{macrocode} +% Remove the breaking marker. +% \begin{macrocode} + \tl_remove_all:NV + \g__syu_chapter_section_tl \g__syu_secnum_bkmr +% \end{macrocode} +% Format \cs{thesection}. +% \begin{macrocode} + \renewcommand*{\thesection}{ \g__syu_section_tl {section} } +% \end{macrocode} +% Restore the \cs{p@}s. +% \begin{macrocode} + \makeatletter + \renewcommand*{\p@section}{ + \thechapter\g__syu_chapter_section_tl + } + \renewcommand*{\p@subsection}{ \p@section} + \renewcommand*{\p@subsubsection}{ \p@section } + \renewcommand*{\p@paragraph}{ \p@section} + \renewcommand*{\p@subparagraph}{ \p@section } + \makeatother + }{ +% \end{macrocode} +% Format \cs{thesection}. +% \begin{macrocode} + \renewcommand*{\thesection}{ + \thechapter\g__syu_chapter_section_tl + \g__syu_section_tl {section} } + } % \end{macrocode} % Otherwise start from \cs{thesection}. % \begin{macrocode} - \else: - \renewcommand*{\thesection} - { \g__syu_section_tl {section} } - \fi: + \else: + \renewcommand*{\thesection}{ \g__syu_section_tl {section} } + \fi: % \end{macrocode} % -% \changes{2021/08/28}{2021/08/28}{The usage of breaking commas} +% \changes{2021/08/28}{2021/08/28}{The usage of breaking commas.} % \subsubsection{Subsections}\noindent % Test if the subsections are needed to be numbered. % \begin{macrocode} - \tl_if_empty:NTF \g__syu_subsection_tl - {} - { + \tl_if_empty:NF \g__syu_subsection_tl { % \end{macrocode} % Test if the numbering breaks before subsection. % \begin{macrocode} - \tl_if_in:NVTF \g__syu_subsection_tl \g__syu_secnum_bkmr - { - \tl_remove_all:NV \g__syu_subsection_tl \g__syu_secnum_bkmr - \renewcommand*{\thesubsection} - { \g__syu_subsection_tl {subsection} } - } - { - \renewcommand*{\thesubsection} - { - \thesection - \g__syu_subsection_tl {subsection} - } - } + \tl_if_in:NVTF \g__syu_section_subsection_tl \g__syu_secnum_bkmr { +% \end{macrocode} +% Remove the breaking marker. +% \begin{macrocode} + \tl_remove_all:NV + \g__syu_section_subsection_tl \g__syu_secnum_bkmr +% \end{macrocode} +% Format \cs{thesubsection}. +% \begin{macrocode} + \renewcommand*{\thesubsection}{ \g__syu_subsection_tl {subsection} } +% \end{macrocode} +% Restore the \cs{p@}s. +% \begin{macrocode} + \makeatletter + \renewcommand*{\p@subsection}{ + \p@section\g__syu_section_tl{section} + \g__syu_section_subsection_tl + } + \renewcommand*{\p@subsubsection}{ \p@subsection } + \renewcommand*{\p@paragraph}{ \p@subsection} + \renewcommand*{\p@subparagraph}{ \p@subsection } + \makeatother + }{ +% \end{macrocode} +% Format \cs{thesubsection}. +% \begin{macrocode} + \renewcommand*{\thesubsection}{ + \thesection\g__syu_section_subsection_tl + \g__syu_subsection_tl {subsection} } + } + } % \end{macrocode} % % \subsubsection{Subsubsections}\noindent % Test if the subsubsections are needed to be numbered. % \begin{macrocode} - \tl_if_empty:NTF \g__syu_subsubsection_tl - {} - { + \tl_if_empty:NF \g__syu_subsubsection_tl { % \end{macrocode} % Test if the numbering breaks before subsubsection. % \begin{macrocode} - \tl_if_in:NVTF \g__syu_subsubsection_tl \g__syu_secnum_bkmr - { - \tl_remove_all:NV \g__syu_subsubsection_tl \g__syu_secnum_bkmr - \renewcommand*{\thesubsubsection} - { \g__syu_subsubsection_tl {subsubsection} } - } - { - \renewcommand*{\thesubsubsection} - { - \thesubsection - \g__syu_subsubsection_tl {subsubsection} - } - } + \tl_if_in:NVTF \g__syu_subsection_subsubsection_tl \g__syu_secnum_bkmr { +% \end{macrocode} +% Remove the breaking marker. +% \begin{macrocode} + \tl_remove_all:NV + \g__syu_subsection_subsubsection_tl \g__syu_secnum_bkmr +% \end{macrocode} +% Format \cs{thesubsubsection}. +% \begin{macrocode} + \renewcommand*{\thesubsubsection} + { \g__syu_subsubsection_tl {subsubsection} } +% \end{macrocode} +% Restore the \cs{p@}s. +% \begin{macrocode} + \makeatletter + \renewcommand*{\p@subsubsection}{ + \p@subsection\g__syu_subsection_tl {subsection} + \g__syu_subsection_subsubsection_tl + } + \renewcommand*{\p@paragraph}{ \p@subsubsection} + \renewcommand*{\p@subparagraph}{ \p@subsubsection } + \makeatother + }{ +% \end{macrocode} +% Format \cs{thesubsubsection}. +% \begin{macrocode} + \renewcommand*{\thesubsubsection}{ + \thesubsection\g__syu_subsection_subsubsection_tl + \g__syu_subsubsection_tl {subsubsection} } + } + } % \end{macrocode} % % \subsubsection{Paragraphs}\noindent % Test if the paragraphs are needed to be numbered. % \begin{macrocode} - \tl_if_empty:NTF \g__syu_paragraph_tl - {} - { + \tl_if_empty:NF \g__syu_paragraph_tl { % \end{macrocode} % Test if the numbering breaks before paragraph. % \begin{macrocode} - \tl_if_in:NVTF \g__syu_paragraph_tl \g__syu_secnum_bkmr - { - \tl_remove_all:NV \g__syu_paragraph_tl \g__syu_secnum_bkmr - \renewcommand*{\theparagraph} - { \g__syu_paragraph_tl {paragraph} } - } - { - \renewcommand*{\theparagraph} - { - \thesubsubsection - \g__syu_paragraph_tl {paragraph} - } - } + \tl_if_in:NVTF \g__syu_subsubsection_paragraph_tl \g__syu_secnum_bkmr { +% \end{macrocode} +% Remove the breaking marker. +% \begin{macrocode} + \tl_remove_all:NV + \g__syu_subsubsection_paragraph_tl \g__syu_secnum_bkmr +% \end{macrocode} +% Format \cs{theparagraph}. +% \begin{macrocode} + \renewcommand*{\theparagraph}{ \g__syu_paragraph_tl {paragraph} } +% \end{macrocode} +% Restore the \cs{p@}s. +% \begin{macrocode} + \makeatletter + \renewcommand*{\p@paragraph}{ + \p@subsubsection\g__syu_subsubsection_tl {subsubsection} + \g__syu_subsubsection_paragraph_tl + } + \renewcommand*{\p@subparagraph}{ \p@paragraph } + \makeatother + }{ +% \end{macrocode} +% Format \cs{theparagraph}. +% \begin{macrocode} + \renewcommand*{\theparagraph}{ + \thesubsubsection\g__syu_subsubsection_paragraph_tl + \g__syu_paragraph_tl {paragraph} } + } + } % \end{macrocode} % % \subsubsection{Subparagraphs}\noindent % Test if the subparagraphs are needed to be numbered. % \begin{macrocode} - \tl_if_empty:NTF \g__syu_subparagraph_tl - {} - { + \tl_if_empty:NF \g__syu_subparagraph_tl { % \end{macrocode} % Test if the numbering breaks before paragraph. % \begin{macrocode} - \tl_if_in:NVTF \g__syu_subparagraph_tl \g__syu_secnum_bkmr - { - \tl_remove_all:NV \g__syu_subparagraph_tl \g__syu_secnum_bkmr - \renewcommand*{\thesubparagraph} - { \g__syu_subparagraph_tl {subparagraph} } - } - { - \renewcommand*{\thesubparagraph} - { - \theparagraph - \g__syu_subparagraph_tl {subparagraph} - } - } + \tl_if_in:NVTF \g__syu_paragraph_subparagrah_tl \g__syu_secnum_bkmr { +% \end{macrocode} +% Remove the breaking marker. +% \begin{macrocode} + \tl_remove_all:NV + \g__syu_paragraph_subparagrah_tl \g__syu_secnum_bkmr +% \end{macrocode} +% Format \cs{thesubparagraph}. +% \begin{macrocode} + \renewcommand*{\thesubparagraph}{ \g__syu_subparagraph_tl {subparagraph} } +% \end{macrocode} +% Restore the \cs{p@}s. +% \begin{macrocode} + \makeatletter + \renewcommand*{\p@subparagraph}{ + \p@paragraph\g__syu_paragraph_tl {paragraph} + \g__syu_paragraph_subparagrah_tl + } + \makeatother + }{ +% \end{macrocode} +% Format \cs{thesubparagraph}. +% \begin{macrocode} + \renewcommand*{\thesubparagraph}{ + \theparagraph\g__syu_paragraph_subparagrah_tl + \g__syu_subparagraph_tl {subparagraph} } - } + } + } +} % \end{macrocode} % \end{variable} % @@ -727,4 +833,4 @@ The Current Maintainer of this work is % \changes{2020/01/01}{2020/01/01}{Correct the package name.} % % \Finale -\endinput +\endinput \ No newline at end of file diff --git a/macros/latex/contrib/secnum/secnum.pdf b/macros/latex/contrib/secnum/secnum.pdf index de3f9929b9..10f05426e0 100644 Binary files a/macros/latex/contrib/secnum/secnum.pdf and b/macros/latex/contrib/secnum/secnum.pdf differ -- cgit v1.2.3