7 Oct
2021
7 Oct
'21
11:39 a.m.
Am 07.10.2021 um 11:24 schrieb noib3 via ntg-context
: How can I place an SVG icon "inline", i.e. side by side to some text? Here's my MWE
``` \useURL [github] [https://github.com/test] [] [github.com/test]
\starttext \placefigure[none]{}{\externalfigure[github.svg][width=17.5pt]} \from[github] \stoptext ```
Just use \externalfigure, since \placefigure creates a float. If that’s not enough to keep it together, try a \hbox{} Hraban