Re: [NTG-context] Problem installing standalone on linux-64

2017-10-06 Thread luigi scarso
On Fri, Oct 6, 2017 at 2:44 PM, luigi scarso  wrote:
> On Fri, Oct 6, 2017 at 2:16 PM, Mikael P. Sundqvist  wrote:
>> Hi!
>>
>> When trying to install a standalone I get into trouble. First I run
> confirmed, it's the new installer...
> we are trying to get rid of the cygwin dependency.
it should be ok now.


-- 
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

[NTG-context] Fwd: ligature exceptions

2017-10-06 Thread Henning Hraban Ramm

Am 2017-09-28 um 01:16 schrieb Hans Hagen :

> On 9/27/2017 11:08 PM, Thomas A. Schmitz wrote:
>> On 09/27/2017 10:25 PM, Henning Hraban Ramm wrote:
>>> Thank you for the suggestion.
>>> I tried
>>> 
>>> \replaceword[eka][Auflage][Au{fl}age]
>>> \setreplacements[eka]
>>> 
>>> and even converted the german wordlist from the selnolig package, but it 
>>> doesn’t help.
>> Works here. You'll have to make a real example.
> I'll add an extra (simple) definition format:
> 
> \replaceword [eka] [Au{fl}age Shiff{f}ahrt]
> 
> I leave it to others to collect (reasonable) lists of words. We can these to 
> the distribution then.

Thank you very much, it works now.
Here’s* the converted German wordlist from the selnolig package, still in the 
"old" single word syntax.
I just \input it in my environment. I didn’t measure, but I don’t experience a 
delay - great!

I’ll also add a wiki page about ligatures.**

*) The message didn’t make it to the list on the first try, because the 
attachment was too big.
It’s now at http://wiki.contextgarden.net/images/b/be/nolig-german-wordlist.tex
**) http://wiki.contextgarden.net/Ligatures

Greetlings, Hraban
---
http://www.fiee.net
http://wiki.contextgarden.net
GPG Key ID 1C9B22FD


___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] Sorting of abbreviations in index

2017-10-06 Thread Henning Hraban Ramm
Sorry to insist, but this bug is blocking the publication of our latest book:


\def\Some#1{#1}
\def\Sindex#1{\index{\Some{#1}}#1}

\starttext

\index{Tufte}\index{Knuth}\index{Zapf}
\index{Sole}\index{Some}\index{Sone}

\input tufte \Sindex{Tufte}

\input knuth \Sindex{Knuth}

\input zapf \Sindex{Zapf}

\placeindex

\stoptext


The generated index sorts everything that is indexed via \Sindex{} after "Some".

In the book, I’m using ConTeXt’s abbreviations (synonyms) mechanism and resolve 
them with \infull, so that all the organizations are sorted after "infull".

I don’t understand what’s going on in strc-reg.mkiv or strc-reg.lua, but I 
guess the problem might be in local function filtercollected - or does some 
interpolation take place within \index (\register[something]) itself?

Greetlings, Hraban
---
http://www.fiee.net
http://wiki.contextgarden.net
GPG Key ID 1C9B22FD

___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

[NTG-context] Risposta: Risposta: installing ConTeXt on ARM linux

2017-10-06 Thread MF
Il giorno ven, 06/10/2017 alle 16.06 +0200, Floris van Manen ha
scritto:
> > On 6 Oct 2017, at 13:42, MF  wrote:
> > 
> > Once they get to support it, you could download the texlive context
> > package that comes with Debian.
> 
> thanks for the hint.
> it turns out that the ubuntu distribution for the nanopi board has
> the context packages included already.
> (and it works ;-)
> 
> 
> mtx-context | ConTeXt Process Management 0.61
> mtx-context |
> mtx-context | main context file:
> /usr/share/texmf/tex/context/base/context.mkiv
> mtx-context | current version: 2015.05.18 12:26
> 

That is quite old.

I read that the H5 CPU is an ARMv8-A, that is user space compatible
with 32bit ARM software.

You could try this:

- edit first-setup.sh

- comment out the line 

  cpu=`uname -m`

  like this:

  # cpu=`uname -m`

- in the following line write this:

  cpu = "armv7l"

- save and run the script

