ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* numberconversion bug?
@ 2014-12-12 21:46 Alan Bowen
  2014-12-18 14:20 ` Alan Bowen
  2014-12-22 12:49 ` Alan Bowen
  0 siblings, 2 replies; 5+ messages in thread
From: Alan Bowen @ 2014-12-12 21:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

The following used to work but fails in the latest beta (standalone):

\definehead[BookTitle][title]
\setuphead[BookTitle][style=\tfc,
color=darkred]

\starttext
\setupnotation[footnote][interaction=start,numberconversion=set  3]
%\setupnotation[footnote][interaction=start,numberconversion=romannumerals]

\startBookTitle[
title={\em Some title\note[trans]}]
\stopBookTitle
%

\footnotetext[trans]{a footnote}

\setupnotation[footnote][numberconversion=numbers]
\resetnumber[footnote]

Loren ipsum\footnote{another footnote}

\stoptext

Now, whatever set I specify, the output is an arabic numeral.
(numberconversion=romannumerals works.)

Alan

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

* Re: numberconversion bug?
  2014-12-12 21:46 numberconversion bug? Alan Bowen
@ 2014-12-18 14:20 ` Alan Bowen
  2014-12-22 12:49 ` Alan Bowen
  1 sibling, 0 replies; 5+ messages in thread
From: Alan Bowen @ 2014-12-18 14:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

I am re-sending this in the hope that someone will confirm whether this is
a general or a very local problem; and if the latter, point out what I am
missing (or what has changed).

The following used to work but fails in the latest beta (standalone,
cleanly installed):

\definehead[BookTitle][title]
\setuphead[BookTitle][style=\tfc,
color=darkred]

\starttext
\setupnotation[footnote][interaction=start,numberconversion=set  3]
%\setupnotation[footnote][interaction=start,numberconversion=romannumerals]

\startBookTitle[
title={\em Some title\note[trans]}]
\stopBookTitle
%

\footnotetext[trans]{a footnote}

\setupnotation[footnote][numberconversion=numbers]
\resetnumber[footnote]

Loren ipsum\footnote{another footnote}

\stoptext

Now, whatever set I specify, the output is an arabic numeral.
(numberconversion=romannumerals works.)

All best, Alan


On Fri, Dec 12, 2014 at 4:46 PM, Alan Bowen <bowenalan03@gmail.com> wrote:
>
> The following used to work but fails in the latest beta (standalone):
>
> \definehead[BookTitle][title]
> \setuphead[BookTitle][style=\tfc,
> color=darkred]
>
> \starttext
> \setupnotation[footnote][interaction=start,numberconversion=set  3]
> %\setupnotation[footnote][interaction=start,numberconversion=romannumerals]
>
> \startBookTitle[
> title={\em Some title\note[trans]}]
> \stopBookTitle
> %
>
> \footnotetext[trans]{a footnote}
>
> \setupnotation[footnote][numberconversion=numbers]
> \resetnumber[footnote]
>
> Loren ipsum\footnote{another footnote}
>
> \stoptext
>
> Now, whatever set I specify, the output is an arabic numeral.
> (numberconversion=romannumerals works.)
>
> Alan
>

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

* Re: numberconversion bug?
  2014-12-12 21:46 numberconversion bug? Alan Bowen
  2014-12-18 14:20 ` Alan Bowen
@ 2014-12-22 12:49 ` Alan Bowen
  2014-12-22 21:30   ` Wolfgang Schuster
  1 sibling, 1 reply; 5+ messages in thread
From: Alan Bowen @ 2014-12-22 12:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Even with yesterday’s beta, this still does not work (though it used to
several betas ago). Is there a bug or have I missed something?

\definehead[BookTitle][title]
\setuphead[BookTitle][style=\tfc,
color=darkred]

\starttext
\setupnotation[footnote][interaction=start,numberconversion=set  3]
%\setupnotation[footnote][interaction=start,numberconversion=romannumerals]

\startBookTitle[
title={\em Some title\note[trans]}]
\stopBookTitle
%

\footnotetext[trans]{a footnote}

\setupnotation[footnote][numberconversion=numbers]
\resetnumber[footnote]

Loren ipsum\footnote{another footnote}

\stoptext

Alan

On Fri, Dec 12, 2014 at 4:46 PM, Alan Bowen <bowenalan03@gmail.com> wrote:

> The following used to work but fails in the latest beta (standalone):
>
> \definehead[BookTitle][title]
> \setuphead[BookTitle][style=\tfc,
> color=darkred]
>
> \starttext
> \setupnotation[footnote][interaction=start,numberconversion=set  3]
> %\setupnotation[footnote][interaction=start,numberconversion=romannumerals]
>
> \startBookTitle[
> title={\em Some title\note[trans]}]
> \stopBookTitle
> %
>
> \footnotetext[trans]{a footnote}
>
> \setupnotation[footnote][numberconversion=numbers]
> \resetnumber[footnote]
>
> Loren ipsum\footnote{another footnote}
>
> \stoptext
>
> Now, whatever set I specify, the output is an arabic numeral.
> (numberconversion=romannumerals works.)
>
> Alan
>

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

* Re: numberconversion bug?
  2014-12-22 12:49 ` Alan Bowen
@ 2014-12-22 21:30   ` Wolfgang Schuster
  2014-12-22 21:45     ` Alan Bowen
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2014-12-22 21:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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


> Am 22.12.2014 um 13:49 schrieb Alan Bowen <bowenalan03@gmail.com>:
> 
> Even with yesterday’s beta, this still does not work (though it used to several betas ago). Is there a bug or have I missed something?

It’s a bug and with the conversion macros and I sent a fix to the developers list but I don’t know when Hans will upload a new release.

Wolfgang


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

* Re: numberconversion bug?
  2014-12-22 21:30   ` Wolfgang Schuster
@ 2014-12-22 21:45     ` Alan Bowen
  0 siblings, 0 replies; 5+ messages in thread
From: Alan Bowen @ 2014-12-22 21:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Thanks, Wolfgang. I will re-schedule the items affected for  publication.

Season’s best,

Alan

On Mon, Dec 22, 2014 at 4:30 PM, Wolfgang Schuster <
schuster.wolfgang@gmail.com> wrote:

>
> Am 22.12.2014 um 13:49 schrieb Alan Bowen <bowenalan03@gmail.com>:
>
> Even with yesterday’s beta, this still does not work (though it used to
> several betas ago). Is there a bug or have I missed something?
>
>
> It’s a bug and with the conversion macros and I sent a fix to the
> developers list but I don’t know when Hans will upload a new release.
>
> 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
>
> ___________________________________________________________________________________
>

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

end of thread, other threads:[~2014-12-22 21:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-12 21:46 numberconversion bug? Alan Bowen
2014-12-18 14:20 ` Alan Bowen
2014-12-22 12:49 ` Alan Bowen
2014-12-22 21:30   ` Wolfgang Schuster
2014-12-22 21:45     ` Alan Bowen

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