Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 knitr 将 .Rnw 文件转换为 .pdf 文件。我可以使用 Skim 从 .pdf 文件中的某个位置跳转到由 knitr 生成的 .tex 文件。
如何从 .pdf 文件中的位置跳转到 .Rnw?
查看 SyncTeX。例如,RStudio 的 PDF 查看器提供 PDF 和底层 Rnw 文件之间的同步,请参见此处或此处。