In the cover page of the term paper I should include some information as instructor’s name, name of the course, and name of the university.
I added the instructor’s name and the course name and into the YAML header, but they are not shown in the PDF. Moreover, I do not exactly know how to include the name of the PDF, I cannot find a list of tags for the YAML header.
If possible, I would like to solve the problem without installing much software and packages, as it increases the cost of reproducing the code on another computer.
Here the YAML header I used:
---
title: "Cool title"
author: "My Self"
date: "31st February 2023"
instructor: "Dr. Professor"
course: "Econ 101"
output:
pdf_document:
latex_engine: xelatex
editor_options:
chunk_output_type: console
abstract: "This is my abstract, it will be about 100 words"
---
# Introduction #