Re: [NTG-context] Dash missed in Windows' Times

2009-10-29 Thread Hans Hagen

Vyatcheslav Yatskovsky wrote:

Hello Hans,

did you enable feature

tlig=yes
   


Yes! It works!

One question. If I have [features=default] in typescript, how can I 
add tlig feature to existing default ones?

Is [features=default, tlig=yes] valid?


\definefontfeatures[default][default][tlig=yes]

will extend the vector

the features key is fpe very special purposed

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


Re: [NTG-context] Dash missed in Windows' Times

2009-10-27 Thread Vyatcheslav Yatskovsky
Thanks for reply. Who is mkiv-math-team and when it is going to fix 
it? (I mean days or monthes or years..) If it's gonna take too long, I 
would preferably fill the gaps by myself, just tell me where to dig ;)
  
  In the latest mkiv beta, dash (--) is not replaced by proper symbol if I

  use standard Windows' Times New Roman. I get two hyphens instead.
  
  Actually, ConTeXt complains a lot about missed unicode points. Please,

  see log attached.
  
  How to fix it?
 

the mkiv-math-team simply had no time yet to fill in some of the gaps in
the vector for tx / px
   

Regards,
Vyatcheslav
___
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] Dash missed in Windows' Times

2009-10-27 Thread Aditya Mahajan

On Tue, 27 Oct 2009, Vyatcheslav Yatskovsky wrote:


Thanks for reply. Who is mkiv-math-team


Hans, Taco, Mojca, and me.


and when it is going to fix it? (I mean days or monthes or years..)


Depends on what is broken. Lack of tex ligatures is most likely due to 
wrong typescripts. For the warning about missing unicode points, are you 
worried about the warning or some missing unicode symbols? Getting rid of 
the warnings is easy :-). Creating a virtual font for all tex fonts that 
has complete uniode coverage may take years. If there is a specific 
symbol/symbols that you find missing, that can be done in a day or two.


Right now our focus is on filling up the gaps in LM math virtual font. The 
tx/px vector is slightly different.



If it's gonna take too long, I would 
preferably fill the gaps by myself, just tell me where to dig ;)


char-def.lua + math-vfu.lua. For some details see my article on ConTeXt 
math in the current TUGBoat.


The most time conuming part is finding out which symbols lack coverage, 
their location in the tfm file, and their correct unicode location, and 
the convential tex name for it. Actually adding these details to the files 
is relatively straight forward.




In the latest mkiv beta, dash (--) is not replaced by proper symbol 
if I

  use standard Windows' Times New Roman. I get two hyphens instead.
Actually, ConTeXt complains a lot about missed unicode points. 
Please,

  see log attached.
How to fix it?


the mkiv-math-team simply had no time yet to fill in some of the gaps in
the vector for tx / px


Regards,
Vyatcheslav
___
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
___


___
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] Dash missed in Windows' Times

2009-10-27 Thread Hans Hagen

Vyatcheslav Yatskovsky wrote:
Thanks for reply. Who is mkiv-math-team and when it is going to fix 


aditya, mojca, taco and me

and normally fixing such thing happens when we run into one of those 
chars is missing in one of our docs or reported by a user


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


Re: [NTG-context] Dash missed in Windows' Times

2009-10-27 Thread Vyatcheslav Yatskovsky
Thanks. I do report that dash symbol is missed when I use Times New 
Roman from standard Windows configuration. Please, help! ;)

and normally fixing such thing happens when we run into one of those
chars is missing in one of our docs or reported by a user
   

Regards,
Vyatcheslav
___
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] Dash missed in Windows' Times

2009-10-27 Thread Aditya Mahajan

On Tue, 27 Oct 2009, Vyatcheslav Yatskovsky wrote:

and normally fixing such thing happens when we run into one of those
chars is missing in one of our docs or reported by a user
Thanks. I do report that dash symbol is missed when I use Times New Roman 
from standard Windows configuration. Please, help! ;)


Does using an explicit endash (–) or emdash (—) work?

Aditya___
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] Dash missed in Windows' Times

2009-10-26 Thread Vyatcheslav Yatskovsky

Hello

In the latest mkiv beta, dash (--) is not replaced by proper symbol if I 
use standard Windows' Times New Roman. I get two hyphens instead.


Actually, ConTeXt complains a lot about missed unicode points. Please, 
see log attached.


