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

Re: [NTG-context] new beta

2015-11-20 Thread Hans Hagen

On 11/20/2015 8:03 AM, Schmitz Thomas A. wrote:



On 19 Nov 2015, at 22:45, Pablo Rodriguez  wrote:

I have just updated and compilation from XML sources works fine again
(at least with the file I tested ;-)).


The problem with xml entities persists. They are not processed, but printed as 
is. I sent an example on Oct. 13.


i'll have a look at it


-
  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] Incorrect placement of visualizer vbox in latest beta

2015-11-20 Thread Jan Tosovsky
Dear All, 

when the following source is processed in the last Beta (0.85 - 2015.11.19
19:13), that visualizer vbox is shifted upwards.

\showgrid
\starttext
\input{tufte}
\stoptext

Nothing crucial :-)

Jan


___
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] vertical space with \reference

2015-11-20 Thread Hans Hagen

On 11/20/2015 7:17 PM, Michael Green wrote:

Context puts extra vertical between “Line one" and “Line two” in this example. 
Should it do that?

\starttext
Line one.

\reference[refs]{}%

Line two.
\stoptext


yes because you inject an (invisible) signal .. also, think of it: where 
does the ref belong to, line 1 or line 2, so best bind it to a line




-
  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] new beta

2015-11-20 Thread Mojca Miklavec
On 19 November 2015 at 22:29, Mojca Miklavec wrote:
> On 17 November 2015 at 11:53, Hans Hagen wrote:
>> Hi,
>>
>> There is a new beta coming but it goes in sync with a new release of luatex
>> (0.85). As there have been some fundamental changes the macros and engine
>> need to be updated in sync so when something goes wrong with an update, be
>> patient and wait till binaries are in sync with macros for your platform. By
>> the end of this week the garden should be ok.
>
> Hi,
>
> I just wanted to say that apart from maybe windows (and arm & solaris)
> all other platforms already contain the latest version of LuaTeX.
> (ChangeLog on w32tex contains a reference to 0.85, but I get a version
> from two days ago for some reason, so windows users might want to wait
> a tiny bit.)
>
> Mojca
>
> PS: "current" won't work due to incompatibility with luatex version.

Windows binaries should work by now.

Mojca
___
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] vertical space with \reference

2015-11-20 Thread Michael Green
Context puts extra vertical between “Line one" and “Line two” in this example. 
Should it do that?

\starttext
Line one.

\reference[refs]{}%

Line two.
\stoptext

I ask because pandoc inserts \reference[refs]{}% at the beginning of its 
bibliography section; that produces extra vertical space. I do not think this 
command should produce any space at all, but perhaps I am mistaken.

Thank you!
___
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
___