Re: [NTG-context] ConTeXt on ARM architecture raspberry pi

2016-01-12 Thread Jan U. Hasecke
Hi Mojca,

Am 10.01.2016 um 17:54 schrieb Mojca Miklavec:
> On 10 January 2016 at 13:46, Jan U. Hasecke wrote:
>> Hi,
>>
>> has anyone installed ConTeXt on a Raspberry Pi?
> 
> Yes. Except that:
> - nobody built the latest binaries yet (I can do it tomorrow if you
> need armhf; I have my pie in the office – and switched off)
> - there are some problems with armel vs. armhf: both work, but I don't
> know how to automatically properly distinguish between the two
> flavours of arm; I believe that at the moment we can only make sure
> that one of them works automatically; with the other one some
> additional hacks (flags) are needed
> 
> You can in principle install the minimals right away, but you then
> need to build the latest version of luatex for proper function of
> MKIV.

Don't waste your time. It is not an urgent request. I discovered that a
Pi today is more powerful than the notebook I used in 2000. So it should
fit all the needs of a writer. ;-)

So the binaries, that are installed by first-setup.sh, are prebuilt?

juh
___
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] file not found

2016-01-12 Thread Meer, Hans van der
The code below did work ok some version of ConTeXt ago, now an error and I 
cannot think of the cause.

There is an unknown file ./t. Is it origin something with the jobname 
mysteriously being t? Or is it perhaps that modules now have names preceded by 
t- ? I am completely baffled.
Help would be very much appreciated because I have not much time left to finish 
the text.

Macro for calling a context run:

