Hi all, I have two questions/problems about footnotes. Here is a minimal example, which does not compile in this form: \unexpanded\def\MyRule{\blackrule[width=\textwidth,height=3pt]} \setupfootnotes[rule=\MyRule] \starttext Test1: \index{Adam}Adam.\footnote{Test2: \index{Eve}Eve.} \page \placeregister [index] \stoptext (1) In my current project, the publisher wants the rule separating text and notes to extend across the entire text width. I found the \blackrule command and its use in the setup on the mailing list, many years ago, proposed by Steffen Wolfrum, but it doesn't work (anymore?); I get "tex error on line 3 in file /tmp/test.tex: ! Missing \endcsname inserted." Any hints? (2) Again, something that has been asked on the mailing list, but not received any replies: would it be possible to have the index report that "Eve" occurs inside a footnote? So it says "Eve 1 n. 1" or something like that? Thanks a lot, and all best Thomas
On 5/27/2019 8:45 AM, Thomas A. Schmitz wrote:
\unexpanded\def\MyRule{\blackrule[width=\textwidth,height=3pt]} \setupfootnotes[rule=\MyRule]
\starttext Test1: \index{Adam}Adam.\footnote{Test2: \index{Eve}Eve.} \page \placeregister [index] \stoptext
\setupnote [footnote] [rule=command, rulecommand=\MyRule] -- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
On 5/27/2019 8:45 AM, Thomas A. Schmitz wrote:
Hi all,
(2) Again, something that has been asked on the mailing list, but not received any replies: would it be possible to have the index report that "Eve" occurs inside a footnote? So it says "Eve 1 n. 1" or something like that? \starttext
Test1: \index{Adam}Adam. \footnote{Test2: \index{Eve}Eve.} \footnote[note:abel]{Test3: \index[Abel]{Abel in \in{note}[note:abel]}Abel.} \page \placeregister [index] \stoptext ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
On 05/27/2019 09:35 AM, Hans Hagen wrote:
Test1: \index{Adam}Adam. \footnote{Test2: \index{Eve}Eve.} \footnote[note:abel]{Test3: \index[Abel]{Abel in \in{note}[note:abel]}Abel.}
\page
\placeregister [index] \stoptext
Ah excellent, thanks a lot, that makes everything clear! All best Thomas
participants (2)
-
Hans Hagen
-
Thomas A. Schmitz