ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Indenting in footnotes
@ 2011-08-15 10:56 Cecil Westerhof
  2011-08-15 11:00 ` Wolfgang Schuster
  0 siblings, 1 reply; 9+ messages in thread
From: Cecil Westerhof @ 2011-08-15 10:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

I use:
     \setupindenting[yes, small, next]

This works on the main text, but not on the footnotes. In \setupfootnotes I
do not find an option to do the same. Am I overlooking something, or is it
really not possible?

-- 
Cecil Westerhof

[-- Attachment #1.2: Type: text/html, Size: 277 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] 9+ messages in thread

* Re: Indenting in footnotes
  2011-08-15 10:56 Indenting in footnotes Cecil Westerhof
@ 2011-08-15 11:00 ` Wolfgang Schuster
  2011-08-15 11:23   ` Cecil Westerhof
  0 siblings, 1 reply; 9+ messages in thread
From: Wolfgang Schuster @ 2011-08-15 11:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 15.08.2011 um 12:56 schrieb Cecil Westerhof:

> I use:
>      \setupindenting[yes, small, next]
> 
> This works on the main text, but not on the footnotes. In \setupfootnotes I do not find an option to do the same. Am I overlooking something, or is it really not possible?

\setupnotedefintion[footnote][indenting=…]

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] 9+ messages in thread

* Re: Indenting in footnotes
  2011-08-15 11:00 ` Wolfgang Schuster
@ 2011-08-15 11:23   ` Cecil Westerhof
  2011-08-15 11:35     ` Wolfgang Schuster
  0 siblings, 1 reply; 9+ messages in thread
From: Cecil Westerhof @ 2011-08-15 11:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

2011/8/15 Wolfgang Schuster <schuster.wolfgang@googlemail.com>

>
> Am 15.08.2011 um 12:56 schrieb Cecil Westerhof:
>
> > I use:
> >      \setupindenting[yes, small, next]
> >
> > This works on the main text, but not on the footnotes. In \setupfootnotes
> I do not find an option to do the same. Am I overlooking something, or is it
> really not possible?
>
> \setupnotedefintion[footnote][indenting=…]
>

Does not exist. What comes closest is the following:
    \setupfootnotedefinition[footnote][indenting=yes,small,next]


But that does not have the required effect. It even generates a blanco page.
I attached the tex and pdf files.

-- 
Cecil Westerhof

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

