summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/postnotes/postnotes-doc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/postnotes/postnotes-doc.tex')
-rw-r--r--macros/latex/contrib/postnotes/postnotes-doc.tex19
1 files changed, 14 insertions, 5 deletions
diff --git a/macros/latex/contrib/postnotes/postnotes-doc.tex b/macros/latex/contrib/postnotes/postnotes-doc.tex
index 4848fa7cb2..805b72d69e 100644
--- a/macros/latex/contrib/postnotes/postnotes-doc.tex
+++ b/macros/latex/contrib/postnotes/postnotes-doc.tex
@@ -293,7 +293,7 @@ For more details and some examples, see \zcref{sec:notes-sections}. Its
\cs{printpostnotes}
\end{syntax}
\end{function}
-Prints the \cs{postnotes} set since the last call of \cs{printpostnotes}, or
+Prints the \cs{postnote}s set since the last call of \cs{printpostnotes}, or
since the beginning of the document. For two basic usage illustrations, see
\zcref{ex:sect:basic,ex:x:multi-print}.
@@ -416,7 +416,7 @@ default value, \opt{auto}, makes \pkg{postnotes} use \pkg{hyperref} if it is
loaded. \opt{true} does the same thing, but warns if \pkg{hyperref} is not
loaded (\pkg{hyperref} is never loaded for you). \opt{false} means not to use
\pkg{hyperref} regardless of its availability. The \opt{backlink} option
-controls whether only a link from the note to is respective text at
+controls whether only a link from the note's mark to its respective text at
\cs{printpostnotes} is created, or if a back link from the text at
\cs{printpostnotes} back to where the note's mark is placed is also made
available. It is a boolean option, defaults to \texttt{true}, and is only
@@ -632,7 +632,7 @@ among mostly numbered chapters, an ocasional unnumbered one?\footnote{The
example here counts on the lucky circumstance of having only a single
initial unnumbered section. But, in general, if that's not the case,
\cs{counterwithin*} is insufficient and the resetting of the
- \texttt{postnote} counter at unnumbered sections most be handled somehow
+ \texttt{postnote} counter at unnumbered sections must be handled somehow
else.} \cs{pnthechapternextnote} wouldn't possibly work in this case.
Since immediately successive calls to \cs{postnotesection} override the
previous ones, it is straightforward to just manually adjust the exception:
@@ -822,7 +822,7 @@ these variables to build a rule in the form: ``if the page of the first and
last notes are equal, write a singular form and just one value but, if they
are different, write a plural form and a range of both values''.
\cs{pnhdchapfirst}, \cs{pnhdchaplast}, \cs{pnhdsectfirst}, and
-\cs{pnhdsectfirst} provide the same for \cs{thechapter} and \cs{thesection}.
+\cs{pnhdsectlast} provide the same for \cs{thechapter} and \cs{thesection}.
\cs{pnhdnamefirst} and \cs{pnhdnamelast} contain the name of the notes
section, the one given with the \opt{name} option of \cs{postnotesection} (and
are empty in case no \opt{name} was provided).
@@ -1078,15 +1078,23 @@ provided by (in chronological order):
% 2022-04-09: https://github.com/latex3/hyperref/issues/229
% 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)
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)
Moritz Wemheuer,
% 2022-04-05: https://tex.stackexchange.com/q/597359#comment1594585_597389
- and Joseph Wright.
+ 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)
+ \username{SwitWu},
+ % 2023-11-29: https://github.com/gusbrs/postnotes/pull/4
+ % 2023-11-30: https://github.com/gusbrs/postnotes/pull/5
+ and Jonathan P. Spratte (\username{Skillmon}).
+ % 2023-12-12: https://chat.stackexchange.com/transcript/message/64848034#64848034 (and discussion)
The package's language support have been provided or improved thanks to:
\username{Pika78} (French)
@@ -1110,4 +1118,5 @@ upon release so, most likely, \texttt{texdoc postnotes/changelog} should
provide easy local access to it. An archive of historical versions of the
package is also kept at \url{https://github.com/gusbrs/postnotes/releases}.
+
\end{document}