[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


Best regards,

Lukas

--
Ing. Lukáš Procházka | mailto:l...@pontex.cz
Pontex s. r. o.  | mailto:pon...@pontex.cz | http://www.pontex.cz
Bezová 1658
147 14 Praha 4

Tel: +420 241 096 751
Fax: +420 244 461 038

___
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] 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 \setpenalties command which gives you more options.
> 
> \startsetups[orphanwidow]
> \directsetup{*reset}
> \setpenalties \widowpenalties{1}{1}
> \setpenalties \clubpenalties {1}{1}
> \brokenpenalty\plusone
> \stopsetups

Many thanks for your fast reply, Wolfgang.

Why doesn’t the previous code work? Has ConTeXt changed in this area?

I would like to know, since I want to know for sure whether I will have
to replace the old code with the new one in all my documents.

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___
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] 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]
%~ \setupbodyfont[pagella]
\starttext
\dorecurse{10}{\input zapf\par}
\stoptext

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 \setpenalties command which gives you more options.

\startsetups[orphanwidow]
\directsetup{*reset}
\setpenalties \widowpenalties{1}{1}
\setpenalties \clubpenalties {1}{1}
\brokenpenalty\plusone
\stopsetups

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
___

[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]
%~ \setupbodyfont[pagella]
\starttext
\dorecurse{10}{\input zapf\par}
\stoptext

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?

BTW, I’m using latest beta from 2016.08.23 11:14. My platform is linux
(32bit) and LuaTeX is 0.98.1.

Many thanks for your help,

Pablo
-- 
http://www.ousia.tk
___
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] 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
>   Tag_ABI_FP_denormal: Needed
>   Tag_ABI_FP_exceptions: Needed
>   Tag_ABI_FP_number_model: IEEE 754
>   Tag_ABI_align_needed: 8-byte
>   Tag_ABI_align_preserved: 8-byte, except leaf SP
>   Tag_ABI_enum_size: int
>   Tag_ABI_HardFP_use: SP and DP
>   Tag_ABI_VFP_args: VFP registers
>   Tag_CPU_unaligned_access: v6
> 
> and both tests fail (like they are supposed to).

Yep, I tested on one of my Π’s. ;)

>  That's great, I'll
> patch the scripts, thank you very much. I was a bit frustrated by the
> inability to support both platforms properly.

> I'm now waiting for the code for the 64-bit arm binaries :)

Can’t help with that directly, I have a Π3 but it’s still running
a 32 bit distro.

> I have one in my drawer that I still need to set up.
> 
> > i'll let mojca decide that ... (i just ship what she patches in setuptex)
> 
> 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.
> 
> And then there's the next question: what hardware/software do we need
> if we want to add an additional unit to our (new) build farm? At the
> moment Boris is kindly providing the binaries, but it would be nice to
> add some small piece of hardware into the cellar that just waits and
> starts building automatically whenever there's a need to do so.

I’ve set up a scratchbox [0] cross build env that produces usable
binaries. Maybe if I manage to get that automated I could provide
the soft-float binary. (I’ve only built Luatex so far, not sure
what else is needed.)

> Taco, Philipp just volunteered for a presentation (with workshop) at
> the ConTeXt Meeting.
> Title: Running ConTeXt (and compiling binaries) on my phone.

The hard part is displaying the PDFs. I’ll be glad to answer
questions but I doubt many would be interested on the oddities of
exotic 7 years old hardware =)

Thanks for including the patch,
Philipp

[0] This one: http://www.scratchbox.org/ -- not \box \scratchbox!



pgpUzuHVYRoRZ.pgp
Description: PGP signature
___
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] 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 mtxrun doing its own guesswork on top of this might
>>> be. Let's see.
>>
>> Can you please try to fetch first-setup.sh again and try to reinstall
>> ConTeXt? You should get LuaTeX beta-0.90.0 r5889 which is a bit old,
>> but just to check whether things work at all. If Luigi plans to make a
>> new release today, it makes no sense to rebuild the binary now
>> (building might take longer than waiting for a new release :)
>
> OK, so Hans' RPi returns (among others):
>
> $ readelf -A /proc/self/exe
>   Tag_CPU_name: "6"
>   Tag_CPU_arch: v6
>   Tag_THUMB_ISA_use: Thumb-1
>   Tag_FP_arch: VFPv2
>   Tag_ABI_HardFP_use: SP and DP
>   Tag_ABI_VFP_args: VFP registers
>
> and the Android by Lutz returns:
>
> $ readelf -A /proc/self/exe
>   Tag_CPU_name: "7-A"
>   Tag_CPU_arch: v7
>   Tag_THUMB_ISA_use: Thumb-2
>   Tag_FP_arch: VFPv3-D16
>   Tag_ABI_HardFP_use: SP and DP
>   Tag_ABI_VFP_args: VFP registers
>
> So his platform gets recognised as armhf and uses the binaries
> compiled on RPi, but it gives strange results.
>
> Lutz, I suggest you come to the ConTeXt Meeting (train ticket to
> Zwolle costs just 29-39 EUR) and don't let Luigi & Philipp away from
> their keybords until your problem gets fixed :) :) :)

