ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* how to change the distance between two words?
@ 2013-01-19 11:27 土卜皿
  2013-01-19 14:21 ` Wolfgang Schuster
  0 siblings, 1 reply; 14+ messages in thread
From: 土卜皿 @ 2013-01-19 11:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 270 bytes --]

hi, all
  I am writing a doc with context in Chinese, I found that the distance
between two Chinese words, and between the punctuation and word is too big,
how to narrow the distance?
  For convenience, I attached a pdf sample.
  Thanks in advance!

BEST REGARDS
PengCZ

[-- Attachment #1.2: Type: text/html, Size: 586 bytes --]

[-- Attachment #2: distance.pdf --]
[-- Type: application/pdf, Size: 13612 bytes --]

[-- Attachment #3: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: how to change the distance between two words?
  2013-01-19 11:27 how to change the distance between two words? 土卜皿
@ 2013-01-19 14:21 ` Wolfgang Schuster
  2013-01-19 14:56   ` 土卜皿
  0 siblings, 1 reply; 14+ messages in thread
From: Wolfgang Schuster @ 2013-01-19 14:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 19.01.2013 um 12:27 schrieb 土卜皿 <pengcz.nwpu@gmail.com>:

> hi, all
>   I am writing a doc with context in Chinese, I found that the distance between two Chinese words, and between the punctuation and word is too big, how to narrow the distance? 
>   For convenience, I attached a pdf sample.

Can you also send the source for your example!

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: how to change the distance between two words?
  2013-01-19 14:21 ` Wolfgang Schuster
@ 2013-01-19 14:56   ` 土卜皿
  2013-01-19 15:32     ` Wolfgang Schuster
  0 siblings, 1 reply; 14+ messages in thread
From: 土卜皿 @ 2013-01-19 14:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1047 bytes --]

hi, Wolfgang
   thank you!
   The source in attachment!

PengCZ


2013/1/19 Wolfgang Schuster <wolfgang.schuster@gmail.com>

>
> Am 19.01.2013 um 12:27 schrieb 土卜皿 <pengcz.nwpu@gmail.com>:
>
> > hi, all
> >   I am writing a doc with context in Chinese, I found that the distance
> between two Chinese words, and between the punctuation and word is too big,
> how to narrow the distance?
> >   For convenience, I attached a pdf sample.
>
> Can you also send the source for your example!
>
> 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
>
> ___________________________________________________________________________________

