Difference between revisions of "Command/setupfootnotedefinition"

From Wiki
Jump to navigation Jump to search
m (Text replace - "ConTeXt-Forum " to "Help from ConTeXt-Forum ")
 
(4 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
|attributes=
 
|attributes=
 
}}
 
}}
 +
== [[Help:Reference|Syntax]] (autogenerated) ==
 +
<syntax>setupfootnotedefinition</syntax>
 
== [[Help:Reference|Syntax]] ==
 
== [[Help:Reference|Syntax]] ==
 
<table cellspacing="4" cellpadding="2" class="cmd">
 
<table cellspacing="4" cellpadding="2" class="cmd">
Line 10: Line 12:
 
   <tr valign="top" class="first">
 
   <tr valign="top" class="first">
 
     <td class="cmd">[...,...=...,...]</td>
 
     <td class="cmd">[...,...=...,...]</td>
     <td>see [[Command/definedescription|\definedescription]] </td>
+
     <td>see {{cmd|setupdescription}} </td>
 
   </tr>
 
   </tr>
 
</table>
 
</table>
 
  
 
== Description ==  
 
== Description ==  
 +
Setup the style of the footnote (not of the in-text footnote mark).
  
 +
== Example ==
 +
<context source=yes>
 +
\setuppapersize[A10]
  
 +
\setupfootnotedefinition
 +
  [headstyle=italic,
 +
    location=top,
 +
    color=red,
 +
    headcolor=blue]
  
== Example ==
+
Lorem\footnote{ipsum}
<!-- Please fill in an example if you can -->
+
</context>
  
 
== See also ==
 
== See also ==
<!-- something like [[cmd:goto|\goto]] -->
+
* {{cmd|setupfootnotes}} to setup the blocks of multiple footnotes
 +
* {{cmd|setupdescriptions}}, as footnotes are implemented as {{code|description}} objects.
  
== Help from ConTeXt-Forum ==
+
== Help from ConTeXt-Mailinglist/Forum ==
 +
All issues with:
 
{{Forum|{{SUBPAGENAME}}}}
 
{{Forum|{{SUBPAGENAME}}}}
  
[[Category:Commands|setupfootnotedefinition]]
+
[[Category:Command/Footnotes|setupfootnotedefinition]]

Latest revision as of 13:14, 13 October 2019

\setupfootnotedefinition

Syntax (autogenerated)

Syntax

\setupfootnotedefinition[...,...=...,...]
[...,...=...,...] see \setupdescription

Description

Setup the style of the footnote (not of the in-text footnote mark).

Example

\setuppapersize[A10]

\setupfootnotedefinition
   [headstyle=italic, 
    location=top, 
    color=red, 
    headcolor=blue]

Lorem\footnote{ipsum}

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: