Difference between revisions of "Command/setupfootnotes"

From Wiki
Jump to navigation Jump to search
(Create reference page)
 
m (cleanup)
Line 1: Line 1:
<!-- please remove this and the following line if you have checked this page -->
 
{{Reference_Cleanup}}
 
 
{{Reference
 
{{Reference
 
|name=setupfootnotes
 
|name=setupfootnotes
Line 103: Line 101:
  
 
== Description ==  
 
== Description ==  
== comment ==
+
 
<pre>
+
<texcode>
 
\setupfootnotes[interaction=no]
 
\setupfootnotes[interaction=no]
will switch off interaction in footnotes. This is
+
</texcode>
available in new releases only (beginning Feb. 24 2004)
+
 
</pre>
+
will switch off interaction in footnotes.
  
  
Line 114: Line 112:
 
== Example ==
 
== Example ==
  
<pre class="example">
+
<texcode>
 
\defineconversion[starred][\starredconv]
 
\defineconversion[starred][\starredconv]
 
\def\starredconv#1{\ifcase#1\or*\or**\or***\fi}
 
\def\starredconv#1{\ifcase#1\or*\or**\or***\fi}
Line 131: Line 129:
 
     and the winner of Best Czech person voting.}
 
     and the winner of Best Czech person voting.}
 
\stoptext
 
\stoptext
 +
</texcode>
  
</pre>
 
  
 +
== See also ==
 +
[[cmd:placelocalfootnotes|\placelocalfootnotes]]
  
== See also ==
 
<!-- something like [[cmd:goto|\goto]] -->
 
  
 
[[Category:Reference/en|setupfootnotes]]
 
[[Category:Reference/en|setupfootnotes]]

Revision as of 15:48, 11 April 2010

\setupfootnotes

Syntax

\setupfootnotes[...,...=...,...]
conversion numbers characters Characters romannumerals Romannumerals
way bytext bysection
location page text columns firstcolumn lastcolumn high none
rule on off
before command
after command
width dimension
height dimension
bodyfont 5pt ... 12pt small big
style normal bold slanted boldslanted type cap small... command
distance dimension
columndistance dimension
margindistance dimension
n number
numbercommand oneargument
textcommand oneargument
split tolerant strict verystrict number
textstyle normal bold slanted boldslanted type cap small... command
textcolor name
interaction yes no
factor number
[...,...=...,...] see \framed


Description

\setupfootnotes[interaction=no]

will switch off interaction in footnotes.


Example

\defineconversion[starred][\starredconv]
\def\starredconv#1{\ifcase#1\or*\or**\or***\fi}
\setupfootnotes[conversion=starred]

\starttext
  Charles IV\/\footnote{Best Czech king (14th cent.)
    and the winner of best Czech person voting.}

  \it
  Charles IV\/\footnote{Best Czech king (14th cent.)
    and the winner of Best Czech person voting.}

  \tt
  Charles IV\/\footnote{Best Czech king (14th cent.)
    and the winner of Best Czech person voting.}
\stoptext


See also

\placelocalfootnotes