13 Nov
2008
13 Nov
'08
5:14 p.m.
Am 13.11.2008 um 17:18 schrieb Oliver Buerschaper:
Hello all,
I'd like to insert a little MetaPost square into the running text and properly align it vertically. So I tried:
---
\startuseMPgraphic{square} draw unitsquare scaled StrutHeight; \stopuseMPgraphic
\starttext
I want a square \raisebox{-\strutdepth}{\useMPgraphic{square}} in my running text.
I want a square \raisebox{-.5\strutdp}\hbox{\useMPgraphic{square}} in my running text.
\stoptext
---
Unfortunately, to no avail. TeX seems to be asking for some boxed content, so I tried to wrap the figure inclusion into a box: \hbox{\useMPgraphic{square}}. It doesn't solve the problem either.
Wolfgang