[latexrefman-commits] r457 - in /trunk: ChangeLog latex2e.texi

jhefferon at domain.hid jhefferon at domain.hid
Sun Oct 11 21:30:36 CEST 2015


Author: jhefferon
Date: Sun Oct 11 21:30:35 2015
New Revision: 457

URL: http://svn.gna.org/viewcvs/latexrefman?rev=457&view=rev
Log:
Multiple references to a footnote

Modified:
    trunk/ChangeLog
    trunk/latex2e.texi

Modified: trunk/ChangeLog
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/ChangeLog?rev=457&r1=456&r2=457&view=diff
==============================================================================
--- trunk/ChangeLog	(original)
+++ trunk/ChangeLog	Sun Oct 11 21:30:35 2015
@@ -1,3 +1,8 @@
+
+2015-10-11  Jim Hefferon  <jhefferon at domain.hid>
+
+	* latex2e.texi (Multiple references to a footnote): Add this node.
+	Adjust related nodes.
 
 2015-10-11  Jim Hefferon  <jhefferon at domain.hid>
 

Modified: trunk/latex2e.texi
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/latex2e.texi?rev=457&r1=456&r2=457&view=diff
==============================================================================
--- trunk/latex2e.texi	(original)
+++ trunk/latex2e.texi	Sun Oct 11 21:30:35 2015
@@ -4606,6 +4606,7 @@
 * Footnotes in a table::     Table footnotes.  
 * Footnotes in section headings::     Chapter or section titles.  
 * Footnotes of footnotes::   Multiple classes of footnotes.  
+* Multiple reference to footnotes::   Referring to a footnote more than once.  
 * Footnote parameters::      Parameters for footnote formatting.
 @end menu
 
@@ -4626,10 +4627,10 @@
 @example
 There are over a thousand footnotes in Gibbon's 
 \textit at domain.hid and Fall of the Roman Empire at domain.hid
-reading an early version, David Hume complained, ``One is also plagued 
-with his Notes, according to the present Method of printing the Book'' 
-and suggested that they ``only to be printed at the Margin or 
-the Bottom of the Page.''@}
+reading an early version with endnotes David Hume complained, 
+``One is also plagued with his Notes, according to the present Method 
+of printing the Book'' and suggested that they ``only to be printed 
+at the Margin or the Bottom of the Page.''@}
 @end example
 
 The optional argument @var{number} allows you to specify the footnote
@@ -4667,26 +4668,40 @@
 
 @findex \footnotemark
 
-Synopsis:
+Synopsis, one of:
 
 @example
 \footnotemark
- at domain.hid example
-
-With no optional argument, the @code{\footnotemark} command puts the
-current footnote number in the text.  This command can be used in
-inner paragraph mode.  You give the text of the footnote separately,
-with the @code{\footnotetext} command.
-
-This command can be used to produce several consecutive footnote
-markers referring to the same footnote with
-
- at domain.hid
-\footnotemark[\value at domain.hid@}]
- at domain.hid example
-
- at domain.hid
-after the first @code{\footnote} command.
+\footnotemark[@var{number}]
+ at end example
+
+Put the current footnote number in the
+text. (See at domain.hid} for giving the text of the footnote
+separately.)  The version with the optional argument @var{number} uses
+that number. This command can be used in inner paragraph mode.
+
+This example gives the same institutional affiliation to both the first
+and third authors (@code{\thanks} is a version of @code{footnote}).
+
+ at example
+\title at domain.hid Treatise on the Binomial Theorem@}
+\author at domain.hid Moriarty\thanks at domain.hid of Leeds@} 
+  \and A C Doyle\thanks at domain.hid University@} 
+  \and S Holmes\footnotemark[1]@}
+\begin at domain.hid@}
+\maketitle
+ at end example 
+
+If you use @code{\footnotemark} without the optional argument then it
+increments the footnote counter but if you use the optional @var{number}
+then it does not. This produces several consecutive footnote markers
+referring to the same footnote.
+
+ at example
+The first theorem\footnote at domain.hid to Gauss.@} 
+and the second theorem\footnotemark[\value at domain.hid@}] 
+and the third theorem.\footnotemark[\value at domain.hid@}]
+ at end example
 
 
 @node \footnotetext
@@ -4694,17 +4709,17 @@
 
 @findex \footnotetext
 
-Synopsis:
-
- at domain.hid
+Synopsis, one of:
+
+ at example
+\footnotetext at domain.hid}@}
 \footnotetext[@var{number}]@{@var{text}@}
 @end example
 
-The @code{\footnotetext} command places @var{text} at the bottom of
-the page as a footnote.  This command can come anywhere after the
- at domain.hid} command.  The @code{\footnotetext} command must
-appear in outer paragraph mode.
-The optional argument @var{number} changes the default footnote number.
+Place @var{text} at the bottom of the page as a footnote.  This command
+can come anywhere after the @code{\footnotemark} command.  The optional
+argument @var{number} changes the displayed footnote number.  The
+ at code{\footnotetext} command must appear in outer paragraph mode.
 
 
 @node Footnotes in a table
@@ -4806,6 +4821,30 @@
 second.\footnotefrom at domain.hid noted in Wilson.\footnote at domain.hid edition only.@}@}
  ..
 @end example
+
+
+ at node Multiple reference to footnotes
+ at section Multiple references to footnotes
+
+You can refer to a single footnote more than once.  This example
+uses the package @file{cleverref}.
+
+ at c from SE user Jake http://tex.stackexchange.com/a/10116/339
+ at example
+\usepackage at domain.hid]   % this version of package or later 
+\crefformat at domain.hid@}
+  ..
+\begin at domain.hid@}
+  ..
+The theorem is from Evers.\footnote at domain.hid and Evers, 1994.@}
+The corollary is from Chance.\footnote at domain.hid and Chance, 1990.@}
+But the key lemma is from Tinker.\cref at domain.hid@}
+  ..
+ at end example
+
+This solution will work with the package @file{hyperref}.
+See at domain.hid} for a simpler solution in the common case
+of multiple authors with the same affiliation.
 
 
 @node Footnote parameters





More information about the latexrefman-commits mailing list