I am moving my workflow to R/RMarkdown that outputs Beamer slides. I give about 60 presentations per year, and I'm loving the automated flow. However, I need to increase the base font size in my Beamer output. Using the code below, the size of the bullet-pointed text is indifferent to the value in fontsize. I can input 12pt or 24pt, and the option changes in the .tex file, but there is no change in the resulting Beamer pdf. I'm compiling from within RStudio in win10.
title: "Title"
author: "Matthew C. Roberts"
date: "October 2016"
fontsize: 12pt
output:
beamer_presentation:
---
## Blah
* Hi, my name is Matt
* This is a bullet point
+ so is this
+ this is fontsize