From 5e061ebb6e47c3fbbc61b825bc40aa303f656454 Mon Sep 17 00:00:00 2001 From: Joshua Fogg Date: Fri, 30 Aug 2024 14:16:13 +0100 Subject: [PATCH] Corrected `cmbright` documentation Fixes #18 --- docs/edmaths-docs.tex | 2 +- edmaths.sty | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/edmaths-docs.tex b/docs/edmaths-docs.tex index cc6fe6e..165b292 100644 --- a/docs/edmaths-docs.tex +++ b/docs/edmaths-docs.tex @@ -108,7 +108,7 @@ \subsection{Fonts} Using \key{fourier} provides much improved typography by activating the \pkg{fourier} font package (based on Adobe's Utopia family) along with the \pkg{cmap} and \pkg{microtype} packages. All these dependencies must be met to use this option. -While it's not typically enforced, strictly speaking the thesis guidelines require a sans serif font. If you do want to use one though, \key{cmbright} sets the font to \href{https://tug.org/FontCatalogue/computermodernbright/}{Computer Modern Bright}. This requires the \pkg{cmbright}, \pkg{cmap}, \pkg{microtype}, and \pkg{fontenc}. The latter necessitates using \href{https://xetex.sourceforge.net/}{XeTeX} or \href{https://www.luatex.org}{LuaTeX} to compile. +Strictly speaking the thesis guidelines require a sans serif font, though it's not typically enforced for mathematics. However, if you do want to use one, \key{cmbright} sets the font to \href{https://tug.org/FontCatalogue/computermodernbright/}{Computer Modern Bright}. This requires the \pkg{cmbright}, \pkg{cmap}, \pkg{microtype}, and \pkg{fontenc} packages. \subsection{Links} diff --git a/edmaths.sty b/edmaths.sty index 2d94b37..8ea145c 100644 --- a/edmaths.sty +++ b/edmaths.sty @@ -98,7 +98,7 @@ % If with-cmbright selected, use the (sans-serif) Computer Modern Bright font. \ifthenelse{\boolean{with-cmbright}}{ - % NOTE must be compiled with xelatex or luatex + % NOTE if it doesn't compile, make sure you have CM Bright installed! \RequirePackage{cmap} \RequirePackage{cmbright} \RequirePackage[T1]{fontenc}