ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [Bug] Two-column text: Larger top spacing in inline images
@ 2022-06-27  4:08 Marcin Ciura via ntg-context
  2022-06-27  6:33 ` Max Chernoff via ntg-context
  0 siblings, 1 reply; 2+ messages in thread
From: Marcin Ciura via ntg-context @ 2022-06-27  4:08 UTC (permalink / raw)
  To: ntg-context; +Cc: Marcin Ciura


[-- Attachment #1.1: Type: text/plain, Size: 785 bytes --]

Dear Hans and ConTeXt developers,

When you compile the following code with ConTeXt ver: 2021.10.28 10:19, you
will see that:
* in 1-column text the top spacing of the circle is normal,
* in 2-column text, the top spacing of the circle is too large.
Here is the link to the output PDF:
https://live.contextgarden.net/cgi-bin/result.cgi?id=7K5tLW

\def\example{%
Lorem ipsum. Lorem ipsum. Lorem ipsum.
Lorem ipsum. Lorem ipsum. Lorem ipsum.
Lorem ipsum. Lorem ipsum. Lorem ipsum.
Lorem ipsum. Lorem ipsum. Lorem ipsum.
Lorem ipsum. Lorem ipsum. Lorem ipsum.
Lorem ipsum. Lorem ipsum. Lorem ipsum.
\startMPcode draw fullcircle scaled 1cm; \stopMPcode\
Lorem ipsum. Lorem ipsum. Lorem ipsum.}

\starttext
\example
\startcolumns
\example
\stopcolumns
\stoptext

Best regards,
Marcin Ciura

[-- Attachment #1.2: Type: text/html, Size: 1173 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Bug] Two-column text: Larger top spacing in inline images
  2022-06-27  4:08 [Bug] Two-column text: Larger top spacing in inline images Marcin Ciura via ntg-context
@ 2022-06-27  6:33 ` Max Chernoff via ntg-context
  0 siblings, 0 replies; 2+ messages in thread
From: Max Chernoff via ntg-context @ 2022-06-27  6:33 UTC (permalink / raw)
  To: ntg-context; +Cc: Max Chernoff

Not a bug, although it may be unexpected. It's a grid snapping thing. Try:

     \def\example{%
     Lorem ipsum. Lorem ipsum. Lorem ipsum.
     Lorem ipsum. Lorem ipsum. Lorem ipsum.
     Lorem ipsum. Lorem ipsum. Lorem ipsum.
     Lorem ipsum. Lorem ipsum. Lorem ipsum.
     Lorem ipsum. Lorem ipsum. Lorem ipsum.
     Lorem ipsum. Lorem ipsum. Lorem ipsum.
     \startMPcode draw fullcircle scaled 1cm; \stopMPcode\
     Lorem ipsum. Lorem ipsum. Lorem ipsum.}

     \starttext
     \example
     \startcolumns[grid=off]
     \example
     \stopcolumns
     \stoptext

-- Max
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-27  6:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-27  4:08 [Bug] Two-column text: Larger top spacing in inline images Marcin Ciura via ntg-context
2022-06-27  6:33 ` Max Chernoff via ntg-context

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).