How to fix it?
Regards,
Vyatcheslav
(tupicin.tex

ConTeXt  ver: 2009.08.19 17:10 MKIV  fmt: 2009.10.27  int: english/english

system  : cont-new loaded
(c:/contextminimal/texmf-context/tex/context/base/cont-new.tex
systems : beware: some patches loaded from cont-new.tex
(c:/contextminimal/texmf-context/tex/context/base/cont-new.mkiv))
system  : cont-fil loaded
(c:/contextminimal/texmf-context/tex/context/base/cont-fil.tex
loading : ConTeXt File Synonyms
)
system  : cont-sys.rme loaded
(c:/contextminimal/texmf-context/tex/context/user/cont-sys.rme 
(c:/contextminimal/texmf-context/tex/context/base/type-tmf.tex 
(c:/contextminimal/texmf-context/tex/context/base/type-tmf.mkiv)) 
(c:/contextminimal/texmf-context/tex/context/base/type-siz.tex 
(c:/contextminimal/texmf-context/tex/context/base/type-siz.mkiv)) 
(c:/contextminimal/texmf-context/tex/context/base/type-otf.tex 
(c:/contextminimal/texmf-context/tex/context/base/type-otf.mkiv)))
system  : tupicin.top loaded
%
%   begin of optionfile
%
%   % runtime options files (command line driven)
%   \unprotect
%   % special commands, mostly for the ctx development team
%   % feedback and basic job control
%   % handy for special styles
%   \startluacode
%   document = document or { }
%   document.arguments={
%   }
%   document.files={
%tupicin.tex,
%   }
%   \stopluacode
%   % process info
%   \setupsystem[\c!n=1,\c!m=1]
%   \setupsystem[\c!type=windows]
%   % modes
%   % options (not that important)
%   \startsetups *runtime:options
%   \setupoutput[pdftex]
%   \stopsetups
%   % styles and modules
%   \startsetups *runtime:modules
%   \stopsetups
%   % done
%   \protect \endinput
%
%   end of optionfile
%
(tupicin.top)
fonts   : preloading latin modern fonts
bodyfont: 12pt rm is loaded
language: language en is active
system  : module tupicin-env loaded
(tupicin-env.tex (c:/contextminimal/texmf-context/tex/context/base/type-win.tex)
math virtual | unicode point U+0039F has no index 004F in vector tex-mr for 
font rtxr
math virtual | unicode point U+00391 has no index 0041 in vector tex-mr for 
font rtxr
math virtual | unicode point U+003A1 has no index 0052 in vector tex-mr for 
font rtxr
math virtual | unicode point U+00392 has no index 0042 in vector tex-mr for 
font rtxr
math virtual | unicode point U+003A4 has no index 0054 in vector tex-mr for 
font rtxr
math virtual | unicode point U+00395 has no index 0045 in vector tex-mr for 
font rtxr
math virtual | unicode point U+00396 has no index 005A in vector tex-mr for 
font rtxr
math virtual | unicode point U+00397 has no index 0048 in vector tex-mr for 
font rtxr
math virtual | unicode point U+003A7 has no index 0058 in vector tex-mr for 
font rtxr
math virtual | unicode point U+00399 has no index 0049 in vector tex-mr for 
font rtxr
math virtual | unicode point U+0039A has no index 004B in vector tex-mr for 
font rtxr
math virtual | unicode point U+00303 has no index 007E in vector tex-mr for 
font rtxr
math virtual | unicode point U+02147 has no index 0065 in vector tex-mr for 
font rtxr
math virtual | unicode point U+0039C has no index 004D in vector tex-mr for 
font rtxr
math virtual | unicode point U+02146 has no index 0064 in vector tex-mr for 
font rtxr
math virtual | unicode point U+0039D has no index 004E in vector tex-mr for 
font rtxr
math virtual | unicode point U+00302 has no index 005E in vector tex-mr for 
font rtxr
math virtual | unicode point U+02145 has no index 0044 in vector tex-mr for 
font rtxr
math virtual | unicode point U+1D438 has no index 0045 in vector tex-mi for 
font rtxmi
math virtual | unicode point U+1D458 has no index 006B in vector tex-mi for 
font rtxmi
math virtual | unicode point U+1D6E6 has no index 0045 in vector tex-mi for 
font rtxmi
math virtual | unicode point U+1D439 has no index 0046 in vector tex-mi for 
font rtxmi
math virtual | unicode point U+1D449 has no index 0056 in vector tex-mi for 
font rtxmi
math virtual | unicode point U+1D6E7 has no index 005A in vector tex-mi for 
font rtxmi
math virtual | unicode point U+1D43A has no index 0047 in vector tex-mi for 
font rtxmi
math virtual | unicode point U+1D45A has no index 006D in vector tex-mi for 
font rtxmi
math virtual | unicode point U+1D6E8 has no index 0048 in vector tex-mi for 
font rtxmi
math virtual | unicode point U+1D6F8 has no index 0058 in vector tex-mi for 
font rtxmi
math virtual | unicode point U+1D43B has no index 0048 in vector tex-mi for 
font rtxmi
math virtual | unicode point U+1D44B has no index 0058 in vector tex-mi for 
font rtxmi
math virtual | unicode point