summaryrefslogtreecommitdiff
path: root/fonts/termes-otf/doc/termes-otf-doc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/termes-otf/doc/termes-otf-doc.tex')
-rw-r--r--fonts/termes-otf/doc/termes-otf-doc.tex67
1 files changed, 58 insertions, 9 deletions
diff --git a/fonts/termes-otf/doc/termes-otf-doc.tex b/fonts/termes-otf/doc/termes-otf-doc.tex
index 930f9743a7..951ef42351 100644
--- a/fonts/termes-otf/doc/termes-otf-doc.tex
+++ b/fonts/termes-otf/doc/termes-otf-doc.tex
@@ -1,4 +1,4 @@
-%% $Id: termes-otf-doc.tex 631 2022-10-14 12:08:52Z herbert $
+%% $Id: termes-otf-doc.tex 637 2022-10-17 06:33:15Z herbert $
\listfiles
\documentclass[ngerman,spanish,polish,english,a4paper]{article}
\usepackage{termes-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}
@@ -698,11 +699,6 @@ is again the number of the set.
\section{Font commands}
Instead of using the command \Lcs{fontspec} for changing to a different type of
-a Termes font, one can use a predefinded command:
-
-
-\section{Font commands}
-Instead of using the command \Lcs{fontspec} for changing to a different type of
a Heros font, one can use a predefinded command:
\begin{tabular}{@{}ll}
@@ -743,7 +739,7 @@ a Heros font, one can use a predefinded command:
%dtls <unknown feature>
%ssty <unknown feature>
-
+\subsection{Example}
\noindent\fbox{%
\begin{minipage}{\dimexpr\textwidth-2\fboxsep-2\fboxrule}
@@ -826,12 +822,48 @@ for example \texttt{+aalt} for slightly wider characters:
+\subsection{Integrals}
+If you do not like the small integral symbols from Schola then use the package
+option \Loption{libertinus}. Then these symbols are taken from Libertinus Math.
+
+
+\begin{externalDocument}[
+ frame,compiler=lualatex,
+ crop,
+ force=true,
+ runs=2,code,docType=latex,
+ frame,
+ usefancyvrb,
+% lstOptions={columns=flexible}
+]{Schola}
+\documentclass{article}
+\pagestyle{empty}
+%StartVisiblePreamble
+\usepackage[libertinus]{termes-otf}% use integrals from Libertinus
+%StopVisiblePreamble
+\begin{document}
+The integrals from Libertinus Math:
+\[ \int_\gamma\iint\iiint\iiiint\oint\oiint\oiiint\frac{f(x)}{z-a} \]
+
+The default integrals from Schola:
+\setmathfont{texgyreschola-math.otf}
+\[ \int_\gamma\iint\iiint\iiiint\oint\oiint\oiiint\frac{f(x)}{z-a} \]
+\end{document}
+\end{externalDocument}
+
+
+
+
+
+
+
\clearpage
\newgeometry{margin=1cm,bmargin=2cm}
-\section{The font list of Termes}
+\section{The fontlist}
+\subsection{The font list of Termes text}
\rmfamily
\begin{multicols}{5}
@@ -859,10 +891,27 @@ for example \texttt{+aalt} for slightly wider characters:
\end{luacode*}
\end{multicols}
+\subsection{The font list of Termes math}
+
+
+\begingroup
+\catcode`\%=12
+\gdef\perCent{%}
+\endgroup
+
+%\UnicodeMathSymbol{"00021}{\mathexclam }{\mathclose}{exclamation mark}%
+\begin{multicols}{3}
+\def\UnicodeMathSymbol#1#2#3#4{\scriptsize\texttt{#1}: $#2{}$ (#4) \\}
+\input{unicode-math-table}
+\end{multicols}
-\printindex
+\clearpage\restoregeometry
+
+\printindex
+
+
\end{document}