The bookdown offers great cross-referencing options for equations, figures, tables and sections: https://bookdown.org/yihui/bookdown/cross-references.html
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?
Cross references are document elements that point to a different element in the same document. For example, a cross reference can point to a different page in the document (e.g. “see page 13”), to a footnote (e.g. “see note 2 on page 13”) or to a specific heading (e.g. “see heading 3.1: The Hobbit”), among others.
A cross-reference allows you to link to other parts of the same document. For example, you might use a cross-reference to link to a chart or graphic that appears elsewhere in the document. The cross-reference appears as a link that takes the reader to the referenced item.
Definition of cross-reference (Entry 1 of 2) : a notation or direction at one place (as in a book or filing system) to pertinent information at another place.
An instance within a document which refers to related information elsewhere in the same document. In both printed and online dictionaries cross-references are important because they form a network structure of relations existing between different parts of data, dictionary-internal as well as dictionary external.
I haven't tried, but there is a possible solution here: https://bookdown.org/yihui/bookdown/a-single-document.html
Particularly, specify in your YAML metadata:
output:
bookdown::pdf_book:
base_format: rticles::elsevier_article
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With