我正在使用 Wanderlust 客户端在 emacs 中阅读我的电子邮件。我订阅了一堆邮件列表,而且我经常注意到格式良好的电子邮件,这些电子邮件采用 LaTeX 样式(我猜对所需行为的最简单解释)引用链接。
例如:
A side note: as written in [1], "7.5. Hints and Tips for Effective Use of
Helgrind":
3. Avoid POSIX condition variables.
Condition variables are at the core of lbzip2. I published an article on
this topic in the form of a reddit self-post, see [2].
Thanks again!
lacos
[0] http://www.cert.fi/haavoittuvuudet/joint-advisory-archive-formats.html
[1] http://valgrind.org/docs/manual/hg-manual.html#hg-manual.effective-use
[2] http://www.reddit.com/r/programming/comments/9ynxv/utter_verbiage_how_to_design_condition_variables/
请有人指出使用 emacs 创建此类引用的最方便的方法吗?我希望它们不是手动创建的,并且有一个我不知道的工具。:)
谢谢!
更新:我意识到我实际上是在寻找脚注,而不是“引文”。谢谢大家!