This hack is to make the script believe it's running on an ARM 32 bit
platform, and download the latest ARM 32 bit beta of ConTeXt.
(still there could be a problem with the platform, soft or hardware
floating point, let us know)

I can't assure that it works, it's a hack, but it should not brick your
board.

Best wishes,
Massi
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] Risposta: installing ConTeXt on ARM linux

2017-10-06 Thread Floris van Manen

> On 6 Oct 2017, at 13:42, MF  wrote:
> 
> Once they get to support it, you could download the texlive context
> package that comes with Debian.

thanks for the hint.
it turns out that the ubuntu distribution for the nanopi board has the context 
packages included already.
(and it works ;-)


mtx-context | ConTeXt Process Management 0.61
mtx-context |
mtx-context | main context file: 
/usr/share/texmf/tex/context/base/context.mkiv
mtx-context | current version: 2015.05.18 12:26


This is LuaTeX, Version beta-0.80.0 (TeX Live 2015/Debian) (rev 5238)

Execute  'luatex --credits'  for credits and version details.

There is NO warranty. Redistribution of this software is covered by
the terms of the GNU General Public License, version 2 or (at your option)
any later version. For more information about these matters, see the file
named COPYING and the LuaTeX source.

Copyright 2015 Taco Hoekwater, the LuaTeX Team.



.F


signature.asc
Description: Message signed with OpenPGP using GPGMail
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] Risposta: installing ConTeXt on ARM linux

2017-10-06 Thread Hans Hagen

On 10/6/2017 1:42 PM, MF wrote:

Il giorno ven, 06/10/2017 alle 12.37 +0200, Floris van Manen ha
scritto:

i have this snazzy little €30 quad core ARM board with 8GB eMMC.
It runs my python3 scripts at 1/3 the speed of my MacBookPro mid
2009.

http://wiki.friendlyarm.com/wiki/index.php/NanoPi_NEO_Plus2

To me it looks like a perfect network ConTeXt server.
If there is something i can do to get the ConTeXt ARM going, please
let me know.


.F



You could follow this:

https://www.armbian.com/nanopi-neo-plus2/

Once they get to support it, you could download the texlive context
package that comes with Debian.
normally we're a bit ahead of texlive and we use the compile farm to 
make binaries then (either of not via cross compiling)


Hans


-
  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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] Problem installing standalone on linux-64

2017-10-06 Thread luigi scarso
On Fri, Oct 6, 2017 at 2:16 PM, Mikael P. Sundqvist  wrote:
> Hi!
>
> When trying to install a standalone I get into trouble. First I run
confirmed, it's the new installer...
we are trying to get rid of the cygwin dependency.

-- 
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

[NTG-context] Problem installing standalone on linux-64

2017-10-06 Thread Mikael P. Sundqvist
Hi!

When trying to install a standalone I get into trouble. First I run

wget http://minimals.contextgarden.net/setup/first-setup.sh

Then:

mickep@cantor:/opt/ConTeXt$ sudo sh ./first-setup.sh --modules=all
receiving incremental file list

sent 29 bytes  received 155 bytes  122.67 bytes/sec
total size is 8,840,293  speedup is 48,045.07

