From aef736919305903f84f91e4132df71bc2292d2e0 Mon Sep 17 00:00:00 2001 From: Bastian Rieck Date: Mon, 20 Mar 2023 07:57:59 +0100 Subject: [PATCH] Adding some information about `garamond-math` --- Sources/Introduction.tex | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Sources/Introduction.tex b/Sources/Introduction.tex index ee9ebb2..e123b77 100644 --- a/Sources/Introduction.tex +++ b/Sources/Introduction.tex @@ -83,6 +83,17 @@ fonts pair better if they are adjusted in size a little bit. Experiment with it until you finds a combination that you enjoy. \fi +\XeLaTeX and \LuaLaTeX also offer you a way to change the font that is +used for mathematical equations. If installed, the +\href{https://ctan.org/pkg/garamond-math}{\texttt{garamond-math}} +package permits you to choose from different stylistic sets that +slightly change how certain mathematical symbols look. For instance, the +following command changes `Fraktur' symbols: +% +\begin{verbatim} +\setmathfont{Garamond-Math.otf}[StylisticSet={6}] +\end{verbatim} + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Features} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%