ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Multi-par footnotes. Indent second and later paragraphs?
@ 2014-08-05 15:44 Gerben Wierda
  2014-08-05 20:57 ` Wolfgang Schuster
  0 siblings, 1 reply; 7+ messages in thread
From: Gerben Wierda @ 2014-08-05 15:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users

I have a few footnotes that are longer. New paragraphs are not indented, I’d like to have everything except the first paragraph indented. By hand is OK, but the only thing I can think of is a couple of ~ at the start of each new par, not very nice and it doesn’t by definition align perfectly. Is there a nicer way?

G
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Multi-par footnotes. Indent second and later paragraphs?
  2014-08-05 15:44 Multi-par footnotes. Indent second and later paragraphs? Gerben Wierda
@ 2014-08-05 20:57 ` Wolfgang Schuster
  2014-08-06 15:46   ` Gerben Wierda
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Schuster @ 2014-08-05 20:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 05.08.2014 um 17:44 schrieb Gerben Wierda <gerben.wierda@rna.nl>:

> I have a few footnotes that are longer. New paragraphs are not indented, I’d like to have everything except the first paragraph indented. By hand is OK, but the only thing I can think of is a couple of ~ at the start of each new par, not very nice and it doesn’t by definition align perfectly. Is there a nicer way?

\setupindenting[yes,medium,next]

\setupnotation[footnote][indenting={yes,medium}]

\starttext

\input knuth
\startfootnote
\input knuth
\stopfootnote

\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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Multi-par footnotes. Indent second and later paragraphs?
  2014-08-05 20:57 ` Wolfgang Schuster
@ 2014-08-06 15:46   ` Gerben Wierda
  2014-08-06 16:25     ` Otared Kavian
  0 siblings, 1 reply; 7+ messages in thread
From: Gerben Wierda @ 2014-08-06 15:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On 05 Aug 2014, at 22:57, Wolfgang Schuster <schuster.wolfgang@gmail.com> wrote:

> 
> Am 05.08.2014 um 17:44 schrieb Gerben Wierda <gerben.wierda@rna.nl>:
> 
>> I have a few footnotes that are longer. New paragraphs are not indented, I’d like to have everything except the first paragraph indented. By hand is OK, but the only thing I can think of is a couple of ~ at the start of each new par, not very nice and it doesn’t by definition align perfectly. Is there a nicer way?
> 
> \setupindenting[yes,medium,next]
> 
> \setupnotation[footnote][indenting={yes,medium}]
> 
> \starttext
> 
> \input knuth
> \startfootnote
> \input knuth
> \stopfootnote
> 
> \stoptext

Thanks,

Can this also be used with \footnote{}?

And out of curiosity & understanding on how ConTeXt works: what does setupindenting do in this example? Why is it necessary?

G

> 
> 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
> ___________________________________________________________________________________

___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Multi-par footnotes. Indent second and later paragraphs?
  2014-08-06 15:46   ` Gerben Wierda
@ 2014-08-06 16:25     ` Otared Kavian
  2014-08-09 12:29       ` Gerben Wierda
  0 siblings, 1 reply; 7+ messages in thread
From: Otared Kavian @ 2014-08-06 16:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 954 bytes --]


On 06 Aug 2014, at 17:46, Gerben Wierda <gerben.wierda@rna.nl> wrote:
> […] Thanks,
> 
> Can this also be used with \footnote{}?
> 
> And out of curiosity & understanding on how ConTeXt works: what does setupindenting do in this example? Why is it necessary?
> 
> G

Hi Gerben,

The command
	\setupindenting
is there for the main text to be indented (with the key « yes »). I guess Wolfgang gave it in order for you to have your main text to be indented, in accordance with what you wanted for your footnotes. The default value of setupindenting is « no ». If you wish you can have different indentations for your main text and for your footnotes.

On the other hand the command
	\setupnotation[footnote][indenting={yes,medium}]
is there for your footnotes to have the desired indentation, and it is clear that you can use also
	\footnote{\input knuth.tex}
and get your footnote with indentation (just try it… :-)

Best regards: OK

[-- Attachment #1.2: Type: text/html, Size: 1620 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Multi-par footnotes. Indent second and later paragraphs?
  2014-08-06 16:25     ` Otared Kavian
@ 2014-08-09 12:29       ` Gerben Wierda
  2014-08-09 12:33         ` Wolfgang Schuster
  0 siblings, 1 reply; 7+ messages in thread
From: Gerben Wierda @ 2014-08-09 12:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1178 bytes --]

On 06 Aug 2014, at 18:25, Otared Kavian <otared@gmail.com> wrote:

