Re: [NTG-context] mkiv update

2007-12-18 Thread Taco Hoekwater


Wolfgang Schuster wrote:
report  load otf: unable to remap cid font, missing cid file for
 c:/w32tex/share/texmf-fonts/fonts/opentype/adobe/kozuka/KozGoProVI-Medium.otf

Looks like we don't have a cidmap for Japan1-4. It may work if you copy
texmf-local/fonts/cid/adobe-japan1-5.cidmap to adobe-japan1-4.cidmap
(dont for get to rerun luatools --generate).

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


Re: [NTG-context] mkiv update

2007-12-18 Thread Wolfgang Schuster
2007/12/18, Taco Hoekwater [EMAIL PROTECTED]:


 Wolfgang Schuster wrote:
 report  load otf: unable to remap cid font, missing cid file for
  c:/w32tex/share/texmf-fonts/fonts/opentype/adobe/kozuka/KozGoProVI-Medium.otf

 Looks like we don't have a cidmap for Japan1-4. It may work if you copy
 texmf-local/fonts/cid/adobe-japan1-5.cidmap to adobe-japan1-4.cidmap
 (dont for get to rerun luatools --generate).

Why do you want a cidmap for Japan 1-4, Kozuka Gothic need one for Japan1-6.

The font caching did only fail if I use both fonts in one document,
I tried to use
both font in another document and loaded there the Gothic font before the Mincho
font and now the Gothic font worked but the Mincho font was not loaded.

At the moment I load both fonts in seperate document with only one font in every
file and this did work and I can also use both font together in my
real document.

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


Re: [NTG-context] mkiv update

2007-12-18 Thread Taco Hoekwater


Wolfgang Schuster wrote:
 2007/12/18, Taco Hoekwater [EMAIL PROTECTED]:

 Wolfgang Schuster wrote:
report  load otf: unable to remap cid font, missing cid file for
 c:/w32tex/share/texmf-fonts/fonts/opentype/adobe/kozuka/KozGoProVI-Medium.otf
 Looks like we don't have a cidmap for Japan1-4. It may work if you copy
 texmf-local/fonts/cid/adobe-japan1-5.cidmap to adobe-japan1-4.cidmap
 (dont for get to rerun luatools --generate).
 
 Why do you want a cidmap for Japan 1-4, Kozuka Gothic need one for Japan1-6.

Ah, sorry. My KozGoPro-Medium.otf is Japan 1-4.


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


Re: [NTG-context] mkiv update

2007-12-18 Thread Wolfgang Schuster
2007/12/18, Taco Hoekwater [EMAIL PROTECTED]:


 Wolfgang Schuster wrote:
  2007/12/18, Taco Hoekwater [EMAIL PROTECTED]:
 
  Wolfgang Schuster wrote:
 report  load otf: unable to remap cid font, missing cid file for
  c:/w32tex/share/texmf-fonts/fonts/opentype/adobe/kozuka/KozGoProVI-Medium.otf
  Looks like we don't have a cidmap for Japan1-4. It may work if you copy
  texmf-local/fonts/cid/adobe-japan1-5.cidmap to adobe-japan1-4.cidmap
  (dont for get to rerun luatools --generate).
 
  Why do you want a cidmap for Japan 1-4, Kozuka Gothic need one for Japan1-6.

 Ah, sorry. My KozGoPro-Medium.otf is Japan 1-4.

I use only the Kozuka Mincho ond Gothic fonts from the japnese
language pack for Adoe Reader, it contains KozGoProVI-Medium and not
KozGoPro-Medium, your font is available in different sizes while mine
has only one style, no bold or medium but italic for latin chars.

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


Re: [NTG-context] mkiv update

2007-12-18 Thread Arthur Reutenauer
 2. also mkiv, ConTeXt has problems to load more than one cid font in one
document, loading only font but for more fonts on the first is recognized
and all followings fonts can't be loaded.

  I can confirm that.  Hans, the problem is in the fonts.otf.cidmap
function in font-otf.lua: if it has already found an appropriate cidmap,
the if not fonts.otf.cidmaps[filename] test fails and returns nothing.
You need to add a matching else clause, something like else return
fonts.otf.cidmaps[filename] (I just made this addition and recompiled
the formats, and it works).

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


Re: [NTG-context] mkiv update

2007-12-18 Thread Hans Hagen
Arthur Reutenauer wrote:
 2. also mkiv, ConTeXt has problems to load more than one cid font in one
document, loading only font but for more fonts on the first is recognized
and all followings fonts can't be loaded.
 
   I can confirm that.  Hans, the problem is in the fonts.otf.cidmap
 function in font-otf.lua: if it has already found an appropriate cidmap,
 the if not fonts.otf.cidmaps[filename] test fails and returns nothing.
 You need to add a matching else clause, something like else return
 fonts.otf.cidmaps[filename] (I just made this addition and recompiled
 the formats, and it works).


ok, thanks, will fix it

Hans

-
   Hans Hagen | PRAGMA ADE
   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] mkiv update

2007-12-17 Thread Wolfgang Schuster
2007/12/17, Hans Hagen [EMAIL PROTECTED]:
 Hi,

 there is a new luatex binary; you really need the latest mkiv (i just
 uploaded a current) with it; the memory footprint of huge fonts is
 lowered again, but don't expect more savings there (at least not on the
 short term)

sounds like good new to me but I was also impresses by the last betas
because everyone lowered the process time on my system and normal
fonts had been never be a problem.

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


Re: [NTG-context] mkiv update - section problem

