Closed shannonpileggi closed 3 years ago
Ah never mind! I see now that you have to write it in. I included:
# `r rmarkdown::metadata$title`
## `r rmarkdown::metadata$subtitle`
### `r rmarkdown::metadata$author`
### `r rmarkdown::metadata$institute`
### `r rmarkdown::metadata$date`
and the slide rendered as:
Wahoo! I'm glad it's sorted 🎉 I'm excited for this presentation!
P.S. For long titles/sentences, you can choose how to break it up over multiple lines by inserting an HTML line break: <br>
For example, I think the following would work in your YAML:
title: "A job interview presentation<br>inspired by the R community"
subtitle: "How #tidytuesday and twitter<br>helped me secure a job offer"
I use <br>
a lot throughout my slide decks to have a little more control over where text is placed. Another way I use them is for adding spaces between lines. It ends up working like a hard Enter
or Return
in a What-You-See-Is-What-You-Get word processor
Hi Siliva! I modified my
yaml
title, subtitle, author, instititute and date as follows:and the title slide renders as:
should I remove the
title-class
or make modifications to it so that theyaml
parameters pass through?