ulyngs / oxforddown

Template for writing an Oxford University thesis in R Markdown; uses the OxThesis LaTeX template and was inspired by thesisdown.
https://ulyngs.github.io/oxforddown/
MIT License
220 stars 81 forks source link

Cannot find font information and ways to change it #76

Closed alexdank closed 1 year ago

alexdank commented 1 year ago

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!

ulyngs commented 1 year ago

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