summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/baskervaldx/baskervaldx-doc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/fonts/baskervaldx/baskervaldx-doc.tex')
-rw-r--r--Master/texmf-dist/doc/fonts/baskervaldx/baskervaldx-doc.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/fonts/baskervaldx/baskervaldx-doc.tex b/Master/texmf-dist/doc/fonts/baskervaldx/baskervaldx-doc.tex
index 7c190b7be47..b3e9e09ddc2 100644
--- a/Master/texmf-dist/doc/fonts/baskervaldx/baskervaldx-doc.tex
+++ b/Master/texmf-dist/doc/fonts/baskervaldx/baskervaldx-doc.tex
@@ -94,8 +94,9 @@ Baskervaldx works well with Times, so one may use math packages based on Times,
For example, ordinary {\tt newtxmath} works quite well, as in:
\begin{verbatim}
+% If you use babel, load it here, before Baskervaldx
\usepackage[osf]{Baskervaldx} % tosf in text, tlf in math
-\usepackage[bigdelims,vvarbb]{newtxmath} % math italic letters from Times
+\usepackage[vvarbb]{newtxmath} % math italic letters from Times
\usepackage[cal=boondoxo]{mathalfa} % mathcal from STIX, unslanted a bit
\end{verbatim}
Here's an example to show both source and typeset text with this combination.
@@ -127,8 +128,9 @@ and variance $1$ on a probability space $(\Omega,\mathcal{F},\mathbb{P})$. Then}
To use the version of {\tt newtxmath} with Baskervaldx math italics, use the following:\\
\begin{verbatim}
+% If you use babel, load it here, before Baskervaldx
\usepackage[osf]{Baskervaldx} % tosf in text, tlf in math
-\usepackage[baskervaldx,cmintegrals,bigdelims,vvarbb]{newtxmath} % math italic letters from Baskervaldx
+\usepackage[baskervaldx,vvarbb]{newtxmath} % math italic letters from Baskervaldx
\usepackage[cal=boondoxo]{mathalfa} % mathcal from STIX, unslanted a bit
\end{verbatim}
Here's the same source rendered with this preamble.\\[10pt]