All of a sudden all the bullet points in my presentation are gone. This was working before. I could not figure out what is wrong with the following code (the dot at the end of the chunk does not existing by the way. It is for displaying it properly kere) :
---
title: Regression
subtitle: "İKT 533"
author: "Murat Taşdemir"
short-author: "MT"
institute: "İstanbul Medeniyet Üniversitesi"
short-inst: "İMÜ"
date: "`r format(Sys.time(), '%d %B %Y')`"
fontsize: 12pt
output:
beamer_presentation:
theme: Madrid
latex_engine: xelatex
#classoption: "fleqn"
...
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```.
## Bullets
- Item 1
- Item 2
- Item 3
My session info:
R version 3.5.3 (2019-03-11)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
Running under: macOS 10.15.7
Matrix products: default
BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libRlapack.dylib
locale:
[1] tr_TR.UTF-8/tr_TR.UTF-8/tr_TR.UTF-8/C/tr_TR.UTF-8/tr_TR.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_3.5.3 htmltools_0.4.0 tools_3.5.3 yaml_2.2.1 Rcpp_1.0.5 rmarkdown_2.0
[7] knitr_1.28 xfun_0.12 digest_0.6.25 packrat_0.5.0 rlang_0.4.7 evaluate_0.14
Any idea?