On 06/09/2017 07:05 AM, Martin Oppegaard wrote:
> Hi,
> 
> When placing an initial and the paragraph is short, the initial is
> laid over the next paragraph. Example:
> 
> \starttext
> \placeinitial
> Knuth writes:
> 
> \input knuth
> \stoptext
> 
> Is there anything to do about this?

Hi Martin,

I guess initials make sense only when used inside a paragraph. It is
problematic when you have white space defined.

Having margin initials is also another approach. You may compare both
with the following sample:

    \setupwhitespace[medium]
    \setupinitial[location=margin]
    \starttext
    \placeinitial
    Knuth writes:

    \input knuth
    \setupinitial[location=text]
    \placeinitial
    Knuth writes:\\
    \input knuth
    \stoptext

I hope it helps,

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
___________________________________________________________________________________

Reply via email to