重回 LaTex
这几天看了若干篇论文,笔记用 DEVONthink 和 iA Writer 共用的 Multimarkdown 格式写的,其中用的核心功能是文献引用( Citation )。比如按如下格式插入论文引用:
Google 的 [img2txt][#vinyals2017show]
[#vinyals2017show]: Vinyals, Oriol, et al. "Show and tell: Lessons learned from the 2015 mscoco image captioning challenge." IEEE transactions on pattern analysis and machine intelligence 39.4 (2017): 652-663.
但是这种语法和 Pandoc、LaTex 的语法是不兼容的 1 ,导致 Multimarkdown 的文献引用不能直接通过 Pandoc 编译成 PDF 等格式。所以我干脆及早止损,换到了 LaTex 语法上来,以免又遇到奇怪的小问题。
External Links:
- 利用
pandoc-citeproc
格式输出: How to make a scientific looking PDF from markdown (with bibliography) - 一种繁琐的方式: markdown-preview-enhanced/pandoc-bibliographies-and-citations.md at master · shd101wyy/markdown-preview-enhanced
- 博客旧文: 用 Sublime Text 和 Pandoc 编译 Markdown | RS Blog
-
Pandoc 官方 GitHub 项目的 Wiki 中的 Pandoc vs Multimarkdown 有这么一节 Citations and bibliography 专门对比了两者的文献引用语法上的差异。 ↩
Comments