编辑
评论中说它适用于 2016.05.17 19:20 版本,所以我明确表示我使用的是独立版本 2016.07.08 17:19。它是较新的,所以...我不明白。
我还尝试使用 starthanging 命令进行更完整的操作(我将 MWE 更改为 A5 以简化可视化),并且得到了两种不同的错误行为:
\setuppapersize[A5][A5]
\useexternalfigure[ctanlion][http://www.ctan.org/lion/ctan_lion_350x350.png][width=4cm]
\starttext
\placefigure[right]{}{\externalfigure[ctanlion]}
This is a test, so that I need some text. Here is an equation
\startformula
\int_0^x (x' + e^{x'})dx' = \frac{1}{2}x^2 + e^x
\stopformula
And then an itemize with a long enough introduction
\startitemize
\item foo
\item bar must be long enough to test the wrapping
\stopitemize
I can continue using a long text to check the wrapping feature. Bla blee bloo bla bla bla.
\hairline\blank
\setuphanging[location=right]
\starthanging{\externalfigure[ctanlion]}
This is a test, so that I need some text. Here is an equation
\startformula
\int_0^x (x' + e^{x'})dx' = \frac{1}{2}x^2 + e^x
\stopformula
And then an itemize with a long enough introduction
\startitemize
\item foo
\item bar must be long enough to test the wrapping
\stopitemize
I can continue using a long text to check the wrapping feature. Bla blee bloo bla bla bla.
\stophanging
\stoptext
这导致
如您所见,环境公式从未考虑过图形。在第一种情况下,其余的换行有效,在第二种情况下,公式会重置整个线宽。我是 ConTeXt 的初学者,所以我真的不明白这里发生了什么。
原来的
我很难将带有方程式的文本放在图形周围。这是我的 MWE:
\useexternalfigure[ctanlion][http://www.ctan.org/lion/ctan_lion_350x350.png][width=6cm]
\starttext
\placefigure[right]{}{\externalfigure[ctanlion]}
This is a test, so that I need some text to make the first line. Then
I need an equation. Here is an equation
\startformula
d = vt
\stopformula
It is clear that the equation is not correctly aligned
but it wraps correctly :
\input knuth
\stoptext
可以看出,方程式没有正确对齐,以及以下行。 是否有可能纠正此行为?
先感谢您
答案1
好的,Aditya 终于在评论中说这是一次倒退。我更新了 ConTeXt,它确实运行正常。谢谢你的回答,我在这里回复只是为了结束这个话题。