From e386dcf94df957c5ec8a0ed40ee3a89f11cd8f39 Mon Sep 17 00:00:00 2001 From: Bastian Rieck Date: Wed, 27 Oct 2021 10:07:08 +0200 Subject: [PATCH] Updated fonts --- Sources/Introduction.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/Introduction.tex b/Sources/Introduction.tex index 03ceb52..05b6c6c 100644 --- a/Sources/Introduction.tex +++ b/Sources/Introduction.tex @@ -67,13 +67,13 @@ style. Make sure to specify font names as they are provided by your system. For instance, you might want to use the following combination: % \begin{verbatim} -\setmainfont{Baskerville} +\setmainfont{Libre Baskerville} \setsansfont[Scale=MatchLowercase]{IBM Plex Sans} \setmonofont[Scale=MatchLowercase]{IBM Plex Mono} \end{verbatim} % If these fonts exist on your system, your normal text will look -{\fontspec{Baskerville}{a little bit different from the other font used +{\fontspec{Libre Baskerville}{a little bit different from the other font used in this example PDF}}, while your sans-serif font {\fontspec[Scale=MatchLowercase]{IBM Plex Sans}will pair nicely with your} {\fontspec[Scale=MatchLowercase]{IBM Plex Mono}{monospaced font}}. %