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.
Asked
Active
Viewed 286 times
1 Answers
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
-
Good to know. Kindly accept the answer on Stack Overflow – Dieter Menne Dec 15 '17 at 10:41
-
Believe me, I tried earlier too but it is saying my score is less than 15 so I cannot. Sad. – koliii Dec 15 '17 at 18:08