% Call context for figures #1 = mode, #2 = fontchoice, #3 = colorchoice, #4 = 
file without .tex extension.
\def\callcontext[#1][#2][#3]#4{%
\writestatus{HVDM}{CALLING DIRECTLUA file=#4 mode=#1 fontchoice=#2}%
\directlua{os.execute("cd \FigSrc;context --once --mode=#1 --font=#2 
--colors=#3 --purge #4;rm #4.tuc;cd -;mv \FigSrc/#4.pdf \FigDir")}%
}

HVDM> CALLING DIRECTLUA file=taalengels mode=screen,info 
fontchoice=lucidaot,sans,12pt\tt

resolvers   | trees | analyzing '/Users/hansm/Documents/TeX/texmf'
mtx-context | warning: no (local) file './t', proceeding
mtx-context | run 1: luatex 
--fmt="/Users/hansm/Applications/TeX/context-28/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luatex/cont-en"
 --jobname="t" 
--lua="/Users/hansm/Applications/TeX/context-28/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luatex/cont-en.lui"
 --no-parse-first-line 
--c:colors="darkslategray,darkslategray,mistyrose,darklavenderblush,peachpuff" 
--c:currentrun=1 --c:font="lucidaot,sans,12pt" --c:fulljobname="./t" 
--c:input="./t" --c:kindofrun=3 --c:maxnofruns=1 --c:mode="screen,info" 
--c:once --c:purge "cont-yes.mkiv"
This is LuaTeX, Version beta-0.80.0 (TeX Live 2015) (rev 5238)
 \write18 enabled.

resolvers   > trees > analyzing '/Users/hansm/Documents/TeX/texmf'

system  > callbacks > not registering frozen 'find_format_file'
open source > 1 > 1 > 
/Users/hansm/Applications/TeX/context-28/tex/texmf-context/tex/context/base/cont-yes.mkiv

ConTeXt  ver: 2015.10.09 21:28 MKIV beta  fmt: 2015.10.11  int: english/english

system  > 'cont-new.mkiv' loaded
open source > 2 > 2 > 
/Users/hansm/Applications/TeX/context-28/tex/texmf-context/tex/context/base/cont-new.mkiv
close source> 2 > 2 > 
/Users/hansm/Applications/TeX/context-28/tex/texmf-context/tex/context/base/cont-new.mkiv
system  > files > jobname 't', input './t', result 't'
fonts   > latin modern fonts are not preloaded
languages   > language 'en' is active

tex error   > tex error on line 8 in file 
/Users/hansm/Applications/TeX/context-28/tex/texmf-context/tex/context/base/cont-yes.mkiv:
 ! I can't find file `./t'.


Hans van der Meer




___
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] \startalignment

2016-01-12 Thread Alan BRASLAU
Hello,

Jean-Michel pointed out to me the following curiosity:

\starttext
\input tufte
\startalignment[middle]
\input ward
\stopalignment
\input tufte
\stoptext

The startalignment applies to the preceding text, too. Strange...

I never noticed this before as I have the habit of coding
\startalignment\stopalignment blocks set-off with leading and trailing
blank lines for better readability. But such practice could lead to
undesired results. Consider the following example:

\setupwhitespace [big]

\starttext
\input tufte

\startalignment[middle]
\input ward
\stopalignment
\input dawkins
\stoptext

So \stopalignment implicitly imposes a \par.
If I were to omit the blank line before \startalignment so that no big
whitespace be included before the centered block, the tufte text will
get middle aligned. Also, perhaps I might not wish for the dawkins text
to be separated by a big whitespace, logically as in:

\startparagraph
\input tufte
\startalignment [middle]
\input ward
\stopalignment
\input dawkins
\stopparagraph

Indeed, curious behavior.

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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] \startalignment

2016-01-12 Thread Wolfgang Schuster

Alan BRASLAU 
12. Januar 2016 um 19:07
Hello,

Jean-Michel pointed out to me the following curiosity:

\starttext
\input tufte
\startalignment[middle]
\input ward
\stopalignment
\input tufte
\stoptext

The startalignment applies to the preceding text, too. Strange...
It’s a normal behaviour for TeX, the question is should \startalignment 
end the previous paragraph or not.

I never noticed this before as I have the habit of coding
\startalignment\stopalignment blocks set-off with leading and trailing
blank lines for better readability. But such practice could lead to
undesired results. Consider the following example:

\setupwhitespace [big]

\starttext
\input tufte

\startalignment[middle]
\input ward
\stopalignment
\input dawkins
\stoptext

So \stopalignment implicitly imposes a \par.
If I were to omit the blank line before \startalignment so that no big
whitespace be included before the centered block, the tufte text will
get middle aligned. Also, perhaps I might not wish for the dawkins text
to be separated by a big whitespace, logically as in:
You can use \startpacked … \stoppacked to suppress blank lines inserted 
by \setupwhitespace.


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
___

Re: [NTG-context] suddenly run error

2016-01-12 Thread luigi scarso
On Tue, Jan 12, 2016 at 7:49 PM, dr. Hans van der Meer 
wrote:

> Earlier I posted the following error:
>
> A document that runs fine under
>ConTeXt  ver: 2015.10.09 21:28 MKIV beta  fmt: 2015.10.11  int:
> english/english
> suddenly doesn't under
>   ConTeXt  ver: 2015.12.22 10:50 MKIV beta  fmt: 2015.12.27  int:
> english/english
> mtx-context | fatal error: no return code, message: luatex: execution
> interrupted
>
> At first I thought this was due to a new version of ConTeXt. A mistake, it
> now seems. I encounter the same error in an earlier version. It seems
> therefore a problem already present in either LuaTeX or ConTeXt.
>
> The error must be related to the placement of floats witness the following
> fact, typesetting the same document with only a difference in
> float-placement:
>
> No error: \startplacetable[location=here,reference=tab:beaufort,title=Beaufort
> tabel]
> Error:
> \startplacetable[location=page,reference=tab:beaufort,title=Beaufort tabel]
>
> A further observation: the item placed is nearly filling the page. Making
> the item somewhat smaller avoids the error, even if its the only item on
> the page.
>
> I did not succeed to compose a minimal example, in my experience the
> occurrence of the error seems too unpredictable. The actual project is far
> to complex and too big to be of use for debugging.
>
> I sincerely hope someone can solve this. The error brings to mind a
> similar problem experienced years earlier. It then was a problem of a null
> object in the pdf-section, if my memory is correct and I think Taco has
> solved that.
>
> Hans van der Meer
>


hard to say without an example.
\loggingall can help, but it can generate a huge amount of data.
Using  \loggingall near the error is better, but of course it means that
you know more or less where it happens.


-- 
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] suddenly run error

