summaryrefslogtreecommitdiff
path: root/fonts/pagella-otf/doc
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-10-16 03:02:53 +0000
committerNorbert Preining <norbert@preining.info>2022-10-16 03:02:53 +0000
commit84ccc4dcda9db6735202d4ed21610de28392e708 (patch)
tree5572dd71e0688f59f52d89e22864ae162c88d365 /fonts/pagella-otf/doc
parent716f66d13d38e113c2d0491804fae5879de67bb3 (diff)
CTAN sync 202210160302
Diffstat (limited to 'fonts/pagella-otf/doc')
-rw-r--r--fonts/pagella-otf/doc/pagella-otf-doc.pdfbin317647 -> 311821 bytes
-rw-r--r--fonts/pagella-otf/doc/pagella-otf-doc.tex44
2 files changed, 28 insertions, 16 deletions
diff --git a/fonts/pagella-otf/doc/pagella-otf-doc.pdf b/fonts/pagella-otf/doc/pagella-otf-doc.pdf
index 5ba915ef8c..547c96cc89 100644
--- a/fonts/pagella-otf/doc/pagella-otf-doc.pdf
+++ b/fonts/pagella-otf/doc/pagella-otf-doc.pdf
Binary files differ
diff --git a/fonts/pagella-otf/doc/pagella-otf-doc.tex b/fonts/pagella-otf/doc/pagella-otf-doc.tex
index 35dec92e88..7b76813410 100644
--- a/fonts/pagella-otf/doc/pagella-otf-doc.tex
+++ b/fonts/pagella-otf/doc/pagella-otf-doc.tex
@@ -1,4 +1,4 @@
-%% $Id: pagella-otf-doc.tex 621 2022-10-12 17:43:13Z herbert $
+%% $Id: pagella-otf-doc.tex 633 2022-10-15 07:58:35Z herbert $
\listfiles
\documentclass[ngerman,spanish,polish,english,a4paper]{article}
\usepackage{pagella-otf}
@@ -38,6 +38,7 @@
\def\Largb#1{\texttt{\{}\textit{#1}\texttt{\}}}
\def\Lpack#1{\texttt{#1}\index{#1@\texttt{#1}}\index{Package!#1@\texttt{#1}}}
\def\testfeature#1#2#3{{\fontspec[RawFeature={+#2}]{#1}#3\relax}}
+\def\Loption#1{\texttt{#1}\index{#1@\texttt{#1}}\index{Option!#1@\texttt{#1}}}
\def\SUP{\addfontfeatures{RawFeature={+sups}}}
\usepackage{multicol,luacode}
@@ -68,7 +69,7 @@ texgyrepagella-bolditalic.otf
texgyrepagella-math.otf
\end{verbatim}
-The fonts are free available and partcof any \TeX-distribution.
+The fonts are free available and part of any \TeX-distribution.
\begin{verbatim}
@@ -243,10 +244,6 @@ Taka Albo tace Usta pęk ucha.
\normalfont\normalsize
\selectlanguage{english}
-
-
-
-\normalfont
\section{Package options}
Possible optional arguments are
@@ -259,6 +256,7 @@ proportional, p & varying-width figures\\
tabular, t & fixed-width figures (default)\\
ScaleRM & scaling for the serif font, preset to 1\\
defaultfeatures & presetting of features only for rmfamily\\
+libertinus & use integral symbols from Libertinus Math
\end{tabular}
@@ -310,7 +308,9 @@ defaultfeatures & presetting of features only for rmfamily\\
\usepackage[lining]{pagella-otf}
%StopVisiblePreamble
\begin{document}
-0000111122223333444455556666777788889999\par abcdefghijklmn
+0000111122223333444455556666777788889999\par
+\addfontfeatures{RawFeature=-lnum;+onum}%
+0000111122223333444455556666777788889999
\end{document}
\end{externalDocument}
@@ -721,6 +721,20 @@ a Pagella font, one can use a predefinded command:
\end{verbatim}
+
+\section{Math mode}
+
+
+%bash-3.2$ otfinfo -f --script=math texgyrepagella-math.otf
+%aalt Access All Alternates
+%dtls <unknown feature>
+%ssty <unknown feature>
+
+\subsection{Integrals}
+If you do not like the small integral symbols from Pagella then use the package
+option \Loption{libertinus}. Then these symbols are taken from Libertinus Math.
+
+
\begin{externalDocument}[
frame,compiler=lualatex,
crop,
@@ -733,21 +747,19 @@ a Pagella font, one can use a predefinded command:
\documentclass{article}
\pagestyle{empty}
%StartVisiblePreamble
-\usepackage{pagella-otf}
+\usepackage[libertinus]{pagella-otf}% use integrals from Libertinus
%StopVisiblePreamble
\begin{document}
-The default 0123456 {\bfseries standard bold} \pagellaOsF normal weight 0123456
+The integrals from Libertinus Math:
+\[ \int_\gamma\iint\iiint\iiiint\oint\oiint\oiiint\frac{f(x)}{z-a} \]
+
+The default integrals from Pagella:
+\setmathfont{texgyrepagella-math.otf}
+\[ \int_\gamma\iint\iiint\iiiint\oint\oiint\oiiint\frac{f(x)}{z-a} \]
\end{document}
\end{externalDocument}
-\section{Math mode}
-
-
-%bash-3.2$ otfinfo -f --script=math texgyrepagella-math.otf
-%aalt Access All Alternates
-%dtls <unknown feature>
-%ssty <unknown feature>