On Thu, Apr 22, 2021 at 9:04 PM Gavin Smith <[email protected]> wrote: > If you could explain what the use case was for an image inserted > inside text, I might try to see if it could be achieved in TeX using a > @macro.
I came up with the following which you could try, based on an earlier
file you sent. Here the image is lowered by a hard-coded amount. I
can't guarantee that this will always work properly, though.
\input texinfo
@iftex
@macro Image{args}
@lower 23pt @hbox{@image{\args\}}
@end macro
@end iftex
@ifnottex
@alias Image=image
@end ifnottex
test test test test test test test test test test test test test
test test test test test test test test test test test test test
test test test test test test test test test test test test test
test test test test test test test test test test test test test
@Image{image}
test test test test test test test test test test test test test
test test test test test test test test test test test test test
test test test test test test test test test test test test test
test test test test test test test test test test test test test
@bye
image.pdf
Description: Adobe PDF document