2016-01-12 Thread dr. Hans van der Meer
Earlier I posted the following error:

A document that runs fine under
   ConTeXt  ver: 2015.10.09 21:28 MKIV beta  fmt: 2015.10.11  int: 
english/english
suddenly doesn't under
  ConTeXt  ver: 2015.12.22 10:50 MKIV beta  fmt: 2015.12.27  int: 
english/english
mtx-context | fatal error: no return code, message: luatex: execution 
interrupted

At first I thought this was due to a new version of ConTeXt. A mistake, it now 
seems. I encounter the same error in an earlier version. It seems therefore a 
problem already present in either LuaTeX or ConTeXt.

The error must be related to the placement of floats witness the following 
fact, typesetting the same document with only a difference in float-placement:

No error: \startplacetable[location=here,reference=tab:beaufort,title=Beaufort 
tabel]
Error: \startplacetable[location=page,reference=tab:beaufort,title=Beaufort 
tabel]

A further observation: the item placed is nearly filling the page. Making the 
item somewhat smaller avoids the error, even if its the only item on the page.

I did not succeed to compose a minimal example, in my experience the occurrence 
of the error seems too unpredictable. The actual project is far to complex and 
too big to be of use for debugging.

I sincerely hope someone can solve this. The error brings to mind a similar 
problem experienced years earlier. It then was a problem of a null object in 
the pdf-section, if my memory is correct and I think Taco has solved that.

Hans van der Meer___
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 command \framed

2016-01-12 Thread Hans Hagen

On 1/12/2016 9:09 PM, Jannik Voges wrote:


it seems that the command \framed in the newest beta (from today?) is buggy. 
Minimal example:

\starttext
\framed{bla}
\stoptext


the windows version is ok (0.87.2 so really the latest from trunk)

so, what platforms are not 0.87.1 or higher?

(i'm puzzled as context already for some weeks needs a recent luatex)

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | www.pragma-ade.com | 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] Error in latest beta: luat-exe.lua not found

2016-01-12 Thread Hans Hagen

On 1/12/2016 9:33 PM, Romain Diss wrote:

Hi all,

I just downloaded the new beta and I can not launch context anymore. It
complains it can't find a 'luat-exe.lua' file:


system  > lua > loading of file 
'/opt/context/tex/texmf-context/tex/context/base/luat-exe.lua' failed:
 cannot open 
/opt/context/tex/texmf-context/tex/context/base/luat-exe.lua: No such file or 
directory
resolvers   > lua > loading file 
'/opt/context/tex/texmf-context/tex/context/base/luat-exe.lua' failed
error loading file: luat-exe.lua (aborting)


As I can see, the 'base' directory has been split up into 'mkii' and 'mkiv'
subdirs, so maybe a link has not been updated.

Context end up with this message:

This is LuaTeX, Version beta-0.87.0 (TeX Live 2016/dev)
  system commands enabled.
(Fatal format file error; I'm stymied)


When I launch 'context --version', I get:

mtx-context | ConTeXt Process Management 0.62
mtx-context | main context file: 
/opt/context/tex/texmf-context/tex/context/base/context.mkiv
mtx-context | context version: unknown, load error


i uploaded a version that reverts soem changes so that an older luatex 
works (we're still looking into the situation)


anyway, this is unrelated to the mkii/mkiv sub path issue: i have no 
clue what happened at your end as i can update withou tproblems


you can try to run mtxrun --generate and then update again

Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | www.pragma-ade.com | 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] \startalignment

2016-01-12 Thread Hans Hagen

On 1/12/2016 9:43 PM, Alan BRASLAU wrote:

On Tue, 12 Jan 2016 21:07:38 +0100
Hans Hagen  wrote:


The startalignment applies to the preceding text, too. Strange...

It’s a normal behaviour for TeX, the question is should
\startalignment end the previous paragraph or not.


when tex breaks a paragraph into lines the current values of relevant
parameters is used (left and right skips, spacing, etc)


I guess that I do not know TeX well-enough to understand why your
MWE below gives different line breaks.

\starttext

\bgroup \raggedright \input tufte \par \egroup

\bgroup \raggedright \input tufte \egroup \par

\stoptext


because the par builder kicks in when \par is issued so when that 
happens after teh group the settings for left/rightskip used are not the 
one inside the group


Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | www.pragma-ade.com | 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] Bug in command \framed

