Re: [NTG-context] ConTeXt Standalone will not install

2014-10-22 Thread Hans Hagen

On 10/22/2014 12:44 AM, Jaroslav Hajtmar wrote:


receiving incremental file list
./
kpathsea620w64.dll
luatex.dll
mtxrun.dll
mtxrun.exe
mtxrun.lua

sent 22928 bytes  received 5501341 bytes  356404.45 bytes/sec
total size is 9371026  speedup is 1.70


ok, so 64 bit?

Hans



A while ago I tried to install the 32-bit version and also without
success ...The entire installation (both 32 and 64bit) will take place
during one minute, which just goes to show that nothing not copied from
the internet.


i just donwloaded the 64 bit zip, unzipped it in a new directory and ran 
first-setup:


  first-setup.bat --modules=all --engine=luatex

this took 57 seconds

  first-setup.bat --modules=all

that took 82 seconds

So, the garden process runs ok. Are you sure your firewall is not 
blocking rsync?


Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | 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] \startanimation and \dorecurse

2014-10-22 Thread Jeong Dal
Dear Wolfgang,

According to your advice, I am able to make a working example as following.

\usemodule[animation]
\setupinteraction[state=start]

\startuseMPgraphic{Circles}{s}
numeric sn, L, N;
path p, q;
p := fullcircle scaled 72;
L:=length p;
N:=20;
sn := \MPvar{s};

q := subpath (0, sn/N*L) of p;%
draw q withcolor red;
fill fullcircle scaled 3 shifted point length q of q withcolor blue;
setbounds currentpicture to unitsquare shifted (-0.5,-0.5) scaled 75;
\stopuseMPgraphic

\starttext

