我有一些类似这样的 LaTeX:
Donec id elit non mi porta gravida at eget metus.
Integer posuere erat a ante venenatis dapibus posuere
velit aliquet. Morbi leo risus, porta ac consectetur
ac, vestibulum at eros.\mycustomnote{Footnote text goes here}
我想做的是捕获调用前的 50 个字符\mycustomnote
并将其写入外部文件。外部文件生成工作得很好,但我不知道如何捕获给定宏之前的文本。我在 Texifier 中使用 LuaLateX,所以也许有办法用 Lua 来做这件事?