2016-01-12 Thread Jannik Voges
Hello,


it seems that the command \framed in the newest beta (from today?) is buggy. 
Minimal example:

\starttext
\framed{bla}
\stoptext


Best wishes


Jannik

___
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] \startalignment

2016-01-12 Thread Alan BRASLAU
On Tue, 12 Jan 2016 21:07:38 +0100
Hans Hagen  wrote:

> >> The startalignment applies to the preceding text, too. Strange...  
> > It’s a normal behaviour for TeX, the question is should
> > \startalignment end the previous paragraph or not.  
> 
> when tex breaks a paragraph into lines the current values of relevant 
> parameters is used (left and right skips, spacing, etc)

I guess that I do not know TeX well-enough to understand why your
MWE below gives different line breaks.

\starttext

\bgroup \raggedright \input tufte \par \egroup

\bgroup \raggedright \input tufte \egroup \par

\stoptext


From a practical point-of-view, what would be the "correct" way of
achieving the following (i.e. no paragraph breaks):

\setupwhitespace [big]
\starttext
\input tufte
\\
\startframed
  [frame=off,offset=0pt,before=,after=,width=\textwidth,align=middle]
\input ward \stopframed
\\
\input dawkins
\stoptext


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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Bug in command \framed

2016-01-12 Thread Alan BRASLAU
On Tue, 12 Jan 2016 21:09:47 +0100
Jannik Voges  wrote:

> Hello,
> 
> 
> it seems that the command \framed in the newest beta (from today?) is
> buggy. Minimal example:
> 
> \starttext
> \framed{bla}
> \stoptext


It appears that there is at present a mis-match between ConTeXt and the
luatex binaries on the garden. We are looking into this.

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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] \startalignment

2016-01-12 Thread Hans Hagen

On 1/12/2016 7:29 PM, Wolfgang Schuster wrote:

Alan BRASLAU 
12. Januar 2016 um 19:07
Hello,

Jean-Michel pointed out to me the following curiosity:

\starttext
\input tufte
\startalignment[middle]
\input ward
\stopalignment
\input tufte
\stoptext

The startalignment applies to the preceding text, too. Strange...

It’s a normal behaviour for TeX, the question is should \startalignment
end the previous paragraph or not.


when tex breaks a paragraph into lines the current values of relevant 
parameters is used (left and right skips, spacing, etc)


\bgroup \raggedright \inptu tufte \par \egroup

\bgroup \raggedright \inptu tufte \egroup \par


I never noticed this before as I have the habit of coding
\startalignment\stopalignment blocks set-off with leading and trailing
blank lines for better readability. But such practice could lead to
undesired results. Consider the following example:

\setupwhitespace [big]

\starttext
\input tufte

\startalignment[middle]
\input ward
\stopalignment
\input dawkins
\stoptext

So \stopalignment implicitly imposes a \par.
If I were to omit the blank line before \startalignment so that no big
whitespace be included before the centered block, the tufte text will
get middle aligned. Also, perhaps I might not wish for the dawkins text
to be separated by a big whitespace, logically as in:

You can use \startpacked … \stoppacked to suppress blank lines inserted
by \setupwhitespace.

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
___




--

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | www.pragma-ade.com | 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] suddenly run error

2016-01-12 Thread Meer, Hans van der

On 12 Jan 2016, at 20:11, luigi scarso 
> wrote:

