Re: [NTG-context] getnumber and Roman numerals

2015-12-18 Thread Hans Hagen

On 12/18/2015 9:02 PM, Piotr Kopszak wrote:

Hello list,

This probably does not make much sense in normal circumstances, as I
would use simply itemize to get roman numerals for certain items then,
but this time I'm using output from a script and it would be much
easier for me to use \getnumber. Is it possile to convert \getnumber
output to roman numerals?


\romannumerals{123}
\Romannumerals{123}


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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] node error in latest beta

2015-12-18 Thread Hans Hagen

On 12/18/2015 9:20 PM, Alan Bowen wrote:

Darn. How do I tackle this, then?


i don't know ... can you check out a fresh install?


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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] node error in latest beta

2015-12-18 Thread Alan Bowen
Darn. How do I tackle this, then?

Alan

On Fri, Dec 18, 2015 at 12:01 PM, Hans Hagen  wrote:

> On 12/18/2015 4:18 PM, Alan Bowen wrote:
>
>> I did do a clean installation and the problem remains.
>>
>
> weird, given the simple example you use and that just works fine here
>
> Hans
>
>
>
> -
>   Hans Hagen | PRAGMA ADE
>   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
> tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
>  | www.pragma-pod.nl
> -
>
> ___
> 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
___

[NTG-context] getnumber and Roman numerals

2015-12-18 Thread Piotr Kopszak
Hello list,

This probably does not make much sense in normal circumstances, as I
would use simply itemize to get roman numerals for certain items then,
but this time I'm using output from a script and it would be much
easier for me to use \getnumber. Is it possile to convert \getnumber
output to roman numerals?

Piotr

-- 
http://okle.pl
___
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] [fontloader/old] mixed substitution / ligatures feature

2015-12-18 Thread Hans Hagen

On 12/18/2015 7:34 AM, Philipp Gesang wrote:

Hi Hans,

in the old loader, defining a feature containing mixed ligature /
substitution causes a crash. Here’s an example:

 \enabletrackers [otf.loading]
 \startluacode
   fonts.handlers.otf.addfeature ("dunno", {
   {
   type  = "substitution",
   data  = { [0x0022] = 0x201D },
   prepend   = true,
   },
   {
   type = "ligature",
   data = { [0x2013] = {0x002D, 0x002D} },
   prepend  = true,
   },
   })
   fonts.handlers.otf.features.register {
   name= "dunno",
   description = "bug demo",
   }
 \stopluacode

 \definefontfeature [myfeat] [default] [dunno=yes,liga=yes,mode=node]

 \definefont [somefont] [file:cmunrm.otf*myfeat]
 \starttext
   \somefont foo bar " baz
 \stoptext

This crashes in font-otn on account of a number being indexed.
This used to work -- anything that can be done about it?


i'll see if i can fix it but don't expect all upcoming features in the 
new loader to work in the old one


Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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] node error in latest beta

2015-12-18 Thread Hans Hagen

On 12/18/2015 4:18 PM, Alan Bowen wrote:

I did do a clean installation and the problem remains.


weird, given the simple example you use and that just works fine here

Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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] node error in latest beta

2015-12-18 Thread Alan Bowen
I did do a clean installation and the problem remains.

Alan

On Fri, Dec 18, 2015 at 8:48 AM, Hans Hagen  wrote:

> On 12/18/2015 2:01 PM, Alan Bowen wrote:
>
>> Hans—
>>
>> Just did and the error is still reported.
>>
>
> hm, it normally points to a format out of sync with a luatex engine
>
>
>
>
> -
>   Hans Hagen | PRAGMA ADE
>   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
> tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
>  | www.pragma-pod.nl
> -
>
> ___
> 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
___

Re: [NTG-context] New beta has issues with maths…

2015-12-18 Thread Hans Hagen

On 12/18/2015 12:53 PM, Otared Kavian wrote:

Hi Hans,

I just installed the new beta for testing purposes. In math mode the 
exponennts, indices, and punctuations do not work properly as you may see in 
the attached files.


ok, an engine bug (something goes out of range) (math mode active 
characters magic .. side effect of packing data) .. fixed in 0.87.1


Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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] node error in latest beta

2015-12-18 Thread Hans Hagen

On 12/18/2015 2:01 PM, Alan Bowen wrote:

Hans—

Just did and the error is still reported.


hm, it normally points to a format out of sync with a luatex engine



-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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] node error in latest beta

2015-12-18 Thread Alan Bowen
Hans—

Just did and the error is still reported.

Alan

On Fri, Dec 18, 2015 at 7:57 AM, Hans Hagen  wrote:

> On 12/18/2015 1:51 PM, Alan Bowen wrote:
>
>> In the latest beta, processing
>> \starttext
>>
>> Hello world!
>>
>> \stoptext
>>
>>   produces many lines of
>>
>> Synchronize ERROR: unknown node type 12
>>
>
> try
>
> context --make
>
>
>
>
> -
>   Hans Hagen | PRAGMA ADE
>   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
> tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
>  | www.pragma-pod.nl
> -
>
> ___
> 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
___

Re: [NTG-context] node error in latest beta

2015-12-18 Thread Hans Hagen

On 12/18/2015 1:51 PM, Alan Bowen wrote:

In the latest beta, processing
\starttext

Hello world!

\stoptext

  produces many lines of

Synchronize ERROR: unknown node type 12


try

context --make




-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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] node error in latest beta

2015-12-18 Thread Alan Bowen
In the latest beta, processing
\starttext

Hello world!

\stoptext

 produces many lines of

Synchronize ERROR: unknown node type 12

between the lines

fonts   > 'fallback modern-designsize rm 12pt' is loaded
 and

backend > xmp > using file
'/Applications/ConTeXt/tex/texmf-context/tex/context/base/lpdf-pdx.xml'

Alan
___
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] New beta and definepagebreak

2015-12-18 Thread Hans Hagen

On 12/18/2015 9:38 AM, Jan U. Hasecke wrote:

Hi all,

after updating to the new beta this doesn't work anymore.


\definepagebreak
 [pagebreak:chapter]
 [yes, header, footer]

\setuphead
 [chapter,title]
 [page=pagebreak:chapter]

\starttext

\chapter{Lorem ipsum}

\input tufte

\chapter{Dolor sit}

\input tufte

\stoptext


fixed in next upload


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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] New beta and definepagebreak

2015-12-18 Thread Jan U. Hasecke
Hi all,

after updating to the new beta this doesn't work anymore.


\definepagebreak
[pagebreak:chapter]
[yes, header, footer]

\setuphead
[chapter,title]
[page=pagebreak:chapter]

\starttext

\chapter{Lorem ipsum}

\input tufte

\chapter{Dolor sit}

\input tufte

\stoptext


TIA
juh
___
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] new bets

2015-12-18 Thread Thomas A. Schmitz

On 12/18/2015 09:07 AM, Mojca Miklavec wrote:

Hans asked my to stop syncing ConTeXt about a month ago, so I
commented out the syncing step on the server. He didn't ask me to
enable it again and I forgot. Nobody noticed and nobody complained
until now.

I believe that ConTeXt should work again everywhere except on
i386-freebsd, solaris and armhf.


Thanks Mojca. Yes, it works again, now I get

current version: 2015.12.17 15:57

So looks good, will test this new version.

Thomas
___
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] new bets

2015-12-18 Thread Mojca Miklavec
On 18 December 2015 at 08:33, Thomas A. Schmitz wrote:
> On 12/17/2015 03:00 PM, Hans Hagen wrote:
>>
>> Hi,
>>
>> I'm going to upload a new beta but this one needs luatex 0.87 which is
>> in the process of being released. So, don't update unless you knwo that
>> your platform binary is provided (or just keep your old tree as backup).
>>
>> Hans
>
>
> Hmm, linux64 has the latest luatex, but building formats fails with
>
> This is LuajitTeX, Version beta-0.87.0 (TeX Live 2016/dev)  (INITEX)
>  system commands enabled.
> (/home/tas/latest/tex/texmf-context/tex/context/base/cont-nl.mkiv
> (/home/tas/latest/tex/texmf-context/tex/context/base/context.mkiv
> (/home/tas/latest/tex/texmf-context/tex/context/base/syst-ini.mkiv
> ! unexpected use of \pdfvariable.
> 
> r
> l.397 ...edef\pdfreplacefont {\pdfvariable r
>   eplacefont} \pdfre...
> ?
> ! Emergency stop.
> 
> r
> l.397 ...edef\pdfreplacefont {\pdfvariable r
>   eplacefont} \pdfre...
> !  ==> Fatal error occurred, bad output DVI file produced!
> No pages of output.
> Transcript written on cont-nl.log.

Hans asked my to stop syncing ConTeXt about a month ago, so I
commented out the syncing step on the server. He didn't ask me to
enable it again and I forgot. Nobody noticed and nobody complained
until now.

I believe that ConTeXt should work again everywhere except on
i386-freebsd, solaris and armhf.

Mojca
___
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] new bets

2015-12-18 Thread Thomas A. Schmitz

On 12/18/2015 08:50 AM, Akira Kakuto wrote:

Your ConTeXt must be older than
mtx-context | current version: 2015.12.17 15:57

Best,
Akira



???

This is running first-setup.sh, so it should be updating to the latest 
context. So something in the update script appears to be malfunctioning.


Thomas
___
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
___