[NTG-context] issue with initial

2018-12-20 Thread Pablo Rodriguez
Dear list,

I have the following sample:

\definefallbackfamily
[mainface]
[rm]
[GFS Didot]
[preset=range:greek, force=yes]

\definefontfamily
[mainface]
[rm]
[TeX Gyre Pagella]

\setupbodyfont[mainface]

\starttext
\setinitial
Πρῶτον

\blank[5*big]\setinitial
Ὄνομα
\stoptext

I’m afraid I cannot get an initial with a fallback font and a glyph in
the Unicode block for extended Greek.

I think it might be a bug. Sorry for insisting.

Many thanks for your help,

Pablo
-- 
http://www.ousia.tk
___
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] Issue with initial (new beta)

2015-11-20 Thread josephcanedo
Dear all,


First of all, thanks for new beta. It fixes the initial feature (in previous 
beta there were not typeset at all).


But while testing (a bit somewhat extreme example to push the limits) I came up 
with some initial letter hanging in the footer (page 3). Not sure the issue is 
linked with mixedcolumns but could not reproduce in plain vanilla environment. 

Also I noticed that if the paragraph is too short the initial overwrites the 
next paragraph(s) (to reproduce simply comment out the mixedcolumns).


MWE:


\starttext


\startmixedcolumns[balance=yes]
  \dorecurse{10}{ \setupinitial[location=text, n=4] \placeinitial \input{ward} 
\setupinitial[location=text, n=6] \placeinitial \input{knuth} }
\stopmixedcolumns


\stoptext



Admitedly this example has lots of lettrines. I added some \testcolumn to fix 
that, but now some columns are not balanced (page 3)


\starttext


\startmixedcolumns[balance=yes]
  \dorecurse{10}{ \setupinitial[location=text, n=4] \testcolumn[4] 
\placeinitial \input{ward} \setupinitial[location=text, n=6] \testcolumn[6] 
\placeinitial \input{knuth} }
\stopmixedcolumns


\stoptext



I was wondering if there were any settings to try more “aggressive” balancing 
(in the example here it might be difficult). or an alternative way to let the 
initial not hang into the footer that might be more “balanced” friendly. 


Many thanks for any hint,


Best regards


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