hard to say without an example.
\loggingall can help, but it can generate a huge amount of data.
Using  \loggingall near the error is better, but of course it means that you 
know more or less where it happens.


I have an idea where to start and stop logging.

Is just \loggingall sufficient to start the log?
How do I stop that logging?

Hans van der Meer

___
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] Error in latest beta: luat-exe.lua not found

2016-01-12 Thread Romain Diss
Hi all,

I just downloaded the new beta and I can not launch context anymore. It
complains it can't find a 'luat-exe.lua' file:

> system  > lua > loading of file 
> '/opt/context/tex/texmf-context/tex/context/base/luat-exe.lua' failed:
> cannot open 
> /opt/context/tex/texmf-context/tex/context/base/luat-exe.lua: No such file or 
> directory
> resolvers   > lua > loading file 
> '/opt/context/tex/texmf-context/tex/context/base/luat-exe.lua' failed
> error loading file: luat-exe.lua (aborting)

As I can see, the 'base' directory has been split up into 'mkii' and 'mkiv'
subdirs, so maybe a link has not been updated.

Context end up with this message:
> This is LuaTeX, Version beta-0.87.0 (TeX Live 2016/dev) 
>  system commands enabled.
> (Fatal format file error; I'm stymied)

When I launch 'context --version', I get:
> mtx-context | ConTeXt Process Management 0.62
> mtx-context | main context file: 
> /opt/context/tex/texmf-context/tex/context/base/context.mkiv
> mtx-context | context version: unknown, load error

Thanks for yout help.

All the best.

-- 
Romain Diss
___
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] disabling ligatures in selected words

2016-01-12 Thread Jan U. Hasecke
Hi Thomas,

Am 23.10.2015 um 21:23 schrieb Thomas A. Schmitz:
> On 23.10.2015 21:09, Wolfgang Schuster wrote:
>> Take a look at the new replacement mechanism (lang-rep.mkiv):
>>
>> - http://www.ntg.nl/pipermail/ntg-context/2015/083044.html
>> - http://www.ntg.nl/pipermail/ntg-context/2015/083034.html
> 
> 
> Aditya, Wolfgang,
> 
> thank you both - both solutions look great and now I remember having
> seen the thread that Wolfgang linked to. Will try both of them!
> 

Did you suceed? Where and how did you set the options?

I cannot get these solutions to work with my xml input file.

juh

___
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] context zip files

2016-01-12 Thread Hans Hagen

Hi,

Due to a change in the structure: if you install / update context from 
the zip file make sure you first wipe you old tex/context and 
metapost/context paths.


Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | www.pragma-ade.com | 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] font scaling does not work in footnotes

2016-01-12 Thread massifr
Hello list,
I have a problem with font scaling (see "sc=SansCaps sa 1.5" below).

I'm using MyriadPro as sans font, but it lacks small caps.
So I decided to provide them using AlegreyaSansSC, because it's similar to 
MyriadPro and it's made of small caps only.
When I use \ss and \sc I get AlegreyaSC instead of MyriadPro.
I want to scale them differently to balance their weights.
That's why I wrote "sc=SansCaps sa 0.95".

In body text the two fonts are balanced, but in the footnotes the scaling is 
ignored.
What am I missing?

Here's (part of) the typescript:

\starttypescript [sans] [meo]
  \definefontsynonym [Sans] 
[name:MyriadPro-Regular][features=meo,fallbacks=mancanti]
  \definefontsynonym [SansBold] 
[name:MyriadPro-Bold][features=meo,fallbacks=mancanti]
  \definefontsynonym [SansItalic]   
[name:MyriadPro-It][features=meo,fallbacks=mancanti]
% ...
  \definefontsynonym [SansCaps] 
[name:AlegreyaSansSC-Medium][features=meo,smcp,fallbacks=mancanti]
  \definebodyfont
   [13pt,11pt,10pt,8pt,7pt,6pt]
   [ss]
   [tf=Sans sa 0.85,
it=SansItalic sa 0.85,
bf=SansBold sa 0.85,
bi=SansBoldItalic sa 0.85,
sl=SansSlanted sa 0.85,
sc=SansCaps sa 0.95]
\stoptypescript

