Add cross-references to mdpi_article template. #327
Add cross-references to mdpi_article template. #327etiennebr wants to merge 2 commits intorstudio:masterfrom
mdpi_article template. #327Conversation
|
I believe the user itself should choose it one want to use bookdown features with one of the rticles format. The aim is here is to document that it works with bookdown ? Maybe we could just add a second output format to the skeleton and not replace it completely ? Let's note that rticles is also Tex/PDF only output so the referencing mechanism from latex works This is an equation
\begin{equation} \label{eq:1}
c = a \cdot b
\end{equation}
see \ref{eq:1} |
|
Thanks for clarifying @cderv. I must say not having the references for scientific paper confused me initially. And from my experience, the
I think adding a second output would help, and maybe if the syntax was changed for consistency? output:
rmarkdown::pdf_document:
base_format: rticles::mdpi_article
bookdown::pdf_book:
base_format: rticles::mdpi_articleThis indeed could apply to all rticles, no? I'll close this PR, and open an other issue for discussion. |
|
closing for #328 |
That is exactly the purpose of bookdown's implementation: offer it for several output. I understand you would output a word document from a document designed for mdpi article from example ?
This would be output:
rticles::mdpi_article: default
bookdown::pdf_book:
base_format: rticles::mdpi_article
|
@dleutnant I only see upsides to change the default template, but I'm completely new to this, so maybe it's not a good idea. I'm following the advice from #208 (review).
close #326