I wonder if we have to consider Android instead of ARM.


-- 
luigi
___
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] 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 fetch first-setup.sh again and try to reinstall
> ConTeXt? You should get LuaTeX beta-0.90.0 r5889 which is a bit old,
> but just to check whether things work at all. If Luigi plans to make a
> new release today, it makes no sense to rebuild the binary now
> (building might take longer than waiting for a new release :)

OK, so Hans' RPi returns (among others):

$ readelf -A /proc/self/exe
  Tag_CPU_name: "6"
  Tag_CPU_arch: v6
  Tag_THUMB_ISA_use: Thumb-1
  Tag_FP_arch: VFPv2
  Tag_ABI_HardFP_use: SP and DP
  Tag_ABI_VFP_args: VFP registers

and the Android by Lutz returns:

$ readelf -A /proc/self/exe
  Tag_CPU_name: "7-A"
  Tag_CPU_arch: v7
  Tag_THUMB_ISA_use: Thumb-2
  Tag_FP_arch: VFPv3-D16
  Tag_ABI_HardFP_use: SP and DP
  Tag_ABI_VFP_args: VFP registers

So his platform gets recognised as armhf and uses the binaries
compiled on RPi, but it gives strange results.

Lutz, I suggest you come to the ConTeXt Meeting (train ticket to
Zwolle costs just 29-39 EUR) and don't let Luigi & Philipp away from
their keybords until your problem gets fixed :) :) :)

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] 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
>>> armv7l soft-float:
>>>
>>> Since I’m supplying my own Luatex binary that’s no problem per
>>> se, I just had to modify setuptex a bit.
>>>
>>> Could we add a couple lines like the attached patch to the
>>> script?
>>
>> i'll let mojca decide that ... (i just ship what she patches in setuptex)
>
> 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 fetch first-setup.sh again and try to reinstall
ConTeXt? You should get LuaTeX beta-0.90.0 r5889 which is a bit old,
but just to check whether things work at all. If Luigi plans to make a
new release today, it makes no sense to rebuild the binary now
(building might take longer than waiting for a new release :)

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] 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 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] 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).
>>> 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 2017/dev)
>>
>>
>> can you try 0.98.3 ?
>
> We only ship 0.98.1 r6083.
>
> In order to build 0.98.3 Luigi should apply the necessary changes to
> the repository.

I will publish 0.98.3 after noon


-- 
luigi
___
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] 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 come with the Standalone don’t work because the system is
>> armv7l soft-float:
>>
>> $ gcc -v
>> Using built-in specs.
>> COLLECT_GCC=gcc
>> COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabi/4.6/lto-wrapper
>> Target: arm-linux-gnueabi
>> Configured with: ../src/configure -v --with-pkgversion='Debian
>> 4.6.3-14' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs
>> --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
>> --program-suffix=-4.6 --enable-shared --enable-linker-build-id
>> --with-system-zlib --libexecdir=/usr/lib --without-included-gettext
>> --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6
>> --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu
>> --enable-libstdcxx-debug --enable-libstdcxx-time=yes
>> --enable-gnu-unique-object --enable-plugin --enable-objc-gc
>> --disable-sjlj-exceptions --with-arch=armv4t --with-float=soft
>> --enable-checking=release --build=arm-linux-gnueabi --host=arm-linux-gnueabi
>> --target=arm-linux-gnueabi
>> Thread model: posix
>> gcc version 4.6.3 (Debian 4.6.3-14)
>>
>> Since I’m supplying my own Luatex binary that’s no problem per
>> se, I just had to modify setuptex a bit.
>>
>> Could we add a couple lines like the attached patch to the
>> script? I’m under the impression that “armel” is a Debian
>> specific term so feel free to change it. Though it might be
>> better in general to use the “arm-linux-gnueabi” and
>> “arm-linux-gnueabihf” triplets to separate the platforms.

I don't want to use significantly different names from what TeX Live
uses, so I would prefer to stick with "armel" and "armhf", but the
main point is to be able to differentiate between the two platforms
and so far I wasn't able to without the use of config.guess (which
triggers the compiler etc) or without users manually setting their
platform.

Thanks a lof for the patch.

Just for the reference, here is the code (I put "armhf" to the "else" part):

armv7l)
  # machine id output by uname(1) is
  # insufficent to determine whether this
  # is a soft or hard float system so we
  # check ourselves.
  # a) binutils, this should work almost
  #everywhere
  if $(which readelf >/dev/null 2>&1); then
readelf -A /proc/self/exe | grep -q '^ \+Tag_ABI_VFP_args'
if [ ! $? ]; then
  platform="linux-armel"
fi
  # b) debian-specific fallback
  elif $(which dpkg >/dev/null 2>&1); then
if [ "$(dpkg --print-architecture)" = armel ]; then
platform="linux-armel"
fi
  # else go with hard fp
  else