\startanimation[menu=yes, menucolor=blue, framerate=5]
\dorecurse{20}
{\expanded{\frame{
\useMPgraphic{Circles}{s=\recurselevel
\stopanimation

\stoptext


One more question.

In metafun document, there is a command \setupMPvariables before 
\startuseMPgraphic. But we don’t use it in this example. 
Hence I think that it is not necessary always. Is there any case in which we 
have set the MPvariables?

Thank you.

Best regards,

Dalyoung
___
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] ConTeXt Standalone will not install

2014-10-22 Thread Jaroslav Hajtmar

Thanx Hans for reply.
I'm sorry, but the installation still does not work. I really can not 
cope with it. Although completely I turned off the firewall and loged in 
as an administrator, in two different networks (at my home network and 
in my work) can not install ConTeXt. Always only creates the directory 
structure, but does not copy the file from the Internet.


Can you ever find out what is the current version and install ConTeXt 
LuaTEX? My current version of ConTeXt and LuaTeX from which I have does 
not work update is:


This is LuaTeX, Version beta-0.79.1 (TeX Live 2014/W32TeX) (rev 5041)
ConTeXt  ver: 2014.09.25 18:58 MKIV beta  fmt: 2014.10.22  int: 
english/english



Now I see that in those versions LuaTeX and ConTeXt is not a contradiction?

Thank you. Jaroslav Hajtmar





Dne 22.10.2014 9:20, Hans Hagen napsal(a):

On 10/22/2014 12:44 AM, Jaroslav Hajtmar wrote:


receiving incremental file list
./
kpathsea620w64.dll
luatex.dll
mtxrun.dll
mtxrun.exe
mtxrun.lua

sent 22928 bytes  received 5501341 bytes  356404.45 bytes/sec
total size is 9371026  speedup is 1.70


ok, so 64 bit?

Hans



A while ago I tried to install the 32-bit version and also without
success ...The entire installation (both 32 and 64bit) will take place
during one minute, which just goes to show that nothing not copied from
the internet.


i just donwloaded the 64 bit zip, unzipped it in a new directory and 
ran first-setup:


  first-setup.bat --modules=all --engine=luatex

this took 57 seconds

  first-setup.bat --modules=all

that took 82 seconds

So, the garden process runs ok. Are you sure your firewall is not 
blocking rsync?


Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | 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] ConTeXt Standalone will not install

2014-10-22 Thread Hans Hagen

On 10/22/2014 4:34 PM, Jaroslav Hajtmar wrote:

Thanx Hans for reply.
I'm sorry, but the installation still does not work. I really can not
cope with it. Although completely I turned off the firewall and loged in
as an administrator, in two different networks (at my home network and
in my work) can not install ConTeXt. Always only creates the directory
structure, but does not copy the file from the Internet.


can you try another machine?


Can you ever find out what is the current version and install ConTeXt
LuaTEX? My current version of ConTeXt and LuaTeX from which I have does
not work update is:


ther emust be something weird with your system


This is LuaTeX, Version beta-0.79.1 (TeX Live 2014/W32TeX) (rev 5041)
ConTeXt  ver: 2014.09.25 18:58 MKIV beta  fmt: 2014.10.22  int:
english/english


Now I see that in those versions LuaTeX and ConTeXt is not a contradiction?


luatex looks new enough but the context is from last month so not the 
latest


Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | 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-loading

2014-10-22 Thread Willi Egger
Hi all,

I know that there was earlier a thread dealing with this subject…. However I 
needed to typeset a title in a typeface with a medieval look. One of the 
choices is “Maximilian” a ttf font (free font).

I put the font in texmf-fonts/data.

The  mtxrun --script font --list --info --all maximilian gives:

mtx-fonts   | mapping : maximilian
mtx-fonts   | fontname: maximilian
mtx-fonts   | fullname: maximilian
mtx-fonts   | filename: Maximilian.ttf
mtx-fonts   | family  : maximilian
mtx-fonts   | weight  : normal
mtx-fonts   | style   : normal
mtx-fonts   | width   : normal
mtx-fonts   | variant : normal
mtx-fonts   | subfont : 
mtx-fonts   | fweight : conflict: book
mtx-fonts   |
mtx-fonts   | gsub features:
mtx-fonts   |
mtx-fonts   | feature  script   languages
mtx-fonts   |
mtx-fonts   | tlig all  all 
mtx-fonts   | trep all  all

I tried in a classical way:

\starttypescript[serif][medieval]
 \definefontsynonym[serif][file:Maximilian][features=default]
\stoptypescript

\starttypescript[medieval]
 \definetypeface[Maximilian][rm][serif][medieval][default]
 \stoptypescript

\usetypescript[medieval]

\setupbodyfont[Maximilian,rm,12pt]

I tried also the new approach

 \definefontfamily[Medieval][rm][Maximilian][features=default]
 \setupbodyfont[Medieval,12pt]

In both cases I end up with an empty page, because the font is not fount. — 
What do I miss?

Kind regards

Willi

___
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] ConTeXt Standalone will not install

2014-10-22 Thread Jaroslav Hajtmar

Thanx Hans.

Dne 22.10.2014 16:52, Hans Hagen napsal(a):

On 10/22/2014 4:34 PM, Jaroslav Hajtmar wrote:

Thanx Hans for reply.
I'm sorry, but the installation still does not work. I really can not
cope with it. Although completely I turned off the firewall and loged in
as an administrator, in two different networks (at my home network and
in my work) can not install ConTeXt. Always only creates the directory
structure, but does not copy the file from the Internet.


can you try another machine?
A while ago I installed ConTeXt from my home network to another notebook 
(of my wife) - everything was OK. When I was copy all the installed 
directories into my own notebook, then latest ConTeXt is functional. At 
this moment I update installation on the second computer and every time 
you copy it to my own computer ...



Can you ever find out what is the current version and install ConTeXt
LuaTEX? My current version of ConTeXt and LuaTeX from which I have does
not work update is:


ther emust be something weird with your system
Yes, I agree that something is wrong, but I've tried everything 
possible, but to no avail (including firewall settings are copied from 
the computer on which the installation was OK) ... It seems that rsync 
does not work  I do not know whether installation (upgrade ) script 
checks for any system settings or something others...
Lately I've just installed TeX Live 2014, and then a new WD My Cloud 
with remote access. I'm not sure if something while these actions screw up.



My current version is after the copy into my own computer:
This is LuaTeX, Version beta-0.79.1 (TeX Live 2014/W32TeX) (rev 5064)
ConTeXt  ver: 2014.10.22 16:23 MKIV beta  fmt: 2014.10.22  int: 
english/english



Thanks for your support ...
Jaroslav Hajtmar




This is LuaTeX, Version beta-0.79.1 (TeX Live 2014/W32TeX) (rev 5041)
ConTeXt  ver: 2014.09.25 18:58 MKIV beta  fmt: 2014.10.22  int:
english/english


Now I see that in those versions LuaTeX and ConTeXt is not a 
contradiction?


luatex looks new enough but the context is from last month so not the 
latest


C:\$~1da\ConTeXt\ConTeXt-Tests\my_way\floatcontext sidefloat.mkiv

mtx-context | run 1: luatex 
--fmt=C:/context/tex/texmf-cache/luatex-cache/c
ontext/5fe67e0bfe781ce0dde776fb1556f32e/formats/luatex/cont-en 
--jobname=sidef
loat 
--lua=C:/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde
776fb1556f32e/formats/luatex/cont-en.lui --no-parse-first-line 
--c:currentrun=1
 --c:fulljobname=./sidefloat.mkiv --c:input=./sidefloat.mkiv 
--c:kindofrun=1

 --c:maxnofruns=8 cont-yes.mkiv
This is LuaTeX, Version beta-0.79.1 (TeX Live 2014/W32TeX) (rev 5064)
 \write18 enabled.
open source  1  1  
C:/context/tex/texmf-context/tex/context/base/cont-yes

.mkiv

ConTeXt  ver: 2014.10.22 16:23 MKIV beta  fmt: 2014.10.22  int: 
english/english


system   'cont-new.mkiv' loaded
open source  2  2  
C:/context/tex/texmf-context/tex/context/base/cont-new

.mkiv
close source 2  2  
C:/context/tex/texmf-context/tex/context/base/cont-new

.mkiv
system   files  jobname 'sidefloat', input './sidefloat.mkiv', 
result

'sidefloat'
fontslatin modern fonts are not preloaded
languageslanguage 'en' is active
open source  2  3  
C:/$~1da/ConTeXt/ConTeXt-Tests/my_way/float/sidefloat.

mkiv
fontspreloading latin modern fonts (second stage)
fonts'fallback modern-designsize rm 12pt' is loaded
floatblocks  '1' placed
open source  3  4  
C:/context/tex/texmf-context/tex/context/sample/tufte.

tex
close source 3  4  
C:/context/tex/texmf-context/tex/context/sample/tufte.

tex
floatblocks  '2' placed
open source  3  5  
C:/context/tex/texmf-context/tex/context/sample/tufte.

tex
close source 3  5  
C:/context/tex/texmf-context/tex/context/sample/tufte.

tex

Overfull \hbox (0.51917pt too wide) in paragraph at lines 1--17
\3modern-designsize-12pt-rm-tf-0--0 item-ize, re-view, dip into, flip 
through,

browse, glance into, leaf through,
backend  xmp  using file 
'C:/context/tex/texmf-context/tex/context/bas

e/lpdf-pdx.xml'
pagesflushing realpage 1, userpage 1
close source 2  5  
C:/$~1da/ConTeXt/ConTeXt-Tests/my_way/float/sidefloat.

mkiv
close source 1  5  
C:/context/tex/texmf-context/tex/context/base/cont-yes

.mkiv

mkiv lua stats   used config file: selfautoparent:/texmf/web2c/texmfcnf.lua
mkiv lua stats   used cache path: 
C:/context/tex/texmf-cache/luatex-cache/conte

xt/5fe67e0bfe781ce0dde776fb1556f32e
mkiv lua stats   resource resolver: loadtime 0.000 seconds, 2 scans 
with scanti
me 0.031 seconds, 0 shared scans, 10 found files, scanned paths: 
C:/Users/Jarosl

av  Hajtmar/texmf c:/windows/fonts
mkiv lua stats   stored bytecode data: 356 modules (0.218 sec), 71 
tables (0.00

0 sec), 427 chunks (0.218 sec)
mkiv lua stats   running in nuts mode: yes
mkiv lua stats   cleaned up reserved nodes: 44 nodes, 442 lists of 441
mkiv lua stats   

Re: [NTG-context] Font-loading

2014-10-22 Thread Wolfgang Schuster

 Am 22.10.2014 um 21:47 schrieb Willi Egger cont...@boede.nl:
 
 Hi all,
 
 I know that there was earlier a thread dealing with this subject…. However I 
 needed to typeset a title in a typeface with a medieval look. One of the 
 choices is “Maximilian” a ttf font (free font).
 
 I put the font in texmf-fonts/data.
 
 The  mtxrun --script font --list --info --all maximilian gives:
 
 mtx-fonts   | mapping : maximilian
 mtx-fonts   | fontname: maximilian
 mtx-fonts   | fullname: maximilian
 mtx-fonts   | filename: Maximilian.ttf
 mtx-fonts   | family  : maximilian
 mtx-fonts   | weight  : normal
 mtx-fonts   | style   : normal
 mtx-fonts   | width   : normal
 mtx-fonts   | variant : normal
 mtx-fonts   | subfont : 
 mtx-fonts   | fweight : conflict: book
 mtx-fonts   |
 mtx-fonts   | gsub features:
 mtx-fonts   |
 mtx-fonts   | feature  script   languages
 mtx-fonts   |
 mtx-fonts   | tlig all  all 
 mtx-fonts   | trep all  all
 
 I tried in a classical way:
 
 \starttypescript[serif][medieval]
\definefontsynonym[serif][file:Maximilian][features=default]
 \stoptypescript
 
 \starttypescript[medieval]
\definetypeface[Maximilian][rm][serif][medieval][default]
  \stoptypescript
 
 \usetypescript[medieval]
 
 \setupbodyfont[Maximilian,rm,12pt]
 
 I tried also the new approach
 
  \definefontfamily[Medieval][rm][Maximilian][features=default]
  \setupbodyfont[Medieval,12pt]
 
 In both cases I end up with an empty page, because the font is not fount. — 
 What do I miss?

Change the name of the typeface to “medieval”.

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] korean unfonts globbing path error

