Re: [NTG-context] Creating SVG: using MetaFun, exporting proper units, conversion to DXF

2017-02-16 Thread Mojca Miklavec
On 16 February 2017 at 21:07, William Adams wrote: > Another option here would be to use a tool which directly accepts SVGs --- > one free/opensource tool for that is PartKAM/MakerCAM. > > My apologies for the late response --- investigating this sort of thing > myself, though I'll likely be using

Re: [NTG-context] strange crash

2017-02-16 Thread Alan Braslau
On Thu, 16 Feb 2017 21:56:55 +0100 "j. van den hoff" wrote: > just to avoid confusion: my initial report concerned x86_64 linux. I have no problem with your MWE under 64bit linux. Hans did point-out that there might be some instability today as we are in the process of

Re: [NTG-context] strange crash

2017-02-16 Thread Pablo Rodriguez
On 02/16/2017 10:32 PM, j. van den hoff wrote: > On Thu, 16 Feb 2017 22:20:14 +0100, Pablo Rodriguez wrote: >> [...] >> You might try the 32bit version for Linux. > [...] > unfortunately this does not run through: > `source temp-ctx-install/tex/setuptex' complains `binaries for

Re: [NTG-context] strange crash

2017-02-16 Thread j. van den hoff
On Thu, 16 Feb 2017 22:20:14 +0100, Pablo Rodriguez wrote: On 02/16/2017 09:56 PM, j. van den hoff wrote: [...] just to avoid confusion: my initial report concerned x86_64 linux. I know and you’d have downloaded the Linux64 binaries. understood. You might try the 32bit

Re: [NTG-context] strange crash

2017-02-16 Thread Pablo Rodriguez
On 02/16/2017 09:56 PM, j. van den hoff wrote: > [...] > just to avoid confusion: my initial report concerned x86_64 linux. I know and you’d have downloaded the Linux64 binaries. You might try the 32bit version for Linux. It takes less than 2 minutes with a decent internet connection. After

Re: [NTG-context] strange crash

2017-02-16 Thread j. van den hoff
On Thu, 16 Feb 2017 21:54:01 +0100, Alan Braslau wrote: On Thu, 16 Feb 2017 21:40:40 +0100 Pablo Rodriguez wrote: On 02/16/2017 07:51 PM, j. van den hoff wrote: > hi, > in a pristine standalone context (installed yesterday) under ubuntu > I see a

Re: [NTG-context] strange crash

2017-02-16 Thread Alan Braslau
On Thu, 16 Feb 2017 21:40:40 +0100 Pablo Rodriguez wrote: > On 02/16/2017 07:51 PM, j. van den hoff wrote: > > hi, > > in a pristine standalone context (installed yesterday) under ubuntu > > I see a seemingly consistent crash of luatex if the document > > contains footnotes [...] >

Re: [NTG-context] strange crash

2017-02-16 Thread Pablo Rodriguez
On 02/16/2017 07:51 PM, j. van den hoff wrote: > hi, > in a pristine standalone context (installed yesterday) under ubuntu I see > a seemingly consistent crash of luatex if the document contains footnotes > [...] > while without the footnote it does compile just fine (the same happens in >

Re: [NTG-context] Creating SVG: using MetaFun, exporting proper units, conversion to DXF

2017-02-16 Thread William Adams
Another option here would be to use a tool which directly accepts SVGs --- one free/opensource tool for that is PartKAM/MakerCAM. My apologies for the late response --- investigating this sort of thing myself, though I'll likely be using a proprietary tool, Carbide Create to drive either a Nomad

Re: [NTG-context] strange crash

2017-02-16 Thread Marcus Vinicius Mesquita
I could compile the MWE with no problems whatsoever on arch linux 64bit. On Thu, Feb 16, 2017 at 5:36 PM, j. van den hoff wrote: > On Thu, 16 Feb 2017 20:32:28 +0100, Alan Braslau > wrote: > >> I confirm this (with a different error message) on 32bit

Re: [NTG-context] strange crash

2017-02-16 Thread j. van den hoff
On Thu, 16 Feb 2017 20:32:28 +0100, Alan Braslau wrote: I confirm this (with a different error message) on 32bit linux, thanks for confirming this. but it compiles fine on 64bit linux, 64bit freebsd and 64bit osx. in my case it happens on a 64 bit linux(ubuntu)

Re: [NTG-context] strange crash

2017-02-16 Thread Alan Braslau
I confirm this (with a different error message) on 32bit linux, but it compiles fine on 64bit linux, 64bit freebsd and 64bit osx. Alan On Thu, 16 Feb 2017 19:51:25 +0100 "j. van den hoff" wrote: > in a pristine standalone context (installed yesterday) under ubuntu I >

[NTG-context] strange crash

2017-02-16 Thread j. van den hoff
hi, in a pristine standalone context (installed yesterday) under ubuntu I see a seemingly consistent crash of luatex if the document contains footnotes minimal example: \starttext foo\footnote{bar} \stoptext which crashes with this output: 8<-

Re: [NTG-context] labeltext via lua

2017-02-16 Thread Hans Hagen
On 2/16/2017 3:06 PM, Andreas Schneider wrote: Am 2017-02-16 14:43, schrieb Hans Hagen: because additional ones live at the tex end why not use context.labeltext etc? Hans `context.labeltext` would immediately print the label, so I cannot use the value within lua. My workaround would be a

Re: [NTG-context] labeltext via lua

2017-02-16 Thread Andreas Schneider
Am 2017-02-16 14:43, schrieb Hans Hagen: because additional ones live at the tex end why not use context.labeltext etc? Hans `context.labeltext` would immediately print the label, so I cannot use the value within lua. My workaround would be a crossover between lua and tex, but that

Re: [NTG-context] labeltext via lua

2017-02-16 Thread Hans Hagen
On 2/16/2017 2:12 PM, Andreas Schneider wrote: Am 2017-02-16 11:50, schrieb Hans Hagen: languages.data.labels.texts.appendix.labels.en look into lang-txt.lua Hello Hans, I already looked into this and even printed the whole languages.data table at runtime, but didn't find my keys in there.

Re: [NTG-context] labeltext via lua

2017-02-16 Thread Andreas Schneider
Am 2017-02-16 11:50, schrieb Hans Hagen: languages.data.labels.texts.appendix.labels.en look into lang-txt.lua Hello Hans, I already looked into this and even printed the whole languages.data table at runtime, but didn't find my keys in there. Here is an example which apparently doesn't

Re: [NTG-context] labeltext via lua

2017-02-16 Thread Hans Hagen
On 2/16/2017 11:36 AM, Andreas Schneider wrote: Hello, if I define a labeltext via \setuplabeltext[en][test=Something], how can I access that value via lua? (context.labeltext obviously prints the content, but doesn't allow me to use it in lua). languages.data.labels.texts.appendix.labels.en

[NTG-context] labeltext via lua

2017-02-16 Thread Andreas Schneider
Hello, if I define a labeltext via \setuplabeltext[en][test=Something], how can I access that value via lua? (context.labeltext obviously prints the content, but doesn't allow me to use it in lua). As a related side-request: how can I fix expansion in cases like this:

[NTG-context] Section 1.2)-3

2017-02-16 Thread Procházka Lukáš Ing .
Hello, how to \setuphead to produce numbers like "1.2)-3"? \setuphead[section][] \setuphead[subsection][] \setuphead[subsubsection][] \section{Sec} % To give "1. Sec" \subsection{SSec} % To give "1.1) SSec" \subsubsection{SSSec} % To give "1.1)-1. SSSec" Best regards, Lukas