Capítulo 5 Nota a pié de página y referencias bibliográficas

5.1 Footnotes

Footnotes are put inside the square brackets after a caret ^[]. Like this one 1.

5.2 Citations

Reference items in your bibliography file(s) using @key.

For example, we are using the bookdown package (Xie 2025) (check out the last code chunk in index.Rmd to see how this citation key was added) in this sample book, which was built on top of R Markdown and knitr (Xie 2015) (this citation was added manually in an external file book.bib). Note that the .bib files need to be listed in the index.Rmd with the YAML bibliography key.

Estos son links a trabajos consultados (Riera and Palma 2018) de los autores de capítulos.

The RStudio Visual Markdown Editor can also make it easier to insert citations: https://rstudio.github.io/visual-markdown-editing/#/citations

References

Riera, Marı́a Antonieta, and Ricardo R Palma. 2018. “Obtención de Bioplásticos a Partir de Desechos Agrı́colas. Una Revisión de Las Potencialidades En Ecuador.” Avances En Quimica 13 (3): 69–78.
Xie, Yihui. 2015. Dynamic Documents with R and Knitr. 2nd ed. Boca Raton, Florida: Chapman; Hall/CRC. http://yihui.org/knitr/.
———. 2025. Bookdown: Authoring Books and Technical Documents with r Markdown. https://github.com/rstudio/bookdown.

  1. This is a footnote.↩︎