I am trying to make Beamer presentation in R Markdown, you can see how code begin below :
---
title: "Test presentation"
author:
- Loana
institute:
- Supervised by
- University
date: Academic year 2017-2018
output:
beamer_presentation:
incremental: false
theme: "Frankfurt"
colortheme: "beaver"
toc: true
slide_level: 5
keep_tex: true
header-includes:
- \AtBeginSubsection{}
---
This code give output like pic below
But my intention is to have navigation bar in right corner of slide, so can anybody help me how to do this ?
Is the following your desired output?
If so, create a file
header.tex
with the following contents (taken from https://tex.stackexchange.com/a/35637/181010)Then add the header to the yaml of your
.Rmd
as: