Hi,
I would like to place text from a json file right aligned to a point.
The following only works if there is no spaces in the “Hello There” text.
#place(
dx: 1cm,
dy: 1cm,
box(width: 0pt)[
#align(right)[Hellothere]
],
)
Hi,
I would like to place text from a json file right aligned to a point.
The following only works if there is no spaces in the “Hello There” text.
#place(
dx: 1cm,
dy: 1cm,
box(width: 0pt)[
#align(right)[Hellothere]
],
)