From b1da42b289e2c79f21cb1f63436600c5155573ed Mon Sep 17 00:00:00 2001 From: adin Date: Fri, 24 Nov 2023 20:39:21 +0100 Subject: [PATCH] Add restriction of changing the typeface --- main.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.tex b/main.tex index 1b1cf1d..403ce53 100644 --- a/main.tex +++ b/main.tex @@ -145,6 +145,10 @@ \section{Style Guidelines} \begin{enumerate}[leftmargin=*] +\item \textbf{Typeface.} +Do not change the typeface of the template by adding other packages that change it. +For instance, you \textbf{should not} use the packages \verb|palatino|, \verb|fourier|, \verb|bookman|, among many others. + \item \textbf{Floating elements.} Floats in a paper allow for flexible placement of figures, tables, and other similar objects. When including a figure or table, use the \verb|\begin{figure}[tb]| or the \verb|\begin{table}[tb]| environments to automatically create a float.