Re: [NTG-context] Strange vertical result with itemize in columns
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
participants (1)
-
Jeong Dal