ulyngs / oxforddown

Template for writing an Oxford University thesis in R Markdown; uses the OxThesis LaTeX template and was inspired by thesisdown.

Home Page:https://ulyngs.github.io/oxforddown/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot find font information and ways to change it

alexdank opened this issue · comments

Hi Ulyngs,

The title pretty much explains it; I've tried finding the font settings in various templates but have trouble locating them.
Could you indicate where to find it and how to change it?
Would be of great help!

See this guidance on Overleaf.

For example, add this to templates/template.tex, before \begin{document}

\usepackage[T1]{fontenc}
\usepackage{tgbonum}

And you get this:
image