[-- Attachment #2: dummy.tex --]
[-- Type: application/x-tex, Size: 1809 bytes --]

[-- Attachment #3: dummy.pdf --]
[-- Type: application/pdf, Size: 19057 bytes --]

[-- Attachment #4: 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] 9+ messages in thread

* Re: Indenting in footnotes
  2011-08-15 11:23   ` Cecil Westerhof
@ 2011-08-15 11:35     ` Wolfgang Schuster
  2011-08-15 11:57       ` Cecil Westerhof
  0 siblings, 1 reply; 9+ messages in thread
From: Wolfgang Schuster @ 2011-08-15 11:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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


Am 15.08.2011 um 13:23 schrieb Cecil Westerhof:

> 2011/8/15 Wolfgang Schuster <schuster.wolfgang@googlemail.com>
> 
> Am 15.08.2011 um 12:56 schrieb Cecil Westerhof:
> 
> > I use:
> >      \setupindenting[yes, small, next]
> >
> > This works on the main text, but not on the footnotes. In \setupfootnotes I do not find an option to do the same. Am I overlooking something, or is it really not possible?
> 
> \setupnotedefintion[footnote][indenting=…]
> 
> Does not exist. What comes closest is the following:
>     \setupfootnotedefinition[footnote][indenting=yes,small,next]
> 
> But that does not have the required effect. It even generates a blanco page. I attached the tex and pdf files.

There was a “i” missing and you need braces around the list: \setupnotedefinition[footnote][indenting={yes,small,next}]

BTW: You can replace “\ConTeXt\space” with “\CONTEXT\ ” and for longer footnotes you can also replace \footnote{…} with \startfootnote …\stopfootnote.

Wolfgang

[-- Attachment #1.2: Type: text/html, Size: 1990 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] 9+ messages in thread

* Re: Indenting in footnotes
  2011-08-15 11:35     ` Wolfgang Schuster
@ 2011-08-15 11:57       ` Cecil Westerhof
  2011-08-15 12:07         ` Wolfgang Schuster
  0 siblings, 1 reply; 9+ messages in thread
From: Cecil Westerhof @ 2011-08-15 11:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

2011/8/15 Wolfgang Schuster <schuster.wolfgang@googlemail.com>

> 2011/8/15 Wolfgang Schuster <schuster.wolfgang@googlemail.com>
>
>>
>> Am 15.08.2011 um 12:56 schrieb Cecil Westerhof:
>>
>> > I use:
>> >      \setupindenting[yes, small, next]
>> >
>> > This works on the main text, but not on the footnotes. In
>> \setupfootnotes I do not find an option to do the same. Am I overlooking
>> something, or is it really not possible?
>>
>> \setupnotedefintion[footnote][indenting=…]
>>
>
> Does not exist. What comes closest is the following:
>     \setupfootnotedefinition[footnote][indenting=yes,small,next]
>
> But that does not have the required effect. It even generates a blanco
> page. I attached the tex and pdf files.
>
>
> There was a “i” missing and you need braces around the list:
> \setupnotedefinition[footnote][indenting={yes,small,next}]
>

Now it works.



> BTW: You can replace “\ConTeXt\space” with “\CONTEXT\ ” and for longer
> footnotes you can also replace \footnote{…} with \startfootnote
> …\stopfootnote.
>

Works also.

BTW: is it possible to define the footnotes somewhere else?

When using \\startfootnote[reference] you can also work with references.

-- 
Cecil Westerhof

[-- Attachment #1.2: Type: text/html, Size: 2435 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] 9+ messages in thread

* Re: Indenting in footnotes
  2011-08-15 11:57       ` Cecil Westerhof
@ 2011-08-15 12:07         ` Wolfgang Schuster
  2011-08-15 12:16           ` Cecil Westerhof
  0 siblings, 1 reply; 9+ messages in thread
From: Wolfgang Schuster @ 2011-08-15 12:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 15.08.2011 um 13:57 schrieb Cecil Westerhof:

> BTW: is it possible to define the footnotes somewhere else?

You mean like \useurl and \url?

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] 9+ messages in thread

* Re: Indenting in footnotes
  2011-08-15 12:07         ` Wolfgang Schuster
@ 2011-08-15 12:16           ` Cecil Westerhof
  2011-08-15 12:25             ` Wolfgang Schuster
  0 siblings, 1 reply; 9+ messages in thread
From: Cecil Westerhof @ 2011-08-15 12:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

2011/8/15 Wolfgang Schuster <schuster.wolfgang@googlemail.com>

> > BTW: is it possible to define the footnotes somewhere else?
>
> You mean like \useurl and \url?
>

Yes, it now 'distracts' from the main info.

-- 
Cecil Westerhof

[-- Attachment #1.2: Type: text/html, Size: 536 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] 9+ messages in thread

* Re: Indenting in footnotes
  2011-08-15 12:16           ` Cecil Westerhof
@ 2011-08-15 12:25             ` Wolfgang Schuster
  2011-08-15 13:15               ` Cecil Westerhof
  0 siblings, 1 reply; 9+ messages in thread
From: Wolfgang Schuster @ 2011-08-15 12:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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


Am 15.08.2011 um 14:16 schrieb Cecil Westerhof:

> 2011/8/15 Wolfgang Schuster <schuster.wolfgang@googlemail.com>
> > BTW: is it possible to define the footnotes somewhere else?
> 
> You mean like \useurl and \url?
> 
> Yes, it now 'distracts' from the main info. 

No, what’s possible is this:

\startbuffer[footnote:a]
Note A
\stopbuffer

\startsetups[footnote:b]
Note B
\stopsetups

%\setvariables[footnote][c={Note C}]
\setvariable{footnote}{c}{Note C}

\starttext

A\footnote{\getbuffer[footnote:a]}

B\footnote{\texsetup{footnote:b}}

C\footnote{\getvariable{footnote}{c}}

\stoptext

You can write a feature request because it’s easy to add this functionality but it depends on Hans.

Wolfgang


[-- Attachment #1.2: Type: text/html, Size: 1705 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] 9+ messages in thread

* Re: Indenting in footnotes
  2011-08-15 12:25             ` Wolfgang Schuster
@ 2011-08-15 13:15               ` Cecil Westerhof
  0 siblings, 0 replies; 9+ messages in thread
From: Cecil Westerhof @ 2011-08-15 13:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

2011/8/15 Wolfgang Schuster <schuster.wolfgang@googlemail.com>

>  > BTW: is it possible to define the footnotes somewhere else?
>>
>> You mean like \useurl and \url?
>>
>
> Yes, it now 'distracts' from the main info.
>
>
> No, what’s possible is this:
>
> \startbuffer[footnote:a]
> Note A
> \stopbuffer
>
> \startsetups[footnote:b]
> Note B
> \stopsetups
>
> %\setvariables[footnote][c={Note C}]
> \setvariable{footnote}{c}{Note C}
>
> \starttext
>
> A\footnote{\getbuffer[footnote:a]}
>
> B\footnote{\texsetup{footnote:b}}
>
> C\footnote{\getvariable{footnote}{c}}
>
> \stoptext
>

That is already a lot better as it was first. ;-}


You can write a feature request because it’s easy to add this functionality
> but it depends on Hans.
>

I'll do that.

-- 
Cecil Westerhof

[-- Attachment #1.2: Type: text/html, Size: 1933 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] 9+ messages in thread

end of thread, other threads:[~2011-08-15 13:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-15 10:56 Indenting in footnotes Cecil Westerhof
2011-08-15 11:00 ` Wolfgang Schuster
2011-08-15 11:23   ` Cecil Westerhof
2011-08-15 11:35     ` Wolfgang Schuster
2011-08-15 11:57       ` Cecil Westerhof
2011-08-15 12:07         ` Wolfgang Schuster
2011-08-15 12:16           ` Cecil Westerhof
2011-08-15 12:25             ` Wolfgang Schuster
2011-08-15 13:15               ` Cecil Westerhof

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).