> 
> On 06 Aug 2014, at 17:46, Gerben Wierda <gerben.wierda@rna.nl> wrote:
>> […] Thanks,
>> 
>> Can this also be used with \footnote{}?
>> 
>> And out of curiosity & understanding on how ConTeXt works: what does setupindenting do in this example? Why is it necessary?
>> 
>> G
> 
> Hi Gerben,
> 
> The command
> 	\setupindenting
> is there for the main text to be indented (with the key « yes »). I guess Wolfgang gave it in order for you to have your main text to be indented, in accordance with what you wanted for your footnotes. The default value of setupindenting is « no ». If you wish you can have different indentations for your main text and for your footnotes.
> 
> On the other hand the command
> 	\setupnotation[footnote][indenting={yes,medium}]
> is there for your footnotes to have the desired indentation, and it is clear that you can use also
> 	\footnote{\input knuth.tex}
> and get your footnote with indentation (just try it… :-)

I tried. It gets me:

! Undefined control sequence.
l.141 \setupnotation
                    [footnote][indenting={yes,medium}]

G

[-- Attachment #1.2: Type: text/html, Size: 2392 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Multi-par footnotes. Indent second and later paragraphs?
  2014-08-09 12:29       ` Gerben Wierda
@ 2014-08-09 12:33         ` Wolfgang Schuster
  2014-08-09 18:42           ` Gerben Wierda
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Schuster @ 2014-08-09 12:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1383 bytes --]


Am 09.08.2014 um 14:29 schrieb Gerben Wierda <gerben.wierda@rna.nl>:

> On 06 Aug 2014, at 18:25, Otared Kavian <otared@gmail.com> wrote:
> 
>> 
>> On 06 Aug 2014, at 17:46, Gerben Wierda <gerben.wierda@rna.nl> wrote:
>>> […] Thanks,
>>> 
>>> Can this also be used with \footnote{}?
>>> 
>>> And out of curiosity & understanding on how ConTeXt works: what does setupindenting do in this example? Why is it necessary?
>>> 
>>> G
>> 
>> Hi Gerben,
>> 
>> The command
>> 	\setupindenting
>> is there for the main text to be indented (with the key « yes »). I guess Wolfgang gave it in order for you to have your main text to be indented, in accordance with what you wanted for your footnotes. The default value of setupindenting is « no ». If you wish you can have different indentations for your main text and for your footnotes.
>> 
>> On the other hand the command
>> 	\setupnotation[footnote][indenting={yes,medium}]
>> is there for your footnotes to have the desired indentation, and it is clear that you can use also
>> 	\footnote{\input knuth.tex}
>> and get your footnote with indentation (just try it… :-)
> 
> I tried. It gets me:
> 
> ! Undefined control sequence.
> l.141 \setupnotation
>                     [footnote][indenting={yes,medium}]

When you use MkII you have to replace \setupnotation with \setupnotedefinition.

Wolfgang


[-- Attachment #1.2: Type: text/html, Size: 3074 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Multi-par footnotes. Indent second and later paragraphs?
  2014-08-09 12:33         ` Wolfgang Schuster
@ 2014-08-09 18:42           ` Gerben Wierda
  0 siblings, 0 replies; 7+ messages in thread
From: Gerben Wierda @ 2014-08-09 18:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1518 bytes --]

On 09 Aug 2014, at 14:33, Wolfgang Schuster <schuster.wolfgang@gmail.com> wrote:

> 
> Am 09.08.2014 um 14:29 schrieb Gerben Wierda <gerben.wierda@rna.nl>:
> 
>> On 06 Aug 2014, at 18:25, Otared Kavian <otared@gmail.com> wrote:
>> 
>>> 
>>> On 06 Aug 2014, at 17:46, Gerben Wierda <gerben.wierda@rna.nl> wrote:
>>>> […] Thanks,
>>>> 
>>>> Can this also be used with \footnote{}?
>>>> 
>>>> And out of curiosity & understanding on how ConTeXt works: what does setupindenting do in this example? Why is it necessary?
>>>> 
>>>> G
>>> 
>>> Hi Gerben,
>>> 
>>> The command
>>> 	\setupindenting
>>> is there for the main text to be indented (with the key « yes »). I guess Wolfgang gave it in order for you to have your main text to be indented, in accordance with what you wanted for your footnotes. The default value of setupindenting is « no ». If you wish you can have different indentations for your main text and for your footnotes.
>>> 
>>> On the other hand the command
>>> 	\setupnotation[footnote][indenting={yes,medium}]
>>> is there for your footnotes to have the desired indentation, and it is clear that you can use also
>>> 	\footnote{\input knuth.tex}
>>> and get your footnote with indentation (just try it… :-)
>> 
>> I tried. It gets me:
>> 
>> ! Undefined control sequence.
>> l.141 \setupnotation
>>                     [footnote][indenting={yes,medium}]
> 
> When you use MkII you have to replace \setupnotation with \setupnotedefinition.

That works. Thanks.

G

[-- Attachment #1.2: Type: text/html, Size: 4001 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-08-09 18:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-05 15:44 Multi-par footnotes. Indent second and later paragraphs? Gerben Wierda
2014-08-05 20:57 ` Wolfgang Schuster
2014-08-06 15:46   ` Gerben Wierda
2014-08-06 16:25     ` Otared Kavian
2014-08-09 12:29       ` Gerben Wierda
2014-08-09 12:33         ` Wolfgang Schuster
2014-08-09 18:42           ` Gerben Wierda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).