ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: Strange vertical result with itemize in columns
       [not found] <mailman.2867.1535978308.2042.ntg-context@ntg.nl>
@ 2018-09-03 13:19 ` Jeong Dal
  0 siblings, 0 replies; 3+ messages in thread
From: Jeong Dal @ 2018-09-03 13:19 UTC (permalink / raw)
  To: list ntg-context@ntg.nl ntg-context@ntg.nl ntg-context@ntg.nl
	ntg-context@ntg.nl


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

Dear Mikael,

I have had the similar experience.
Hans suggested another command “\NI” and “\itemtag” for this case.
Please check the following mail and wiki.

https://mailman.ntg.nl/pipermail/ntg-context/2017/089872.html <https://mailman.ntg.nl/pipermail/ntg-context/2017/089872.html>

http://wiki.contextgarden.net/Tabulate <http://wiki.contextgarden.net/Tabulate>

Best regards,

Dalyoung

> 2018. 9. 3. 오후 9:38, ntg-context-request@ntg.nl 작성:
> 
> Hi,
> 
> the following example generates (with latest standalone) the attached
> result. As you can see, the final item is not correctly aligned vertically.
> Am I doing something wrong, or is it a bug?
> 
> /Mikael
> 
> PS Yes, I use \displaystyle in the real example, but the same error exist
> with this simpler example.
> 
> \starttext
> \startTEXpage[offset=2bp]
> \startitemize[n]
> \startitem
> Let $f(x)=\sin x$ and $g(x)=x$. Discuss the limits
> \startitemize[a,columns,three][left=,right={)},stopper=]
> \startitem $\lim_{x\to 0}\frac{f(x)}{g(x)}$,\stopitem
> \startitem $\lim_{x\to+\infty}\frac{f(x)}{g(x)}$,\stopitem
> \startitem $\lim_{x\to 0}f(x)$.\stopitem
> \stopitemize
> \stopitem
> \stopitemize
> \stopTEXpage
> \stoptext


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

[-- Attachment #2: Type: text/plain, Size: 492 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] 3+ messages in thread

* Re: Strange vertical result with itemize in columns
  2018-09-03 12:37 Mikael P. Sundqvist
@ 2018-09-03 16:52 ` Wolfgang Schuster
  0 siblings, 0 replies; 3+ messages in thread
From: Wolfgang Schuster @ 2018-09-03 16:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Mikael P. Sundqvist



Mikael P. Sundqvist schrieb am 03.09.18 um 14:37:
> Hi,
>
> the following example generates (with latest standalone) the attached 
> result. As you can see, the final item is not correctly aligned 
> vertically. Am I doing something wrong, or is it a bug?
>
> /Mikael
>
> PS Yes, I use \displaystyle in the real example, but the same error 
> exist with this simpler example.
>
> \starttext
> \startTEXpage[offset=2bp]
> \startitemize[n]
> \startitem
> Let $f(x)=\sin x$ and $g(x)=x$. Discuss the limits
> \startitemize[a,columns,three][left=,right={)},stopper=]

\startitemize[a,columns,three][left=,right={)},stopper=,grid=line]

Wolfgang
___________________________________________________________________________________
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] 3+ messages in thread

* Strange vertical result with itemize in columns
@ 2018-09-03 12:37 Mikael P. Sundqvist
  2018-09-03 16:52 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Mikael P. Sundqvist @ 2018-09-03 12:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi,

the following example generates (with latest standalone) the attached
result. As you can see, the final item is not correctly aligned vertically.
Am I doing something wrong, or is it a bug?

/Mikael

PS Yes, I use \displaystyle in the real example, but the same error exist
with this simpler example.

\starttext
\startTEXpage[offset=2bp]
\startitemize[n]
\startitem
Let $f(x)=\sin x$ and $g(x)=x$. Discuss the limits
\startitemize[a,columns,three][left=,right={)},stopper=]
\startitem $\lim_{x\to 0}\frac{f(x)}{g(x)}$,\stopitem
\startitem $\lim_{x\to+\infty}\frac{f(x)}{g(x)}$,\stopitem
\startitem $\lim_{x\to 0}f(x)$.\stopitem
\stopitemize
\stopitem
\stopitemize
\stopTEXpage
\stoptext

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

[-- Attachment #2: columnitem.png --]
[-- Type: image/png, Size: 10419 bytes --]

[-- Attachment #3: Type: text/plain, Size: 492 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] 3+ messages in thread

end of thread, other threads:[~2018-09-03 16:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.2867.1535978308.2042.ntg-context@ntg.nl>
2018-09-03 13:19 ` Strange vertical result with itemize in columns Jeong Dal
2018-09-03 12:37 Mikael P. Sundqvist
2018-09-03 16:52 ` Wolfgang Schuster

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).