0

I'm preparing a thesis presentation using ioslides but I'm not get a clue how to add citations. Though this link is very informative but it did not say anything about references.

James Z
  • 12,209
  • 10
  • 24
  • 44
koliii
  • 109
  • 1
  • 8

1 Answers1

1

Try an .Rmd file (not .Rpres, it's an older method), and then Knit in RStudio

---
title: "My presentation"
output: ioslides_presentation
bibliography: C:/Users/Dieter/Documents/bibtex/menne.bib
---


## R Markdown

This is a nice paper (@Ghoos1993)
Dieter Menne
  • 10,076
  • 44
  • 67