当我将任何{em> bookdown 文档(包括Bookdown demo放入 gitbook 或 epub )中时,中的所有链接RStudio 预览是相对的。只有pdf版本才能正常工作,因为它在 Evince 中打开。
例如来自Index.Rmd
的行To compile this example to PDF, you need XeLaTeX. You are recommended to install TinyTeX (which includes XeLaTeX): <https://yihui.name/tinytex/>.
在预览中单击时出现错误:
/home/milo/https:/yihui.name/tinytex: No such file or directory
当我使用其他链接语法时,结果是相同的:
[tinytex](https://yihui.name/tinytex/)
[tinytex](<https://yihui.name/tinytex/>)
此问题仅出现在linux版本中。 Windows版本在浏览器中打开正确的URL。