ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* How to setup the footnote number in local footnotes
@ 2018-03-25 15:04 Idris Samawi Hamid ادريس سماوي حامد
  2018-03-25 15:29 ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Idris Samawi Hamid ادريس سماوي حامد @ 2018-03-25 15:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 874 bytes --]

Dear gang,

Consider the following:

==============
\starttext
\startframedtext[width=fit,frame=off,offset=0pt]
% \startlocalfootnotes[n=2]
\startlocalfootnotes
\input ward
\startfootnote
\input ward
\stopfootnote

\placelocalfootnotes
\stoplocalfootnotes
\stopframedtext
\stoptext
==============

See attached:

1) Would like the footnote-number counter to start at 2, not 1.
2) Alternatively, would like to be able to define a conversion that sets  
the footnote numeral to 2.
3) Uncommenting the line % \startlocalfootnotes[n=2] doesn't work,  
although it is mentioned here:
http://wiki.contextgarden.net/Command/startlocalfootnotes
So that must be for MKII..

Any pointers in setting up 1) and 2) are much appreciated. Thank you in  
advance!

Best wishes
Idris
-- 
Idris Samawi Hamid, Professor
Department of Philosophy
Colorado State University
Fort Collins, CO 80512

[-- Attachment #2: scratch.pdf --]
[-- Type: application/pdf, Size: 14510 bytes --]

[-- Attachment #3: scratch.tex --]
[-- Type: application/x-tex, Size: 230 bytes --]

[-- Attachment #4: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: How to setup the footnote number in local footnotes
  2018-03-25 15:04 How to setup the footnote number in local footnotes Idris Samawi Hamid ادريس سماوي حامد
@ 2018-03-25 15:29 ` Wolfgang Schuster
  2018-03-25 22:24   ` Idris Samawi Hamid ادريس سماوي حامد
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2018-03-25 15:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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



> Idris Samawi Hamid ادريس سماوي حامد <mailto:Idris.Hamid@colostate.edu>
> 25. März 2018 um 17:04
> Dear gang,
>
> Consider the following:
>
> ==============
> \starttext
> \startframedtext[width=fit,frame=off,offset=0pt]
> % \startlocalfootnotes[n=2]
> \startlocalfootnotes
> \input ward
> \startfootnote
> \input ward
> \stopfootnote
>
> \placelocalfootnotes
> \stoplocalfootnotes
> \stopframedtext
> \stoptext
> ==============
>
> See attached:
>
> 1) Would like the footnote-number counter to start at 2, not 1.

Add

     \setcounter[footnote][1]

after \startlocalfootnotes.

> 2) Alternatively, would like to be able to define a conversion that 
> sets the footnote numeral to 2.
> 3) Uncommenting the line % \startlocalfootnotes[n=2] doesn't work, 
> although it is mentioned here:
> http://wiki.contextgarden.net/Command/startlocalfootnotes
> So that must be for MKII..

Check setup-en.pdf for valid arguments in MkIV.

Wolfgang

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

[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: How to setup the footnote number in local footnotes
  2018-03-25 15:29 ` Wolfgang Schuster
@ 2018-03-25 22:24   ` Idris Samawi Hamid ادريس سماوي حامد
  2018-03-25 22:34     ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Idris Samawi Hamid ادريس سماوي حامد @ 2018-03-25 22:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sun, 25 Mar 2018 09:29:01 -0600, Wolfgang Schuster
<schuster.wolfgang@gmail.com> wrote:

>> Idris Samawi Hamid ادريس سماوي حامد <mailto:Idris.Hamid@colostate.edu>
>> 25. März 2018 um 17:04
>> Dear gang,
>>
>> Consider the following:
>>
>> ==============
>> \starttext
>> \startframedtext[width=fit,frame=off,offset=0pt]
>> % \startlocalfootnotes[n=2]
>> \startlocalfootnotes
>> \input ward
>> \startfootnote
>> \input ward
>> \stopfootnote
>>
>> \placelocalfootnotes
>> \stoplocalfootnotes
>> \stopframedtext
>> \stoptext
>> ==============
>>
>> See attached:
>>
>> 1) Would like the footnote-number counter to start at 2, not 1.
>
> Add
>
>      \setcounter[footnote][1]
>
> after \startlocalfootnotes.