[-- Attachment #1.2: Type: text/html, Size: 1919 bytes --]

[-- Attachment #2: distance.tex --]
[-- Type: application/x-tex, Size: 743 bytes --]

[-- Attachment #3: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: how to change the distance between two words?
  2013-01-19 14:56   ` 土卜皿
@ 2013-01-19 15:32     ` Wolfgang Schuster
  2013-01-19 16:10       ` 土卜皿
  0 siblings, 1 reply; 14+ messages in thread
From: Wolfgang Schuster @ 2013-01-19 15:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 19.01.2013 um 15:56 schrieb 土卜皿 <pengcz.nwpu@gmail.com>:

> hi, Wolfgang
>    thank you!
>    The source in attachment!

I would try to avoid mixing simplefonts and zhfonts because it could lead to problems.

You can now try a simplefonts only solution and look if the weird spacing disappears,
when the problem remains you should change the font because when I use your example
with “MS Mincho” or “Adobe Song Std” the spacing is better.

\usemodule[simplefonts]

%\definefontfeature[default][default][onum=yes,pnum=yes]

\setmainfont[TeX Gyre Pagella] % Monaco
\setsansfont[TeX Gyre Heros]
\setmonofont[TeX Gyre Cursor]  % Monaco

\setcjkmainfont[Fang Song]
\setcjkmonofont[Fang Song]

\setupbodyfont[9pt]

\setscript[hanzi]

\starttext
无线传感网络存在分布的跨区域性,随着无线传。

English font is no problem!
\stoptext

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: how to change the distance between two words?
  2013-01-19 15:32     ` Wolfgang Schuster
@ 2013-01-19 16:10       ` 土卜皿
  2013-01-19 16:22         ` Wolfgang Schuster
  2013-01-19 16:22         ` Li Yanrui (李延瑞)
  0 siblings, 2 replies; 14+ messages in thread
From: 土卜皿 @ 2013-01-19 16:10 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 2093 bytes --]

hi, wolfgang.schuster
  Thank you!
   I wanted to try Adobe Song Std, but when executing the command:
mtxrun --script fonts --reload

I got the error:
fonts           | names | adding path from OSFONTDIR: /study/context/fonts
fonts           | names | globbing path /study/context/fonts/**.otftexlua:
../../../source/texk/kpathsea/cnf.c:255:
kpathsea_cnf_get: Assertion `kpse->program_name' failed.

my versions are:
context  2013.01.08 01:19
luatex: beta-0.74.0-2012122510

your versions are different?

Thank you!

BEST REGARDS\
PengCZ


2013/1/19 Wolfgang Schuster <wolfgang.schuster@gmail.com>

>
> Am 19.01.2013 um 15:56 schrieb 土卜皿 <pengcz.nwpu@gmail.com>:
>
> > hi, Wolfgang
> >    thank you!
> >    The source in attachment!
>
> I would try to avoid mixing simplefonts and zhfonts because it could lead
> to problems.
>
> You can now try a simplefonts only solution and look if the weird spacing
> disappears,
> when the problem remains you should change the font because when I use
> your example
> with “MS Mincho” or “Adobe Song Std” the spacing is better.
>
> \usemodule[simplefonts]
>
> %\definefontfeature[default][default][onum=yes,pnum=yes]
>
> \setmainfont[TeX Gyre Pagella] % Monaco
> \setsansfont[TeX Gyre Heros]
> \setmonofont[TeX Gyre Cursor]  % Monaco
>
> \setcjkmainfont[Fang Song]
> \setcjkmonofont[Fang Song]
>
> \setupbodyfont[9pt]
>
> \setscript[hanzi]
>
> \starttext
> 无线传感网络存在分布的跨区域性,随着无线传。
>
> English font is no problem!
> \stoptext
>
> 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
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 5159 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: how to change the distance between two words?
  2013-01-19 16:10       ` 土卜皿
@ 2013-01-19 16:22         ` Wolfgang Schuster
  2013-01-19 16:22         ` Li Yanrui (李延瑞)
  1 sibling, 0 replies; 14+ messages in thread
From: Wolfgang Schuster @ 2013-01-19 16:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 776 bytes --]


Am 19.01.2013 um 17:10 schrieb 土卜皿 <pengcz.nwpu@gmail.com>:

> hi, wolfgang.schuster
>   Thank you!
>    I wanted to try Adobe Song Std, but when executing the command:
> mtxrun --script fonts --reload
> 
> I got the error:
> fonts           | names | adding path from OSFONTDIR: /study/context/fonts
> fonts           | names | globbing path /study/context/fonts/**.otftexlua: ../../../source/texk/kpathsea/cnf.c:255: 
> kpathsea_cnf_get: Assertion `kpse->program_name' failed.
> 
> my versions are:
> context  2013.01.08 01:19
> luatex: beta-0.74.0-2012122510
> 
> your versions are different?

ConTeXt: 2013.01.17 18:16
LuaTeX: beta-0.74.0-2012122517

To use Adobe Song use “Adobe Song Std Light” as name for \setcjkmainfont etc.

Wolfgang


[-- Attachment #1.2: Type: text/html, Size: 2843 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: how to change the distance between two words?
  2013-01-19 16:10       ` 土卜皿
  2013-01-19 16:22         ` Wolfgang Schuster
@ 2013-01-19 16:22         ` Li Yanrui (李延瑞)
  2013-01-19 16:36           ` 土卜皿
  1 sibling, 1 reply; 14+ messages in thread
From: Li Yanrui (李延瑞) @ 2013-01-19 16:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users

2013/1/20 土卜皿 <pengcz.nwpu@gmail.com>:
> hi, wolfgang.schuster
>   Thank you!
>    I wanted to try Adobe Song Std, but when executing the command:
> mtxrun --script fonts --reload
>
> I got the error:
> fonts           | names | adding path from OSFONTDIR: /study/context/fonts
> fonts           | names | globbing path /study/context/fonts/**.otftexlua:
> ../../../source/texk/kpathsea/cnf.c:255:
> kpathsea_cnf_get: Assertion `kpse->program_name' failed.
>
> my versions are:
> context  2013.01.08 01:19
> luatex: beta-0.74.0-2012122510
>

This problem has been fixed in luatex 0.75. I think wolfgang had
cached those fonts so he can use them now.

-- 
Best regards,

Li Yanrui (李延瑞)
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: how to change the distance between two words?
  2013-01-19 16:22         ` Li Yanrui (李延瑞)
@ 2013-01-19 16:36           ` 土卜皿
  2013-01-19 16:42             ` 土卜皿
  0 siblings, 1 reply; 14+ messages in thread
From: 土卜皿 @ 2013-01-19 16:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1503 bytes --]

hi, yanrui
   不好意思,怎么将我的luatex版本不会自动更新,使用first-setup.sh --keep,只是更新了context的版本,怎么
更新luatex呢?
   谢谢!

pengcz


2013/1/20 Li Yanrui (李延瑞) <liyanrui.m2@gmail.com>

> 2013/1/20 土卜皿 <pengcz.nwpu@gmail.com>:
> > hi, wolfgang.schuster
> >   Thank you!
> >    I wanted to try Adobe Song Std, but when executing the command:
> > mtxrun --script fonts --reload
> >
> > I got the error:
> > fonts           | names | adding path from OSFONTDIR:
> /study/context/fonts
> > fonts           | names | globbing path
> /study/context/fonts/**.otftexlua:
> > ../../../source/texk/kpathsea/cnf.c:255:
> > kpathsea_cnf_get: Assertion `kpse->program_name' failed.
> >
> > my versions are:
> > context  2013.01.08 01:19
> > luatex: beta-0.74.0-2012122510
> >
>
> This problem has been fixed in luatex 0.75. I think wolfgang had
> cached those fonts so he can use them now.
>
> --
> Best regards,
>
> Li Yanrui (李延瑞)
>
> ___________________________________________________________________________________
> 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
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 2557 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: how to change the distance between two words?
  2013-01-19 16:36           ` 土卜皿
@ 2013-01-19 16:42             ` 土卜皿
  2013-01-20  2:42               ` Hongwen Qiu
  0 siblings, 1 reply; 14+ messages in thread
From: 土卜皿 @ 2013-01-19 16:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 408 bytes --]

2013/1/20 土卜皿 <pengcz.nwpu@gmail.com>

> hi, Yanrui
>    I am sorry to reply to mail list in Chinese!
>


> , luatex has not been updated after executing
>
first-setup.sh --keep, what should I do for updating Luatex?
      Thanks!

BEST REGARDS

Pengcz

>
>


> 不好意思,怎么将我的luatex版本不会自动更新,使用first-setup.sh --keep,只是更新了context的版本,怎么
> 更新luatex呢?
>    谢谢!
>
> pengcz
>

[-- Attachment #1.2: Type: text/html, Size: 1372 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: how to change the distance between two words?
  2013-01-19 16:42             ` 土卜皿
@ 2013-01-20  2:42               ` Hongwen Qiu
  2013-02-06 16:54                 ` Musall Maik
  0 siblings, 1 reply; 14+ messages in thread
From: Hongwen Qiu @ 2013-01-20  2:42 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 496 bytes --]

On 01/20/2013 12:42 AM, ??? wrote:
>
>     luatex has not been updated after executing
>
> first-setup.sh --keep, what should I do for updating Luatex?
Usually, luatex get updated regularly along with ConTeXt updating. If 
for some reason, you want to use the latest luatex binary, you need to 
compile it from source code yourself. If you have difficultly compile 
binary from source, you can ask others to compile for you, or just wait 
for the binary to eventually come into the ConTeXt repo.

[-- Attachment #1.2: Type: text/html, Size: 1092 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: how to change the distance between two words?
  2013-01-20  2:42               ` Hongwen Qiu
@ 2013-02-06 16:54                 ` Musall Maik
  2013-02-06 17:41                   ` Hans Hagen
  2013-02-06 17:43                   ` Hans Hagen
  0 siblings, 2 replies; 14+ messages in thread
From: Musall Maik @ 2013-02-06 16:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1046 bytes --]


Am 20.01.2013 um 03:42 schrieb Hongwen Qiu <qiuhongwen@gmail.com>:

> On 01/20/2013 12:42 AM, 土卜皿 wrote:
>> luatex has not been updated after executing
>> first-setup.sh --keep, what should I do for updating Luatex?
> Usually, luatex get updated regularly along with ConTeXt updating. If for some reason, you want to use the latest luatex binary, you need to compile it from source code yourself. If you have difficultly compile binary from source, you can ask others to compile for you, or just wait for the binary to eventually come into the ConTeXt repo.

I'm experiencing the same kpathsea/cnf.c assertion failure when doing "mtxrun --script fonts --reload". ConTeXt minimals still has luatex version beta-0.74.0-2012122517, and the source code server http://foundry.supelec.fr/gf/project/luatex has been unreachable for days.

So, what options do I have to get luatex 0.75 to get my installation working again? Or is there a planned time frame when 0.75 is scheduled to be integrated in the distribution?

Thanks
Maik


[-- Attachment #1.2: Type: text/html, Size: 2089 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: how to change the distance between two words?
  2013-02-06 16:54                 ` Musall Maik
@ 2013-02-06 17:41                   ` Hans Hagen
  2013-02-07  9:02                     ` Taco Hoekwater
  2013-02-06 17:43                   ` Hans Hagen
  1 sibling, 1 reply; 14+ messages in thread
From: Hans Hagen @ 2013-02-06 17:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 2/6/2013 5:54 PM, Musall Maik wrote:
>
> Am 20.01.2013 um 03:42 schrieb Hongwen Qiu <qiuhongwen@gmail.com
> <mailto:qiuhongwen@gmail.com>>:
>
>> On 01/20/2013 12:42 AM, 土卜皿 wrote:
>>>
>>>     luatex has not been updated after executing
>>>
>>> first-setup.sh --keep, what should I do for updating Luatex?
>> Usually, luatex get updated regularly along with ConTeXt updating. If
>> for some reason, you want to use the latest luatex binary, you need to
>> compile it from source code yourself. If you have difficultly compile
>> binary from source, you can ask others to compile for you, or just
>> wait for the binary to eventually come into the ConTeXt repo.

Normally meaning: when there is a release. Beta's of luatex normally are 
not ending up in the mininimals unless we decide to to so.

> I'm experiencing the same kpathsea/cnf.c assertion failure when doing
> "mtxrun --script fonts --reload". ConTeXt minimals still has luatex
> version beta-0.74.0-2012122517, and the source code server
> http://foundry.supelec.fr/gf/project/luatex has been unreachable for days.

Hm, context doesn't use the kpse lib.

> So, what options do I have to get luatex 0.75 to get my installation
> working again? Or is there a planned time frame when 0.75 is scheduled
> to be integrated in the distribution?

The supelec server is being replaced / updates so that's why it's 
unreachable for a while. The 0.75 version is not yet official (and I 
know of at least one bug that needs to be solved before it can be).

As soon as 0.75 is out there will also be a context beta thats in 
principle could give somewhat faster runs depending on what trickery is 
used.

At the same time there will also be a luajittex update that is in sync 
with luatex. Luigi and I test both versions and so far no issues have 
been seen so in principle it can be a drop-in for those who need faster 
runs in production.

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: how to change the distance between two words?
  2013-02-06 16:54                 ` Musall Maik
  2013-02-06 17:41                   ` Hans Hagen
@ 2013-02-06 17:43                   ` Hans Hagen
  1 sibling, 0 replies; 14+ messages in thread
From: Hans Hagen @ 2013-02-06 17:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 2/6/2013 5:54 PM, Musall Maik wrote:
>
> Am 20.01.2013 um 03:42 schrieb Hongwen Qiu <qiuhongwen@gmail.com
> <mailto:qiuhongwen@gmail.com>>:
>
>> On 01/20/2013 12:42 AM, 土卜皿 wrote:
>>>
>>>     luatex has not been updated after executing
>>>
>>> first-setup.sh --keep, what should I do for updating Luatex?
>> Usually, luatex get updated regularly along with ConTeXt updating. If
>> for some reason, you want to use the latest luatex binary, you need to
>> compile it from source code yourself. If you have difficultly compile
>> binary from source, you can ask others to compile for you, or just
>> wait for the binary to eventually come into the ConTeXt repo.
>
> I'm experiencing the same kpathsea/cnf.c assertion failure when doing
> "mtxrun --script fonts --reload". ConTeXt minimals still has luatex
> version beta-0.74.0-2012122517, and the source code server
> http://foundry.supelec.fr/gf/project/luatex has been unreachable for days.

if i remember right it relates to some ttf font triggering ... not sure 
which one but deleting it can help

-- 

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: how to change the distance between two words?
  2013-02-06 17:41                   ` Hans Hagen
@ 2013-02-07  9:02                     ` Taco Hoekwater
  0 siblings, 0 replies; 14+ messages in thread
From: Taco Hoekwater @ 2013-02-07  9:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen


Hi,

On 02/06/2013 06:41 PM, Hans Hagen wrote:
>
>> I'm experiencing the same kpathsea/cnf.c assertion failure when doing
>> "mtxrun --script fonts --reload". ConTeXt minimals still has luatex
>> version beta-0.74.0-2012122517, and the source code server
>> http://foundry.supelec.fr/gf/project/luatex has been unreachable for
>> days.
>
> Hm, context doesn't use the kpse lib.

That error is caused the cidmap callbacks that were added in luatex
0.74 and will be removed again in luatex 0.75. At some point, there
was code for those callbacks in the context beta, but not any more
apparently?

Meanwhile, foundry.supelec.fr is down because of hardware upgrades,
so we cannot do a new luatex release immediately. As soon as possible,
we promise.

Best wishes,
Taco


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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2013-02-07  9:02 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-19 11:27 how to change the distance between two words? 土卜皿
2013-01-19 14:21 ` Wolfgang Schuster
2013-01-19 14:56   ` 土卜皿
2013-01-19 15:32     ` Wolfgang Schuster
2013-01-19 16:10       ` 土卜皿
2013-01-19 16:22         ` Wolfgang Schuster
2013-01-19 16:22         ` Li Yanrui (李延瑞)
2013-01-19 16:36           ` 土卜皿
2013-01-19 16:42             ` 土卜皿
2013-01-20  2:42               ` Hongwen Qiu
2013-02-06 16:54                 ` Musall Maik
2013-02-06 17:41                   ` Hans Hagen
2013-02-07  9:02                     ` Taco Hoekwater
2013-02-06 17:43                   ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).