platform="linux-armhf"
  fi
  ;;

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
  Tag_ABI_FP_denormal: Needed
  Tag_ABI_FP_exceptions: Needed
  Tag_ABI_FP_number_model: IEEE 754
  Tag_ABI_align_needed: 8-byte
  Tag_ABI_align_preserved: 8-byte, except leaf SP
  Tag_ABI_enum_size: int
  Tag_ABI_HardFP_use: SP and DP
  Tag_ABI_VFP_args: VFP registers
  Tag_CPU_unaligned_access: v6

and both tests fail (like they are supposed to). That's great, I'll
patch the scripts, thank you very much. I was a bit frustrated by the
inability to support both platforms properly.

I'm now waiting for the code for the 64-bit arm binaries :)
I have one in my drawer that I still need to set up.

> i'll let mojca decide that ... (i just ship what she patches in setuptex)

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.

And then there's the next question: what hardware/software do we need
if we want to add an additional unit to our (new) build farm? At the
moment Boris is kindly providing the binaries, but it would be nice to
add some small piece of hardware into the cellar that just waits and
starts building automatically whenever there's a need to do so.

Taco, Philipp just volunteered for a presentation (with workshop) at
the ConTeXt Meeting.
Title: Running ConTeXt (and compiling binaries) on my phone.

Mojca

PS: Now looking for the next volunteer to answer a similar problem for
mips (ok, we no longer ship the binaries in ConTeXt, so it's not
really an issue until the next user passes by):

http://stackoverflow.com/questions/7101038/how-to-distinguish-between-mips-cpu-types-on-linux-when-dpkg-architecture-is-abs
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : 

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, 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] 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
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabi/4.6/lto-wrapper
Target: arm-linux-gnueabi
Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.3-14' 
--with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs 
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr 
--program-suffix=-4.6 --enable-shared --enable-linker-build-id 
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext 
--enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object 
--enable-plugin --enable-objc-gc --disable-sjlj-exceptions --with-arch=armv4t 
--with-float=soft --enable-checking=release --build=arm-linux-gnueabi 
--host=arm-linux-gnueabi --target=arm-linux-gnueabi
Thread model: posix
gcc version 4.6.3 (Debian 4.6.3-14)

Since I’m supplying my own Luatex binary that’s no problem per
se, I just had to modify setuptex a bit.

Could we add a couple lines like the attached patch to the
script? I’m under the impression that “armel” is a Debian
specific term so feel free to change it. Though it might be
better in general to use the “arm-linux-gnueabi” and
“arm-linux-gnueabihf” triplets to separate the platforms.


i'll let mojca decide that ... (i just ship what she patches in setuptex)

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | 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] 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:
>>
>>
>> http://minimals.contextgarden.net/current/bin/luatex/linux-armhf/bin/luatex
>> This is LuaTex, Version 0.98.1 (TeX Live 2017/dev)
>
>
> can you try 0.98.3 ?

We only ship 0.98.1 r6083.

In order to build 0.98.3 Luigi should apply the necessary changes to
the repository.

But it's quite likely that the binaries are indeed incompatible, I
have no clue. See also the other post about arm from today.

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] 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 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 2017/dev)
>
> can you try 0.98.3 ?
>
> > ignores interword spaces completely.
> >
> > \starttext
> > Test Test\kern 1cm Test
> > \stoptext
> >
> > results in "TestTestTest" in the pdf.
> >
> > I helped myself and copied the luatex binary from the texlive binary
> > archive to my phone.
> > ftp://tug.org/historic/systems/texlive/2016/texlive-20160523-bin.tar.xz
> >
> > But i would like to try out the greatest and latest features of luatex.
> >
> > Is there a way to get the context minimals luatex binary properly
> working?
> >
> >
> > Greetings Lutz
> >
> >
> >
> ___
> > 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
> >
> ___
> >
>
>
> --
>
> -
>Hans Hagen | PRAGMA ADE
>Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
> tel: 038 477 53 69 | www.pragma-ade.nl | 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] 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
This is LuaTex, Version 0.98.1 (TeX Live 2017/dev)


can you try 0.98.3 ?


ignores interword spaces completely.

\starttext
Test Test\kern 1cm Test
\stoptext

results in "TestTestTest" in the pdf.

I helped myself and copied the luatex binary from the texlive binary
archive to my phone.
ftp://tug.org/historic/systems/texlive/2016/texlive-20160523-bin.tar.xz

But i would like to try out the greatest and latest features of luatex.

Is there a way to get the context minimals luatex binary properly working?


Greetings Lutz


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




--

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | 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] 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 2017/dev)

ignores interword spaces completely.

\starttext
Test Test\kern 1cm Test
\stoptext

results in "TestTestTest" in the pdf.

I helped myself and copied the luatex binary from the texlive binary
archive to my phone.
ftp://tug.org/historic/systems/texlive/2016/texlive-20160523-bin.tar.xz

But i would like to try out the greatest and latest features of luatex.

Is there a way to get the context minimals luatex binary properly working?


Greetings Lutz
___
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
___