I am trying to make an Rmarkdown document in Rstudio with latex using the tinytex package. Can somebody please tell me why the below latex code doesn't work? It should make the text "huge" but it doesn't. Instead it prints the bracets.
---
header-includes:
- \usepackage[english,greek]{babel}
documentclass: report
mainfont: GFS Bodoni
fontsize: 12pt
title: |
| {\Huge Εργασία 2}
output:
pdf_document:
latex_engine: xelatex
---
Note that you maybe have to install some packages via "tlmgr_install()" from package "tinytex" to run this, like "gfsbodoni" etc.