2014-10-22 Thread NY Park
hi
blow is error message
But i don,t know  how
korean unfonts is default in ConTeXt system i know
help
 
thanks
 
sample
=
\setscript[hangul]
\setupbodyfont[unfonts]
\starttext 
한글(Korean) 
\stoptext 
=
 
result
=
gt;context --autopdf default.tex
 
mtx-context | run 1: luatex 
--fmt=C:/ConTeXt/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luatex/cont-en
 --jobname=default 
--lua=C:/ConTeXt/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luatex/cont-en.lui
 --no-parse-first-line --c:autopdf --c:currentrun=1 
--c:fulljobname=./default.tex --c:input=./default.tex --c:kindofrun=1 
--c:maxnofruns=8 cont-yes.mkiv
This is LuaTeX, Version beta-0.79.1 (TeX Live 2014/W32TeX) (rev 5064) 
 \write18 enabled.
open source gt; 1 gt; 1 gt; 
C:/ConTeXt/tex/texmf-context/tex/context/base/cont-yes.mkiv
 
ConTeXt  ver: 2014.10.19 21:08 MKIV beta  fmt: 2014.10.20  int: english/english
 
system  gt; 'cont-new.mkiv' loaded
open source gt; 2 gt; 2 gt; 
C:/ConTeXt/tex/texmf-context/tex/context/base/cont-new.mkiv
close sourcegt; 2 gt; 2 gt; 
C:/ConTeXt/tex/texmf-context/tex/context/base/cont-new.mkiv
system  gt; files gt; jobname 'default', input './default', result 
'default'
fonts   gt; latin modern fonts are not preloaded
languages   gt; language 'en' is active
open source gt; 2 gt; 3 gt; C:/Users/A8526/Desktop/default.tex
open source gt; 3 gt; 4 gt; 
C:/ConTeXt/tex/texmf-context/tex/context/base/type-imp-unfonts.mkiv
open source gt; 4 gt; 5 gt; 
C:/ConTeXt/tex/texmf-context/tex/context/base/type-imp-texgyre.mkiv
close sourcegt; 4 gt; 5 gt; 
C:/ConTeXt/tex/texmf-context/tex/context/base/type-imp-texgyre.mkiv
open source gt; 4 gt; 6 gt; 
C:/ConTeXt/tex/texmf-context/tex/context/base/type-imp-xits.mkiv
open source gt; 5 gt; 7 gt; 
C:/ConTeXt/tex/texmf-context/tex/context/base/type-imp-texgyre.mkiv
close sourcegt; 5 gt; 7 gt; 
C:/ConTeXt/tex/texmf-context/tex/context/base/type-imp-texgyre.mkiv
close sourcegt; 4 gt; 7 gt; 
C:/ConTeXt/tex/texmf-context/tex/context/base/type-imp-xits.mkiv
close sourcegt; 3 gt; 7 gt; 
C:/ConTeXt/tex/texmf-context/tex/context/base/type-imp-unfonts.mkiv
fonts   gt; names gt; warnings are disabled (tracker 'fonts.warnings')
fonts   gt; names gt; identifying tree font files with suffix 'otf'
fonts   gt; names gt; scanning path 'C:/ConTeXt/tex/texmf-project' 
for otf files
fonts   gt; names gt; 0 entries found, 0 otf files checked, 0 okay
fonts   gt; names gt; scanning path 'C:/ConTeXt/tex/texmf-fonts' for 
otf files
fonts   gt; names gt; 0 entries found, 0 otf files checked, 0 okay
fonts   gt; names gt; scanning path 'C:/ConTeXt/tex/texmf-local' for 
otf files
fonts   gt; names gt; 0 entries found, 0 otf files checked, 0 okay
fonts   gt; names gt; scanning path 'C:/ConTeXt/tex/texmf-modules' 
for otf files
fonts   gt; names gt; 0 entries found, 0 otf files checked, 0 okay
fonts   gt; names gt; scanning path 'C:/ConTeXt/tex/texmf-context' 
for otf files
fonts   gt; names gt; 0 entries found, 1 otf files checked, 1 okay
fonts   gt; names gt; scanning path 'C:/ConTeXt/tex/texmf-mswin' for 
otf files
fonts   gt; names gt; 0 entries found, 0 otf files checked, 0 okay
fonts   gt; names gt; scanning path 'C:/ConTeXt/tex/texmf' for otf 
files
fonts   gt; names gt; 0 entries found, 214 otf files checked, 214 okay
fonts   gt; names gt; identifying tree font files with suffix 'OTF'
fonts   gt; names gt; scanning path 'C:/ConTeXt/tex/texmf-project' 
for OTF files
fonts   gt; names gt; 0 entries found, 0 OTF files checked, 0 okay
fonts   gt; names gt; scanning path 'C:/ConTeXt/tex/texmf-fonts' for 
OTF files
fonts   gt; names gt; 0 entries found, 0 OTF files checked, 0 okay
fonts   gt; names gt; scanning path 'C:/ConTeXt/tex/texmf-local' for 
OTF files
fonts   gt; names gt; 0 entries found, 0 OTF files checked, 0 okay
fonts   gt; names gt; scanning path 'C:/ConTeXt/tex/texmf-modules' 
for OTF files
fonts   gt; names gt; 0 entries found, 0 OTF files checked, 0 okay
fonts   gt; names gt; scanning path 'C:/ConTeXt/tex/texmf-context' 
for OTF files
fonts   gt; names gt; 0 entries found, 1 OTF files checked, 1 okay
fonts   gt; names gt; scanning path 'C:/ConTeXt/tex/texmf-mswin' for 
OTF files
fonts   gt; names gt; 0 entries found, 0 OTF files checked, 0 okay
fonts   gt; names gt; scanning path 'C:/ConTeXt/tex/texmf' for OTF 
files
fonts   gt; names gt; 0 entries found, 214 OTF files checked, 214 okay
fonts   gt; names gt; 430 tree files identified, 215 skipped, 215 
duplicates, 215 hash entries added, runtime 12.051 seconds
fonts   gt; names gt; identifying tree font files with 

Re: [NTG-context] korean unfonts globbing path error

2014-10-22 Thread Jeong Dal
Dear NY Park,

I am able to run your code in my mac without any error message.

My ConTeXt version is “ConTeXt  ver: 2014.10.19 21:08 MKIV beta  fmt: 
2014.10.20  int: english/english” which is as same as yours.

Thank you.

Best regards,

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