summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/paracol/ref.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/paracol/ref.dtx')
-rw-r--r--macros/latex/contrib/paracol/ref.dtx37
1 files changed, 24 insertions, 13 deletions
diff --git a/macros/latex/contrib/paracol/ref.dtx b/macros/latex/contrib/paracol/ref.dtx
index 4025a65d08..573e3777a1 100644
--- a/macros/latex/contrib/paracol/ref.dtx
+++ b/macros/latex/contrib/paracol/ref.dtx
@@ -1,4 +1,4 @@
-% \footnotelayout{m}
+% \footnoteplacement{m}
% \columnratio{}
% \section{Reference Manual}
% \label{sec:ref}
@@ -91,7 +91,7 @@
%
% \item
% Therefore, this \!\item! is shifted left a little bit to make
-% inter-column spece narrower.
+% inter-column space narrower.
% \end{paracol}
%
% \item
@@ -242,7 +242,7 @@
%
% \item
% In a page having one or more \sync{}ation points, stretch and shrink
-% factors of all vertical spaces, such as those surrounding sectionning
+% factors of all vertical spaces, such as those surrounding sectioning
% commands, are ignored. Therefore, even if you specify \!\flushbottom!,
% the page is typeset as if \!\raggedbottom! were specified.
%
@@ -393,7 +393,7 @@
% The command is to define the {\Uidx\colpream} \meta{pream} for the column
% \meta{col}, which is inserted at every \cswitch{} to the column. More
% specifically, the command let \!\switchcolumn! to \meta{col} act as if you
-% sepcify;
+% specify;
% 
% \begin{itemize}\item[]
% \!\switchcolumn! $\arg{pream\ for\ col}$
@@ -504,7 +504,7 @@
% \changes{v1.1}{2012/05/11}
% {Add description of \cs{columnratio}.}
% \changes{v1.3-2}{2013/09/17}
-% {Add descriptino of the optional argument of \cs{columnratio} for
+% {Add description of the optional argument of \cs{columnratio} for
% parallel-paging.}
% 
% The command defines the width of each column by the fraction $r_i$ to
@@ -582,7 +582,7 @@
% \item[\Midx{\!\setcolumnwidth!}\Arg{$s_0,s_1,\cdots,s_k$}
% {|[|$s'_0,s'_1,\cdots,s'_{k'}$|]|}]\mbox{}\par
% \changes{v1.3-2}{2013/09/17}
-% {Add descriptino of \cs{setcolumnwidth}.}
+% {Add description of \cs{setcolumnwidth}.}
% 
% The command defines the width of each column and that of each {\em gap}
% between two columns by the column/gap specification $s_i$ for the $i$-th
@@ -988,7 +988,18 @@
% ``Page-Wise Footnotes'' following new naming.}
%
% \begin{description}
-% \item[\Midx{\!\footnotelayout!}\marg{layout}]\mbox{}\par
+% \item[\Midx{\!\footnoteplacement!}\marg{layout}]\mbox{}
+% \Item[\Midx{\!\footnotelayout!}\marg{layout}\footnote{
+% While \cs{footnotelayout} is a nice name, it is recommended to use
+% \cs{footnoteplacement}, since a macro of the name \cs{footnotelayout}
+% is also used by the \textsf{footmisc} package. Hence our version of
+% \cs{footnotelayout} will not be available if \textsf{footmisc} is loaded as
+% well. Besides that, both \cs{footnotelayout} and \cs{footnoteplacement} are
+% the same. We will thus only refer to \cs{footnoteplacement} for the
+% remainder of this manual.
+% }]\mbox{}\par
+% \changes{v1.36-2}{2024/10/22}
+% {Rename \cs{footnotelayout} to \cs{footnoteplacement}.}
% The command specifies the \meta{layout}${}\in\{|c|,|p|,|m|\}$ of footnotes
% in \env{paracol} environments as follows.
% 
@@ -1031,7 +1042,7 @@
% \item
% Choosing the layout |p|age-wise or |m|erged makes \counter{footnote}
% counter global and \!\fncounteradjustment! shown below performed inside
-% \!\footnotelayout!. Choosing |c|olumn-wise let the command do the
+% \!\footnoteplacement!. Choosing |c|olumn-wise let the command do the
% operations oppositely, i.e., localizes \counter{footnote} and does
% \!\nofncounteradjustment!. Though these settings are usually appropriate
% for each footnote layout but you can override them by explicitly using
@@ -1050,13 +1061,13 @@
% are still available.}
% 
% In old versions of \Paracol, namely 1.2 and its minor revisions 1.2x,
-% footnote layout was controlled by a set of lengthy commands
+% footnote layout was controlled by a set of commands
% \Midx{\!\multicolumnfootnotes!} for |c|, \Midx{\!\singlecolumnfootnotes!}
% for |p|, and \Midx{\!\mergedfootnotes!} for |m|.
% Though they are still available and will be so forever for backward
-% compatibility, it is recommended to use \!\footnotelayout!\footnote{
+% compatibility, it is recommended to use \!\footnoteplacement!\footnote{
% 
-% Not only for type saving but also for being familiar with this command
+% Not only for the sake of it, but also for being familiar with this command
% which could have some advanced feature, for example to put gathered
% footnotes into a specific column, someday.}.
%
@@ -1093,10 +1104,10 @@
%
% \begin{itemize}
% \item
-% Though \!\footnotelayout! with |p|(age-wise) or |m|(erged) argument does
+% Though \!\footnoteplacement! with |p|(age-wise) or |m|(erged) argument does
% \!\fncounteradjustment! while that with |c|(olumn) does
% \!\nofncounteradjustment! inside of it, you can override these settings by
-% explicitly putting a counter adjustment command after \!\footnotelayout!.
+% explicitly putting a counter adjustment command after \!\footnoteplacement!.
%
% \item
% The effect of \!\fncounteradjustment! is shown in Section~\ref{sec:fnnp}.