Re: [NTG-context] Formatting footnotes

2015-08-06 Thread robheus

Wolfgang Schuster schreef op 2015-08-05 12:34:

robheus
4. August 2015 20:29

Thanks Wolfgang. This is almost the result what I want, just that I
want the footnote text in a seperate column, not the first line of a
footnote indented.


You can set a fixed width for the footnote numbers and align them to
the right.

\setupnotation
  [footnote]
  [alternative=left,
   width=2em,
   headalign=left,
   numbercommand=]

\starttext
\dorecurse{200}{Footnote\footnote{This is a footnote.} }
\stoptext

Wolfgang


Thanks Wolfgang. Exactly what I needed.

One more question, about the rule for seperating footnotes from normal 
text.


The document I am re-editting uses a style that only shows the rule in 
case the footnote text is a continuation of a footnote started on a 
previous page (so, the first line of the footnote text does not contain 
the footnote number), but does *not* show the rule when the footnote 
text starts with the footnote number (and text following the footnote), 
which makes sense I think, because a continued footnote can then be 
better distinguished from normal text.


However, ConText only allows to either display or not display the rule. 
Is it possible to implement in Context the behaviour for displaying the 
rule as described above?


Perhaps it can be added to the wish-list for a new version?

greetings,

Rob
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Formatting footnotes

2015-08-05 Thread Wolfgang Schuster

robheus 
4. August 2015 20:29


Thanks Wolfgang. This is almost the result what I want, just that I 
want the footnote text in a seperate column, not the first line of a 
footnote indented.


You can set a fixed width for the footnote numbers and align them to the 
right.


\setupnotation
  [footnote]
  [alternative=left,
   width=2em,
   headalign=left,
   numbercommand=]

\starttext
\dorecurse{200}{Footnote\footnote{This is a footnote.} }
\stoptext

Wolfgang
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] Formatting footnotes - conditional rule

2015-08-04 Thread robheus

Hello list,

Formatting footnotes allows defining wether the rule is on or off, 
seperating normal text from the foot notes.
Can it be implemented in Context to display the footnote rule depending 
on wether either a new footnote begins (fist line starts with foot note 
number) or the footnote text is a continuation of a footnote started on 
a previous page?


Thanks,

Rob
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Formatting footnotes

2015-08-04 Thread robheus

Wolfgang Schuster schreef op 2015-08-03 12:00:

robheus
3. August 2015 11:31
Hello list,

I want some adjustments to my footnotes.

1. The note number in the footnote needs to be normal instead of
superscript.

2. The placement of the number is now in the margin, but needs to be
in the normal starting position of body text. Of course the foot
note texts then has to shift accordingly to the right, and leaving
enough room for footnote numbers not exceeding 99.

How do I dot this?

 \setupnotation[footnote][alternative=serried,numbercommand=]

\starttext
One\footnote{First footnote.}
Two\footnote{Second footnote.}
\stoptext

Wolfgang


Thanks Wolfgang. This is almost the result what I want, just that I want 
the footnote text in a seperate column, not the first line of a footnote 
indented.


Rob
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Formatting footnotes

2015-08-03 Thread Wolfgang Schuster

robheus 
3. August 2015 11:31
Hello list,

I want some adjustments to my footnotes.

1. The note number in the footnote needs to be normal instead of 
superscript.


2. The placement of the number is now in the margin, but needs to be 
in the normal starting position of body text. Of course the foot note 
texts then has to shift accordingly to the right, and leaving enough 
room for footnote numbers not exceeding 99.


How do I dot this?

\setupnotation[footnote][alternative=serried,numbercommand=]

\starttext
One\footnote{First footnote.}
Two\footnote{Second footnote.}
\stoptext

Wolfgang
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] Formatting footnotes

2015-08-03 Thread robheus

Hello list,

I want some adjustments to my footnotes.

1. The note number in the footnote needs to be normal instead of 
superscript.


2. The placement of the number is now in the margin, but needs to be in 
the normal starting position of body text. Of course the foot note texts 
then has to shift accordingly to the right, and leaving enough room for 
footnote numbers not exceeding 99.


How do I dot this?

Greetings,

Rob
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___