问题描述
本书为方程式,图形,表格和部分提供了很好的交叉引用选项: https://bookdown.org/yihui/bookdown/cross-references.html
The bookdown offers great cross-referencing options for equations, figures, tables and sections:https://bookdown.org/yihui/bookdown/cross-references.html
但是,当我将其设置为输出"rticles :: elsevier_article"时,它们似乎不起作用.
However, they seems to not work when I set as an output 'rticles::elsevier_article'.
在文章中进行交叉引用有哪些可用选项?
What are the available options for cross-referencing in rticles?
推荐答案
我没有尝试过,但是这里有一种可能的解决方案: https://bookdown.org/yihui/bookdown/a-single-document.html
I haven't tried, but there is a possible solution here: https://bookdown.org/yihui/bookdown/a-single-document.html
尤其是在您的YAML元数据中指定:
Particularly, specify in your YAML metadata:
output:
bookdown::pdf_book:
base_format: rticles::elsevier_article
这篇关于文章中的交叉引用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!