Re: [NTG-context] openBSD (was: which command would give the same effect as \pause in beamer ?)

2017-03-02 Thread Karl Berry
Presently, I do not believe that openBSD is officially built for
TeXlive. 

That is correct. The person who used to do so (Edd Barrett) decided the
distro's package setup was good enough for him, and no one else has come
forward. (No one has complained about it being missing, either.)  I have
no objection to re-adding it if you or anyone wants to do it. -k
___
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] compression not working in linenotes

2017-03-02 Thread Pablo Rodriguez
On 03/01/2017 07:40 PM, Pablo Rodriguez wrote:
> Dear list,
> 
> I don’t get compressed linenotes with this source:
> 
> \setuppapersize[A5]
> \setupnote[linenote][paragraph=yes]
> \setupnotation[linenote]
> [alternative=serried, compress=yes, compressseparator=]
> [...]
> Am I missing something or is it a bug?

Replying to myself: the compression options belong to \setupnote and not
to \setupnotation.

Sorry for the noise.

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

Re: [NTG-context] openBSD (was: which command would give the same effect as \pause in beamer ?)

2017-03-02 Thread Alan Braslau
Karl: read the bottom of this email...
Hans: please update mtx-update.lua (attached)


On Tue, 28 Feb 2017 18:46:29 +0100
kaddour kardio  wrote:

> OpenBSD? is context standalone available for this platfrom ?

Yes!

...but Hans or Mojca need to update mtx-update.lua using the attached
file.


In the meantime, one can install using first-setup.sh
1) Run ./first-setup.sh The install *will* fail as "openbsd" is missing
   from bin/mtx-update.lua
2) Copy the attached version to $CONTEXTHOME/bin/
3) Edit first-setup.sh to comment-out the rsync line 131
   (otherwise it will overwrite the modified mtx-update.lua)
4) Run ./first-setup.sh It should now succeed!
5) If running context then fails to find its scripts, remake the
   formats. I use:
mtxrun --selfupdate
mtxrun --generate
luatools --generate
context --make
   Not all of these commands are probably necessary, but I run them all
   (in a script) whenever I need to remake the formats and caches.


Once the garden gets updated, none of this should be necessary.


A few warnings:

I compiled luatex (that I upload to the garden) using openbsd 6.0
*snapshot*. Older versions of openbsd may fail due to shared library
problems. If anyone encounters this, please let me know and I will work
on a solution.

Presently, I do not believe that openBSD is officially built for
TeXlive. OpenBSD does provide texlive 2015 as packages, however.

Alan

mtx-update.lua
Description: Binary data
___
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 with usemodule[graph]

2017-03-02 Thread Alan Braslau
On Thu, 2 Mar 2017 09:33:38 +0100
Antoine Cailliau  wrote:

> Hi,
> 
> I'd like to use graph to draw my plots with metapost. However, the
> following minimal file does not work:
> 
> \usemodule[graph]
> > \starttext
> > \startMPcode
> >   draw begingraph(3in,2in);
> > gdraw "agepop91.d";
> >   endgraph;
> > \stopMPcode
> > \stoptext

You have to use the "graph" MP instance:

\startMPcode{graph}
...
\stopMPcode

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

Re: [NTG-context] ConTeXt minimals on linux armhf

2017-03-02 Thread Lutz Haseloff
Works again as expected, thanks.

> Hans Hagen  hat am 2. März 2017 um 10:33 geschrieben:
>
>
> On 3/2/2017 8:47 AM, luigi scarso wrote:
> > On Thu, Mar 2, 2017 at 8:41 AM, Lutz Haseloff  wrote:
> >> Hi all,
> >>
> >> since yesterday, the installation of the minimals on linux armhf doesn't 
> >> work
> >> anymore. On a fresh system, after "sh ./first-setup.sh" I get:
> >>
> >>
> >> receiving incremental file list
> >> bin/
> >> bin/luatex
> >> bin/mtx-update.lua
> >> bin/mtxrun
> >> bin/texlua -> luatex
> >>
> >> sent 92 bytes received 8,631,278 bytes 1,150,849.33 bytes/sec
> >> total size is 8,628,902 speedup is 1.00
> >> ./bin/mtxrun:2763: attempt to index global 'fio' (a nil value)
>
> fixed
>
> -
> 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
> ___
___
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] ConTeXt minimals on linux armhf

2017-03-02 Thread Hans Hagen

On 3/2/2017 8:47 AM, luigi scarso wrote:

On Thu, Mar 2, 2017 at 8:41 AM, Lutz Haseloff  wrote:

Hi all,

since yesterday, the installation of the minimals on linux armhf doesn't work
anymore. On a fresh system, after "sh ./first-setup.sh" I get:


receiving incremental file list
bin/
bin/luatex
bin/mtx-update.lua
bin/mtxrun
bin/texlua -> luatex

sent 92 bytes  received 8,631,278 bytes  1,150,849.33 bytes/sec
total size is 8,628,902  speedup is 1.00
./bin/mtxrun:2763: attempt to index global 'fio' (a nil value)


fixed

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

[NTG-context] Problem with usemodule[graph]

2017-03-02 Thread Antoine Cailliau
Hi,

I'd like to use graph to draw my plots with metapost. However, the
following minimal file does not work:

\usemodule[graph]
> \starttext
> \startMPcode
>   draw begingraph(3in,2in);
> gdraw "agepop91.d";
>   endgraph;
> \stopMPcode
> \stoptext


The complete output log is available here: http://pastebin.com/zuGaT87W

Thank you for your help !

I can generate the proper picture by writing only metapost code such as :

input graph
> beginfig(0);
> draw begingraph(3in,2in);
>   gdraw "agepop91.d";
> endgraph;
> endfig;
> end;
___
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
___