Works, many thanks.

>> 2) Alternatively, would like to be able to define a conversion that
>> sets the footnote numeral to 2.
>> 3) Uncommenting the line % \startlocalfootnotes[n=2] doesn't work,
>> although it is mentioned here:
>> http://wiki.contextgarden.net/Command/startlocalfootnotes
>> So that must be for MKII..
>
> Check setup-en.pdf for valid arguments in MkIV.

There are no options for \startlocalfootnotes and there is no command such
as \setuplocalfootnotes. So how does one setup a conversion (or manual
numbering) for localfootnotes?

Idris
-- 
Idris Samawi Hamid, Professor
Department of Philosophy
Colorado State University
Fort Collins, CO 80512
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: How to setup the footnote number in local footnotes
  2018-03-25 22:24   ` Idris Samawi Hamid ادريس سماوي حامد
@ 2018-03-25 22:34     ` Wolfgang Schuster
  2018-03-26 14:03       ` Idris Samawi Hamid ادريس سماوي حامد
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2018-03-25 22:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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


> Idris Samawi Hamid ادريس سماوي حامد <mailto:Idris.Hamid@colostate.edu>
> 26. März 2018 um 00:24
>
>>> 2) Alternatively, would like to be able to define a conversion that
>>> sets the footnote numeral to 2.
>>> 3) Uncommenting the line % \startlocalfootnotes[n=2] doesn't work,
>>> although it is mentioned here:
>>> http://wiki.contextgarden.net/Command/startlocalfootnotes
>>> So that must be for MKII..
>>
>> Check setup-en.pdf for valid arguments in MkIV.
>
> There are no options for \startlocalfootnotes and there is no command 
> such
> as \setuplocalfootnotes. So how does one setup a conversion (or manual
> numbering) for localfootnotes?

\startlocalnotes[footnote]
\setupnotation[footnote][numberconversion=...]
...
\stoplocalnotes


BTW: \startlocalfootnotes = \startlocalnotes[footnote]


Wolfgang

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

[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: How to setup the footnote number in local footnotes
  2018-03-25 22:34     ` Wolfgang Schuster
@ 2018-03-26 14:03       ` Idris Samawi Hamid ادريس سماوي حامد
  0 siblings, 0 replies; 5+ messages in thread
From: Idris Samawi Hamid ادريس سماوي حامد @ 2018-03-26 14:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sun, 25 Mar 2018 16:34:08 -0600, Wolfgang Schuster  
<schuster.wolfgang@gmail.com> wrote:

>
>> Idris Samawi Hamid ادريس سماوي حامد <mailto:Idris.Hamid@colostate.edu>
>> 26. März 2018 um 00:24
>>
>>>> 2) Alternatively, would like to be able to define a conversion that
>>>> sets the footnote numeral to 2.
>>>> 3) Uncommenting the line % \startlocalfootnotes[n=2] doesn't work,
>>>> although it is mentioned here:
>>>> http://wiki.contextgarden.net/Command/startlocalfootnotes
>>>> So that must be for MKII..
>>>
>>> Check setup-en.pdf for valid arguments in MkIV.
>>
>> There are no options for \startlocalfootnotes and there is no command
>> such
>> as \setuplocalfootnotes. So how does one setup a conversion (or manual
>> numbering) for localfootnotes?
>
> \startlocalnotes[footnote]
> \setupnotation[footnote][numberconversion=...]
> ...
> \stoplocalnotes

Many thanks.

> BTW: \startlocalfootnotes = \startlocalnotes[footnote]

Ah, good to know that - still addicted to old habits here -)

Idris
-- 
Idris Samawi Hamid, Professor
Department of Philosophy
Colorado State University
Fort Collins, CO 80512
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2018-03-26 14:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-25 15:04 How to setup the footnote number in local footnotes Idris Samawi Hamid ادريس سماوي حامد
2018-03-25 15:29 ` Wolfgang Schuster
2018-03-25 22:24   ` Idris Samawi Hamid ادريس سماوي حامد
2018-03-25 22:34     ` Wolfgang Schuster
2018-03-26 14:03       ` Idris Samawi Hamid ادريس سماوي حامد

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