2007-08-21 Thread Hans Hagen
Vyatcheslav Yatskovsky wrote:
 Hello,
 
 After updating I have the following problem. The first section sticks to 
 contents. This effect was not present until update.
 
 %engine=luatex
 \starttext
 \placecontent
 
 \section{Background}
 
 Bla-bla-bla
 
 Bla-bla-bla
 
 \section{Features Overview}
 
 Bla-bla-bla
 \stoptext

seems that the collapser is too eager; you can test this with:

\ctxlua {
callback.register('vpack_filter', nil)
callback.register('buildpage_filter', nil)
}

i fixed it, but this is one of the areas where testing is needed;

next on my agenda is to implement an extended vertical spacing model; 
actually it is already active, but we need a higher level interface, like:

\defineblank[mine][category=1,priority=5,skip=10pt,penalty=1]

penalty
largest wins
priority
highest wins
categories
discard
only if larger
force even if smaller,
only take penalty component
add to existing skip

by combining skips and penalties this mechanism provides much more 
control over page breaks

new zips uploaded

Hans

-
   Hans Hagen | PRAGMA ADE
   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] mkiv update - section problem

2007-08-21 Thread luigi scarso
On 8/21/07, luigi scarso [EMAIL PROTECTED] wrote:
 On 8/21/07, Vyatcheslav Yatskovsky [EMAIL PROTECTED] wrote:
  Hello,
 
  After updating I have the following problem. The first section sticks to 
  contents. This effect was not present until update.
Sorry, you are rigtht, I have seen now.
With last *zip things seem good.
This is luaTeX, Version 3.141592-beta-0.11.0-2007082115 (Web2C 7.5.6)
(format=cont-en 2007.8.21)  21 AUG 2007 20:12
**t003.tex
(./t003.tex

ConTeXt  ver: 2007.08.21 17:57 MKIV  fmt: 2007.8.21  int: english/english

-- 
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
attachment: t003.jpg___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] mkiv update - section problem

2007-08-21 Thread Vyatcheslav Yatskovsky
Hello,

Thank you all. I will try in a moment.

A stupid question: should I update both context/current/cont-tmf.zip and 
context/current/cont-win.zip every time or only the first?

-- 
Best regards,
Vyatcheslav Yatskovsky

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


Re: [NTG-context] mkiv update - section problem

2007-08-21 Thread Hans Hagen
Vyatcheslav Yatskovsky wrote:
 Hello,
 
 Thank you all. I will try in a moment.
 
 A stupid question: should I update both context/current/cont-tmf.zip and 
 context/current/cont-win.zip every time or only the first?
 

just the tmf

-- 

-
   Hans Hagen | PRAGMA ADE
   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] mkiv update - section problem

2007-08-21 Thread Vyatcheslav Yatskovsky
Hello Hans,

Thank you, the latest version seems to works ok. But a little thing -- the 
interline spacing become slightly greater in the whole document (comparing to 
xetex and first luatex). I don't think that it is bad, just to let you know. ;)

 After updating I have the following problem. The first section sticks to 
 contents. This effect was not present until update.

 %engine=luatex
 \starttext
 \placecontent

 \section{Background}

 Bla-bla-bla

 Bla-bla-bla

 \section{Features Overview}

 Bla-bla-bla
 \stoptext

 seems that the collapser is too eager; you can test this with:

 \ctxlua {
 callback.register('vpack_filter', nil)
 callback.register('buildpage_filter', nil)
 }

 i fixed it, but this is one of the areas where testing is needed;

-- 
Best regards,
Vyatcheslav Yatskovsky

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


Re: [NTG-context] mkiv update

2007-08-20 Thread Tobias Burnus
Hans Hagen wrote:
 I uploaded a new version (no minimals yet). There are also new binaries 
 (or will be later today) that fix a couple of font issues.
   
This version does not seem to fix the problem that

\currentdate [y,-,mm,-,dd]

gives an error (at least with pdfetex); Peter Münster could reproduce it
too (I don't know with which TeX engine).

Tobias

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


Re: [NTG-context] mkiv update

2007-08-20 Thread Peter Rolf
Hi Hans,

Hans Hagen schrieb:
 Hi,
 
 I uploaded a new version (no minimals yet). There are also new binaries 
 (or will be later today) that fix a couple of font issues.
 
 Later this week I will enable new color handling code.

the definition of \faststartcolor in core-spa.tex is missing here.

! Undefined control sequence.
\doattributes ...dostopattributes \faststartcolor


Best, Peter


 Hans
 
 -
Hans Hagen | PRAGMA ADE
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
 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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] mkiv update

2007-08-20 Thread Hans Hagen
Peter Rolf wrote:
 Hi Hans,
 
 Hans Hagen schrieb:
 Hi,

 I uploaded a new version (no minimals yet). There are also new binaries 
 (or will be later today) that fix a couple of font issues.

 Later this week I will enable new color handling code.

 the definition of \faststartcolor in core-spa.tex is missing here.
 
 ! Undefined control sequence.
 \doattributes ...dostopattributes \faststartcolor

ok, new version 

btw, use the luatex binaries from the gforge repository


-
   Hans Hagen | PRAGMA ADE
   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] mkiv update

2007-08-20 Thread Taco Hoekwater
Hans Hagen wrote:
 Hi,
 
 I uploaded a new version (no minimals yet). There are also new binaries 
 (or will be later today) that fix a couple of font issues.

I have just created a wiki page for this upload (the first one today
only, there were more, but I am no longer at the office so cannot
process these).

   http://wiki.contextgarden.net/Context_2007.08.20

Starting now, I will be on vacation for two weeks, so you will have
to ask Hans to write the 'What's new' himself for a while.

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