[NTG-context] Pretty print Ctx code into HTML

2016-08-23 Thread Lukáš Procházka
Hello, does anybody know about a tool (maybe ConTeXt has something like this built-in) which would convert ConTeXt code into pretty-printed HTML code? E.g.: t.mkiv \starttext \foo[bar] baz \stoptext to be rewritten into e.g.: t.html \starttext \foo[bar] baz \stoptext

Re: [NTG-context] bug in widows and orphans prevention?

2016-08-23 Thread Pablo Rodriguez
On 08/23/2016 08:46 PM, Wolfgang Schuster wrote: >> Pablo Rodriguez 23. August 2016 um 20:35 >> [...] >> With both typefaces (Latin Modern at 12.5pt and TeX Gyre Pagella at >> 12pt), I get an orphan line on the second page. >> >> Have I hit a bug or am I missing something? > > You can use the

Re: [NTG-context] bug in widows and orphans prevention?

2016-08-23 Thread Wolfgang Schuster
Pablo Rodriguez 23. August 2016 um 20:35 Dear list, I have the following sample: \showframe\showgrid \startsetups[orphanwidow] \setup[reset] \widowpenalty=1 \clubpenalty=1 \brokenpenalty=1 \stopsetups \setuplayout[setups={orphanwidow}] \setupbodyfont[12.5pt] %~

[NTG-context] bug in widows and orphans prevention?

2016-08-23 Thread Pablo Rodriguez
Dear list, I have the following sample: \showframe\showgrid \startsetups[orphanwidow] \setup[reset] \widowpenalty=1 \clubpenalty=1 \brokenpenalty=1 \stopsetups \setuplayout[setups={orphanwidow}] \setupbodyfont[12.5pt] %~

Re: [NTG-context] standalone / setuptex on ARM

2016-08-23 Thread Philipp Gesang
· > The Raspberry PI returns: > > $ readelf -A /proc/self/exe > Attribute Section: aeabi > File Attributes > Tag_CPU_name: "6" > Tag_CPU_arch: v6 > Tag_ARM_ISA_use: Yes > Tag_THUMB_ISA_use: Thumb-1 > Tag_FP_arch: VFPv2 > Tag_ABI_PCS_wchar_t: 4 > Tag_ABI_FP_rounding: Needed

Re: [NTG-context] standalone / setuptex on ARM

2016-08-23 Thread luigi scarso
On Tue, Aug 23, 2016 at 12:53 PM, Mojca Miklavec wrote: > On 23 August 2016 at 12:03, Mojca Miklavec wrote: >> On 23 August 2016 at 11:15, Mojca Miklavec wrote: >>> >>> I'll apply the patch. Now, setuptex is not problematic, the same patch >>> goes there. But

Re: [NTG-context] standalone / setuptex on ARM

2016-08-23 Thread Mojca Miklavec
On 23 August 2016 at 12:03, Mojca Miklavec wrote: > On 23 August 2016 at 11:15, Mojca Miklavec wrote: >> >> I'll apply the patch. Now, setuptex is not problematic, the same patch >> goes there. But mtxrun doing its own guesswork on top of this might >> be. Let's see. > > Can you please try to

Re: [NTG-context] standalone / setuptex on ARM

2016-08-23 Thread Mojca Miklavec
On 23 August 2016 at 11:15, Mojca Miklavec wrote: > On 23 August 2016 at 10:44, Hans Hagen wrote: >> On 8/23/2016 7:46 AM, Philipp Gesang wrote: >>> >>> Hi, >>> >>> when setting up Context for my phone, I noticed the ARM binaries >>> that come with the Standalone don’t work because the system is

Re: [NTG-context] standalone / setuptex on ARM

2016-08-23 Thread Mojca Miklavec
On 23 August 2016 at 11:15, Mojca Miklavec wrote: > > Just for the reference, here is the code (I put "armhf" to the "else" part): ... which was of course a bad idea :) Mojca ___ If your question is of interest to

Re: [NTG-context] armhf luatex binary from the context minimals

2016-08-23 Thread luigi scarso
On Tue, Aug 23, 2016 at 10:24 AM, Mojca Miklavec wrote: > On 23 August 2016 at 10:17, Hans Hagen wrote: >> On 8/23/2016 8:37 AM, Lutz Haseloff wrote: >>> >>> Hi all, >>> >>> i finally got the context minimals working on my phone. >>> I use GNURoot (Debian Jessie).

Re: [NTG-context] standalone / setuptex on ARM

2016-08-23 Thread Mojca Miklavec
Hi, (I'm adding a few people to CC in case they are interested in the topic. Feel free to ignore if you aren't :) On 23 August 2016 at 10:44, Hans Hagen wrote: > On 8/23/2016 7:46 AM, Philipp Gesang wrote: >> >> Hi, >> >> when setting up Context for my phone, I noticed the ARM binaries >> that

Re: [NTG-context] armhf luatex binary from the context minimals

2016-08-23 Thread luigi scarso
On Tue, Aug 23, 2016 at 10:23 AM, Lutz Haseloff wrote: > where can i get it? https://foundry.supelec.fr/scm/?group_id=10 -- luigi ___ If your question is of interest to others as well,

Re: [NTG-context] standalone / setuptex on ARM

2016-08-23 Thread Hans Hagen
On 8/23/2016 7:46 AM, Philipp Gesang wrote: Hi, when setting up Context for my phone, I noticed the ARM binaries that come with the Standalone don’t work because the system is armv7l soft-float: $ gcc -v Using built-in specs. COLLECT_GCC=gcc

Re: [NTG-context] armhf luatex binary from the context minimals

2016-08-23 Thread Mojca Miklavec
On 23 August 2016 at 10:17, Hans Hagen wrote: > On 8/23/2016 8:37 AM, Lutz Haseloff wrote: >> >> Hi all, >> >> i finally got the context minimals working on my phone. >> I use GNURoot (Debian Jessie). >> first-setup.sh works as expected. >> Only one problem remains. The luatex binary: >> >> >>

Re: [NTG-context] armhf luatex binary from the context minimals

2016-08-23 Thread Lutz Haseloff
where can i get it? Hans Hagen schrieb am Di., 23. Aug. 2016 um 10:18 Uhr: > On 8/23/2016 8:37 AM, Lutz Haseloff wrote: > > Hi all, > > > > i finally got the context minimals working on my phone. > > I use GNURoot (Debian Jessie). > > first-setup.sh works as expected. > > Only

Re: [NTG-context] armhf luatex binary from the context minimals

2016-08-23 Thread Hans Hagen
On 8/23/2016 8:37 AM, Lutz Haseloff wrote: Hi all, i finally got the context minimals working on my phone. I use GNURoot (Debian Jessie). first-setup.sh works as expected. Only one problem remains. The luatex binary: http://minimals.contextgarden.net/current/bin/luatex/linux-armhf/bin/luatex

[NTG-context] armhf luatex binary from the context minimals

2016-08-23 Thread Lutz Haseloff
Hi all, i finally got the context minimals working on my phone. I use GNURoot (Debian Jessie). first-setup.sh works as expected. Only one problem remains. The luatex binary: http://minimals.contextgarden.net/current/bin/luatex/linux-armhf/bin/luatex This is LuaTex, Version 0.98.1 (TeX Live