Thank you,
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] Is there anybody from Vienna, Austria?

2016-01-12 Thread Ursula Hermann
Hallo everybody!

 

Is there anybody from Vienna, Austria, in this mailinglist? Would like to
know, if anybody wants a contact.!!

 

If this ist the wrong Mailinglist, please tell me the right adress, for this
message.

 

Thanks

 

Uschi

___
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] Error in latest beta: luat-exe.lua not found

2016-01-12 Thread Romain Diss
Thanks for the reply.

On 1/12/2016, Hans Hagen wrote:
> On 1/12/2016 9:33 PM, Romain Diss wrote:
> >Hi all,
> >
> >I just downloaded the new beta and I can not launch context anymore. It
> >complains it can't find a 'luat-exe.lua' file:
> >
> >>system  > lua > loading of file 
> >>'/opt/context/tex/texmf-context/tex/context/base/luat-exe.lua' failed:
> >> cannot open 
> >> /opt/context/tex/texmf-context/tex/context/base/luat-exe.lua: No such file 
> >> or directory
> >>resolvers   > lua > loading file 
> >>'/opt/context/tex/texmf-context/tex/context/base/luat-exe.lua' failed
> >>error loading file: luat-exe.lua (aborting)
> >
> >As I can see, the 'base' directory has been split up into 'mkii' and 'mkiv'
> >subdirs, so maybe a link has not been updated.
> >
> >Context end up with this message:
> >>This is LuaTeX, Version beta-0.87.0 (TeX Live 2016/dev)
> >>  system commands enabled.
> >>(Fatal format file error; I'm stymied)
> >
> >When I launch 'context --version', I get:
> >>mtx-context | ConTeXt Process Management 0.62
> >>mtx-context | main context file: 
> >>/opt/context/tex/texmf-context/tex/context/base/context.mkiv
> >>mtx-context | context version: unknown, load error
> 
> i uploaded a version that reverts soem changes so that an older luatex works
> (we're still looking into the situation)
> anyway, this is unrelated to the mkii/mkiv sub path issue: i have no clue
> what happened at your end as i can update withou tproblems
> you can try to run mtxrun --generate and then update again
I ran again the 'first-setup.sh' script to upload the new version. There
do not seem to be any problem with the upload and installation. Anyway,
I get the same errors, even after running 'mtxrun --generate' and
updating again.

Does a log file or another tests can help to find the problem?

All the best.

-- 
Romain Diss
___
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 command \framed

2016-01-12 Thread Pablo Rodriguez
On 01/12/2016 10:21 PM, Hans Hagen wrote:
> [...]
> the windows version is ok (0.87.2 so really the latest from trunk)
> 
> so, what platforms are not 0.87.1 or higher?

Linux 32bit:

   This is LuaTeX, Version beta-0.87.0 (TeX Live 2016/dev)

Just in case it helps,


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] Error in latest beta: luat-exe.lua not found

2016-01-12 Thread Hans Hagen

On 1/13/2016 12:01 AM, Romain Diss wrote:

Thanks for the reply.

On 1/12/2016, Hans Hagen wrote:

On 1/12/2016 9:33 PM, Romain Diss wrote:

Hi all,

I just downloaded the new beta and I can not launch context anymore. It
complains it can't find a 'luat-exe.lua' file:


system  > lua > loading of file 
'/opt/context/tex/texmf-context/tex/context/base/luat-exe.lua' failed:
 cannot open 
/opt/context/tex/texmf-context/tex/context/base/luat-exe.lua: No such file or 
directory
resolvers   > lua > loading file 
'/opt/context/tex/texmf-context/tex/context/base/luat-exe.lua' failed
error loading file: luat-exe.lua (aborting)


is that file sompelace on the system?



As I can see, the 'base' directory has been split up into 'mkii' and 'mkiv'
subdirs, so maybe a link has not been updated.

Context end up with this message:

This is LuaTeX, Version beta-0.87.0 (TeX Live 2016/dev)
  system commands enabled.
(Fatal format file error; I'm stymied)


When I launch 'context --version', I get:

mtx-context | ConTeXt Process Management 0.62
mtx-context | main context file: 
/opt/context/tex/texmf-context/tex/context/base/context.mkiv
mtx-context | context version: unknown, load error


i uploaded a version that reverts soem changes so that an older luatex works
(we're still looking into the situation)
anyway, this is unrelated to the mkii/mkiv sub path issue: i have no clue
what happened at your end as i can update withou tproblems
you can try to run mtxrun --generate and then update again

I ran again the 'first-setup.sh' script to upload the new version. There
do not seem to be any problem with the upload and installation. Anyway,
I get the same errors, even after running 'mtxrun --generate' and
updating again.

Does a log file or another tests can help to find the problem?

All the best.




--

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | www.pragma-ade.com | 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] Bug in command \framed

2016-01-12 Thread Alan BRASLAU
linux 32 and 64bit as well as freebsd 32 and 64bit should all be
beta-0.87.0.

Alan

On Wed, 13 Jan 2016 00:07:16 +0100
Pablo Rodriguez  wrote:

> On 01/12/2016 10:21 PM, Hans Hagen wrote:
> > [...]
> > the windows version is ok (0.87.2 so really the latest from trunk)
> > 
> > so, what platforms are not 0.87.1 or higher?
> 
> Linux 32bit:
> 
>This is LuaTeX, Version beta-0.87.0 (TeX Live 2016/dev)
> 
> Just in case it helps,
___
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] Error in latest beta: luat-exe.lua not found

2016-01-12 Thread Romain Diss
Le 13/01/2016, Hans Hagen a écrit
> On 1/13/2016 12:01 AM, Romain Diss wrote:
> >On 1/12/2016, Hans Hagen wrote:
> >>On 1/12/2016 9:33 PM, Romain Diss wrote:
> >>>I just downloaded the new beta and I can not launch context anymore. It
> >>>complains it can't find a 'luat-exe.lua' file:
> system  > lua > loading of file 
> '/opt/context/tex/texmf-context/tex/context/base/luat-exe.lua' failed:
>  cannot open 
>  /opt/context/tex/texmf-context/tex/context/base/luat-exe.lua: No such 
>  file or directory
> resolvers   > lua > loading file 
> '/opt/context/tex/texmf-context/tex/context/base/luat-exe.lua' failed
> error loading file: luat-exe.lua (aborting)
> 
> is that file sompelace on the system?
Yes, it is located in 
/opt/context/tex/texmf-context/tex/context/base/mkiv/luat-exe.lua

Concerning the 'context --version' error message, the 'context.mkiv' is
also located in /opt/context/tex/texmf-context/tex/context/base/mkiv/
and not in /opt/context/tex/texmf-context/tex/context/base/ as printed
in the output.

> 
> >>>As I can see, the 'base' directory has been split up into 'mkii' and 'mkiv'
> >>>subdirs, so maybe a link has not been updated.
> >>>Context end up with this message:
> This is LuaTeX, Version beta-0.87.0 (TeX Live 2016/dev)
>   system commands enabled.
> (Fatal format file error; I'm stymied)
> >>>
> >>>When I launch 'context --version', I get:
> mtx-context | ConTeXt Process Management 0.62
> mtx-context | main context file: 
> /opt/context/tex/texmf-context/tex/context/base/context.mkiv
> mtx-context | context version: unknown, load error
> >>i uploaded a version that reverts soem changes so that an older luatex works
> >>(we're still looking into the situation)
> >>anyway, this is unrelated to the mkii/mkiv sub path issue: i have no clue
> >>what happened at your end as i can update withou tproblems
> >>you can try to run mtxrun --generate and then update again
> >I ran again the 'first-setup.sh' script to upload the new version. There
> >do not seem to be any problem with the upload and installation. Anyway,
> >I get the same errors, even after running 'mtxrun --generate' and
> >updating again.
> >
> >Does a log file or another tests can help to find the problem?

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