Re: [NTG-context] LMTX: Space in file names

2019-08-20 Thread Otared Kavian
Hi Hans,

Thanks to your reply, I just discovered the reason for which I could not 
typeset in lmtx files which have a space in their name from the Terminal: one 
has to say

context "exercice 1.tex"

that is to enclose the entire filename between double quotes… Which is 
completely logical! 

Thanks a lot for your time!

Best regards: OK

> On 20 Aug 2019, at 10:25, Hans Hagen  wrote:
> 
> On 8/20/2019 9:36 AM, Otared Kavian wrote:
>> I'll try the lua file you sent me, thank you.
> 
> just run the file with "mtxrun --script oeps.lua"
> 
>> However, I don't think the issue comes from the file name containing the 
>> word « problème »: indeed the attached file gives the same error in lmtx, 
>> but not in mkiv:
> well, you can see it when you run the lua file -)
> 
> i can process the exercice file (see attached log)
> 
> context "exercice 1.tex"
> 
> -
>  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] balanced vertical spaces under \startcolumnset

2019-08-20 Thread Jeong Dal
Dear all,

I use the following code to make test.
To make the same height blank spaces after the problems, I use \vfill before 
\column.
The problem is that the second \column creates extra blank page.
But, without the second \column, the height of blank spaces of the second 
column are different.

Is there a way to make the blank spaces height same while not to create a blank 
page?

Thank you for reading.

Best regards,

Dalyoung


\usetypescriptfile[type-siz]
\usemodule[units]
\setupbodyfont[10pt,rm]
\definecolumnset
 [exam]
 [n=2]

\starttext

\startcolumnset[exam]

\startitemize[n]
\item Answer to the questions:
\vfill

   \item Answer to the questions:
\vfill

\column

\item Answer to the questions:
\vfill

   \item Answer to the questions:
\vfill

%\column

\stopitemize
\stopcolumnset

\stoptext

___
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] Trouble with lmtx install.bat

2019-08-20 Thread Hans Hagen

On 8/20/2019 10:48 AM, Joseph Canedo wrote:

Dear list,

It seems that sometimes incremental install.bat (ie run without wiping 
out the whole lmtx directory) does not work the same as full 
installation (ie wiping out the whole directory and reinstalling).


I’ve ran install.bat first time this morning and I got the following 
error during installation


tex error   > tex error on line 137 in file page-txt.mklx: ! 
Undefined control sequence


 \c!middlestyle

\mult_interfaces_get_parameters_item ...ty


\fi #2

 ...youtelementparameter \c!style , \c!middlestyle

   
=\layoutelementparameter \...


\mult_interfaces_get_parameters_indeed ..._item #1

       ,],



\setup_layoutelement ...ers {\??layouttexts :}[#1]

   \the 
\everysetuplayoutelem...


 \syst_helpers_double_empty_two_nop

     \par

l.137



Deleting the lmtx directory entirely and reinstalling from scratch 
succeeded (ie without above error), but I thought install.bat was able 
to update the files without need of erasing everything before ?


hm, maybe some checksum issue

a next time it happens, can you repeat the update and see if that works 
(so after the format making fails, just do the update again)


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
___


[NTG-context] Trouble with lmtx install.bat

2019-08-20 Thread Joseph Canedo
Dear list,

It seems that sometimes incremental install.bat (ie run without wiping out the 
whole lmtx directory) does not work the same as full installation (ie wiping 
out the whole directory and reinstalling). 
I’ve ran install.bat first time this morning and I got the following error 
during installation

tex error   > tex error on line 137 in file page-txt.mklx: ! Undefined 
control sequence

 \c!middlestyle

\mult_interfaces_get_parameters_item ...ty \fi #2

 ...youtelementparameter \c!style , \c!middlestyle
  =\layoutelementparameter \...
\mult_interfaces_get_parameters_indeed ..._item #1
  ,],
\setup_layoutelement ...ers {\??layouttexts :}[#1]
  \the \everysetuplayoutelem...
 \syst_helpers_double_empty_two_nop
\par
l.137




Deleting the lmtx directory entirely and reinstalling from scratch succeeded 
(ie without above error), but I thought install.bat was able to update the 
files without need of erasing everything before ?

Thanks
Joseph

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