diff options
Diffstat (limited to 'macros/latex/contrib/postnotes/postnotes-doc.tex')
-rw-r--r-- | macros/latex/contrib/postnotes/postnotes-doc.tex | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/macros/latex/contrib/postnotes/postnotes-doc.tex b/macros/latex/contrib/postnotes/postnotes-doc.tex index 805b72d69e..30bbcc1cba 100644 --- a/macros/latex/contrib/postnotes/postnotes-doc.tex +++ b/macros/latex/contrib/postnotes/postnotes-doc.tex @@ -385,6 +385,16 @@ maketextmark = {#2#1.#3} , At the point \opt{maketextmark} gets typeset, the \cs{pnthepage} variable contains the value of \cs{thepage} where its corresponding note was set. +\DescribeMacro{multiple} % +\DescribeMacro{multisep} % +Just as for footnotes, when two or more \cs{postnote}s are called in imediate +sequence, the marks typeset in superscript give impression of being one large +number, instead of the sequence of smaller ones they were supposed to convey. +Enabling the \opt{multiple} option makes \pkg{postnotes} typeset a separator +between marks occurring in sequence. The separator can be configured with the +\opt{multisep} option, which has a comma as initial value. \opt{multiple} is +a boolean option, and has \texttt{false} as initial value. + \DescribeOption{pretextmark} % \DescribeOption{posttextmark} % \DescribeOption{postprintnote} % @@ -1079,17 +1089,24 @@ provided by (in chronological order): % 2023-02-10: https://chat.stackexchange.com/transcript/message/62955941#62955941 (and discussion) % 2023-02-19: https://tex.stackexchange.com/q/675818#comment1678904_675818 % 2023-12-12: https://chat.stackexchange.com/transcript/message/64848034#64848034 (and discussion) + % 2024-01-28: https://chat.stackexchange.com/transcript/message/65071091#65071091 (discussion) + % 2024-10-09: https://chat.stackexchange.com/transcript/message/66415504#66415504 (discussion) + % 2024-10-10: https://chat.stackexchange.com/transcript/message/66421777#66421777 (discussion) + % 2024-10-15: https://chat.stackexchange.com/transcript/message/66444011#66444011 (discussion) David Carlisle, % 2022-03-28: https://chat.stackexchange.com/transcript/message/60754383#60754383 % 2022-04-08: https://tex.stackexchange.com/a/640035 (comments) % 2023-02-10: https://chat.stackexchange.com/transcript/message/62955941#62955941 (and discussion) % 2023-02-10: https://tex.stackexchange.com/a/674846 % 2023-12-12: https://chat.stackexchange.com/transcript/message/64848034#64848034 (and discussion) + % 2024-01-28: https://chat.stackexchange.com/transcript/message/65071091#65071091 (discussion) + % 2024-10-15: https://chat.stackexchange.com/transcript/message/66444011#66444011 (discussion) Moritz Wemheuer, % 2022-04-05: https://tex.stackexchange.com/q/597359#comment1594585_597389 Joseph Wright, % 2023-02-10: https://chat.stackexchange.com/transcript/message/62955941#62955941 (and discussion) % 2023-12-12: https://chat.stackexchange.com/transcript/message/64848034#64848034 (and discussion) + % 2024-10-15: https://chat.stackexchange.com/transcript/message/66444011#66444011 (discussion) \username{SwitWu}, % 2023-11-29: https://github.com/gusbrs/postnotes/pull/4 % 2023-11-30: https://github.com/gusbrs/postnotes/pull/5 |