mtxrun  | forcing cache reload
resolvers   | resolving | looking for regular 'texmfcnf.lua' on given
path '/usr/matematik/mickep/texmf/web2c' from specification
'home:texmf/web2c'
resolvers   | resolving | looking for regular 'texmfcnf.lua' on weird
path '/opt/ConTeXt/bin' from specification 'selfautoloc:'
resolvers   | resolving | looking for regular 'texmfcnf.lua' on given
path '/opt/ConTeXt/bin/share/texmf-local/web2c' from specification
'selfautoloc:/share/texmf-local/web2c'
resolvers   | resolving | looking for regular 'texmfcnf.lua' on given
path '/opt/ConTeXt/bin/share/texmf-dist/web2c' from specification
'selfautoloc:/share/texmf-dist/web2c'
resolvers   | resolving | looking for regular 'texmfcnf.lua' on given
path '/opt/ConTeXt/bin/share/texmf/web2c' from specification
'selfautoloc:/share/texmf/web2c'
resolvers   | resolving | looking for regular 'texmfcnf.lua' on given
path '/opt/ConTeXt/bin/texmf-local/web2c' from specification
'selfautoloc:/texmf-local/web2c'
resolvers   | resolving | looking for regular 'texmfcnf.lua' on given
path '/opt/ConTeXt/bin/texmf-dist/web2c' from specification
'selfautoloc:/texmf-dist/web2c'
resolvers   | resolving | looking for regular 'texmfcnf.lua' on given
path '/opt/ConTeXt/bin/texmf/web2c' from specification
'selfautoloc:/texmf/web2c'
resolvers   | resolving | looking for regular 'texmfcnf.lua' on weird
path '/opt/ConTeXt' from specification 'selfautodir:'
resolvers   | resolving | looking for regular 'texmfcnf.lua' on given
path '/opt/ConTeXt/share/texmf-local/web2c' from specification
'selfautodir:/share/texmf-local/web2c'
resolvers   | resolving | looking for regular 'texmfcnf.lua' on given
path '/opt/ConTeXt/share/texmf-dist/web2c' from specification
'selfautodir:/share/texmf-dist/web2c'
resolvers   | resolving | looking for regular 'texmfcnf.lua' on given
path '/opt/ConTeXt/share/texmf/web2c' from specification
'selfautodir:/share/texmf/web2c'
resolvers   | resolving | looking for regular 'texmfcnf.lua' on given
path '/opt/ConTeXt/texmf-local/web2c' from specification
'selfautodir:/texmf-local/web2c'
resolvers   | resolving | looking for regular 'texmfcnf.lua' on given
path '/opt/ConTeXt/texmf-dist/web2c' from specification
'selfautodir:/texmf-dist/web2c'
resolvers   | resolving | looking for regular 'texmfcnf.lua' on given
path '/opt/ConTeXt/texmf/web2c' from specification
'selfautodir:/texmf/web2c'
resolvers   | resolving | looking for regular 'texmfcnf.lua' on given
path '$SELFAUTOGRANDPARENT/texmf-local/web2c' from specification
'$SELFAUTOGRANDPARENT/texmf-local/web2c'
resolvers   | resolving | looking for regular 'texmfcnf.lua' on weird
path '/opt' from specification 'selfautoparent:'
resolvers   | resolving | looking for regular 'texmfcnf.lua' on given
path '/opt/share/texmf-local/web2c' from specification
'selfautoparent:/share/texmf-local/web2c'
resolvers   | resolving | looking for regular 'texmfcnf.lua' on given
path '/opt/share/texmf-dist/web2c' from specification
'selfautoparent:/share/texmf-dist/web2c'
resolvers   | resolving | looking for regular 'texmfcnf.lua' on given
path '/opt/share/texmf/web2c' from specification
'selfautoparent:/share/texmf/web2c'
resolvers   | resolving | looking for regular 'texmfcnf.lua' on given
path '/opt/texmf-local/web2c' from specification
'selfautoparent:/texmf-local/web2c'
resolvers   | resolving | looking for regular 'texmfcnf.lua' on given
path '/opt/texmf-dist/web2c' from specification
'selfautoparent:/texmf-dist/web2c'
resolvers   | resolving | looking for regular 'texmfcnf.lua' on given
path '/opt/texmf/web2c' from specification 'selfautoparent:/texmf/web2c'
resolvers   | resolving | looking for fallback 'contextcnf.lua' on
given path '/usr/matematik/mickep/texmf/web2c' from specification
'home:texmf/web2c'
resolvers   | resolving | looking for fallback 'contextcnf.lua' on
weird path '/opt/ConTeXt/bin' from specification 'selfautoloc:'
resolvers   | resolving | looking for fallback 'contextcnf.lua' on
given path '/opt/ConTeXt/bin/share/texmf-local/web2c' from specification
'selfautoloc:/share/texmf-local/web2c'
resolvers   | resolving | looking for fallback 'contextcnf.lua' on
given path '/opt/ConTeXt/bin/share/texmf-dist/web2c' from specification
'selfautoloc:/share/texmf-dist/web2c'
resolvers   | resolving | looking for fallback 'contextcnf.lua' on
given path '/opt/ConTeXt/bin/share/texmf/web2c' from specification
'selfautoloc:/share/texmf/web2c'
resolvers   | resolving | looking for fallback 'contextcnf.lua' on
given path 

