我有一个 Microsoft Word 文件(最初来自 Latex),其中的标签之间充斥着脚注\footnote{}
。以下是示例
This is some text in MS word.\footnote{I would like to turn
this into an MS footnote and delete the footnote tag.} Here is
some more text in MS word.\footnote{Here is a second footnote.}
我可以通过使用正则表达式搜索找到每个脚注
谢谢您的帮助。
答案1
我建议研究一下 MSWord 中的键盘宏。我手头没有 Word 副本,但有一种方法可以记录您的键盘操作,然后稍后重播它们。
假设您可以录制一个宏,剪切选定的文本,打开页脚,将文本插入脚注,然后删除\footnote{}
周围的内容。
然后选择 LaTeX 脚注并重播宏。
我提前道歉,这是一个假设性的答案。