[NTG-context] Risposta: installing ConTeXt on ARM linux

2017-10-06 Thread MF
Il giorno ven, 06/10/2017 alle 12.37 +0200, Floris van Manen ha
scritto:
> i have this snazzy little €30 quad core ARM board with 8GB eMMC.
> It runs my python3 scripts at 1/3 the speed of my MacBookPro mid
> 2009.
> 
> http://wiki.friendlyarm.com/wiki/index.php/NanoPi_NEO_Plus2
> 
> To me it looks like a perfect network ConTeXt server.
> If there is something i can do to get the ConTeXt ARM going, please
> let me know.
> 
> 
> .F
> 

You could follow this:

https://www.armbian.com/nanopi-neo-plus2/

Once they get to support it, you could download the texlive context
package that comes with Debian.

Best wishes,
Massi
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] installing ConTeXt on ARM linux

2017-10-06 Thread Floris van Manen
i have this snazzy little €30 quad core ARM board with 8GB eMMC.
It runs my python3 scripts at 1/3 the speed of my MacBookPro mid 2009.

http://wiki.friendlyarm.com/wiki/index.php/NanoPi_NEO_Plus2

To me it looks like a perfect network ConTeXt server.
If there is something i can do to get the ConTeXt ARM going, please let me know.


.F



> On 6 Oct 2017, at 11:46, Hans Hagen  wrote:
> 
> On 10/6/2017 9:10 AM, Mojca Miklavec wrote:
> 
>> [1] 
>> https://www.kickstarter.com/projects/pine64/pine-a64-first-15-64-bit-single-board-super-comput
> 
> so why not:
> 
> https://www.parallella.org/board/
> 
> (luigi will love it to mess with all these extra cores)
> 
> -
>  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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki : http://contextgarden.net
> ___



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] installing ConTeXt on ARM linux

2017-10-06 Thread Hans Hagen

On 10/6/2017 9:10 AM, Mojca Miklavec wrote:


[1] 
https://www.kickstarter.com/projects/pine64/pine-a64-first-15-64-bit-single-board-super-comput


so why not:

https://www.parallella.org/board/

(luigi will love it to mess with all these extra cores)

-
  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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] installing ConTeXt on ARM linux

2017-10-06 Thread Mojca Miklavec
On 5 October 2017 at 22:52, Floris van Manen wrote:
> trying to install ConTeXt on an ARM (ubuntu) linux hos, then get this
> message with the request to report is on the mailing list:
>
> $ sh ./first-setup.sh --engine=luatex
> Error: your system "Linux aarch64" is not supported yet.
> Please report to the ConTeXt mailing-list (ntg-context@ntg.nl)
>
> is there a (beta) working version somewhere?

We didn't yet attempt to set up 64-bit binaries, even though I admit a
crime of having Pine64 [1] in a drawer since the end of the
Kickstarted campaign (which was more than a year ago). I even
considered bringing it to the ConTeXt meeting and setting it up there,
but I only set up the Raspberry (there was enough of other things to
do and an unique opportunity to talk to other developers, so too much
hacking would not be desirable).

I can try to set it up (the only problem is that I will be away for
nearly a month and might not manage to set it up before I leave) in
which case you would get all the binaries working automatically. The
other alternative is that someone else builds both TeX Live binaries
and LuaTeX for now and we add a new machine to our buildfarm later. In
any case we need to manually add that architecture to the list to
start syncing the necessary binaries.

Johannes was thinking of adding binaries to TeX Live.

Mojca

[1] 
https://www.kickstarter.com/projects/pine64/pine-a64-first-15-64-bit-single-board-super-comput
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] installing ConTeXt on ARM linux

2017-10-06 Thread Hans Hagen

On 10/5/2017 10:52 PM, Floris van Manen wrote:
trying to install ConTeXt on an ARM (ubuntu) linux hos, then get this 
message with the request to report is on the mailing list:


$ sh ./first-setup.sh --engine=luatex
Error: your system "Linux aarch64" is not supported yet.
Please report to the ConTeXt mailing-list (ntg-context@ntg.nl 
)


is there a (beta) working version somewhere?
these are some arm bins on the context garden but mojca can tell more 
about that


Hans

-
  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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___