summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/kpfonts/kpfonts.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/fonts/kpfonts/kpfonts.tex')
-rw-r--r--Master/texmf-dist/doc/fonts/kpfonts/kpfonts.tex58
1 files changed, 40 insertions, 18 deletions
diff --git a/Master/texmf-dist/doc/fonts/kpfonts/kpfonts.tex b/Master/texmf-dist/doc/fonts/kpfonts/kpfonts.tex
index 879547035d4..4a9de2c6919 100644
--- a/Master/texmf-dist/doc/fonts/kpfonts/kpfonts.tex
+++ b/Master/texmf-dist/doc/fonts/kpfonts/kpfonts.tex
@@ -27,7 +27,7 @@
\medskip
-{\large \textsf{Release 3.02}}
+{\large \textsf{Release 3.1}}
\end{center}
\bigskip
@@ -38,23 +38,7 @@
\bigskip
-The 3.0 release gets:
-
-
-\begin{itemize}
- \item New math accents, \verb+\widearc+, \verb+\widearcarrow+, \verb+\wideparen+, \verb+\widering+,
- design of \verb+\widehat+ accent slightly altered;
- \item New width of integral symbols, slighty increased;
- \item New option \texttt{widermath} with obvious action;
- \item Subscript and superscript position revisited in all math alphabets;
- \item Kerning revisited in all text fonts.
-\end{itemize}
-
-\begin{center}
-\textit{The two last can alter your typesetting!}
-\end{center}
-
-The 3.01 release corrects the \verb=\pounds= bug in math mode, and the 3.02 the \verb=\questiondown= bug.
+With the 3.1 release, you can now use the options of \texttt{amsmath} as option of \texttt{kpfonts}, except, obviously, \textit{cmex10}.
\section{Kp-Fonts}
@@ -93,6 +77,10 @@ with the \texttt{full} option. Kp-fonts loads these two packages except if you u
\textit{You haven't to load \textbf{\texttt{amsmath}} and \textbf{\texttt{textcomp}} packages}
\end{center}
+\begin{center}\itshape
+You can use the options of \textbf{\texttt{amsmath}} a option of \textbf{\texttt{kpfonts}}, except \textbf{cmex10}.
+\end{center}
+
To use it, you just have to add \verb+\usepackage{kpfonts}+ in your document preamble, if necessary with the options described below.
Besides, the aim is to get a good compatibility with different sets of math font packages.
@@ -362,6 +350,40 @@ Note that, when using the \verb+oldstylenumsmath+, \verb+oldstylemath+,
or \verb+fullveryoldstyle+ options,
in math mode, as the numbers {\fontfamily{jkpvos}\selectfont 3, 4, 5, 7 et 9} have a depth, superscripts are moved up.
+\subsection{Position of subscripts and superscripts}
+
+In math mode, just about with \texttt{amsmath}, the next options adjust the position of subscripts and superscripts.
+
+\subsubsection{Intégral symbols}
+
+The default option is \textbf{nointlimits}.
+
+
+\renewcommand{\arraystretch}{1.8}
+
+\begin{center}\begin{tabular}{|c||c|c|c|}\hline
+\verb+\int_a^bf(t)+&\textbf{intlimits}&\textbf{nointlimits}&\textbf{fullintlimits}\\\hline\hline
+textstyle&$\int_a^bf(t)$&$\int_a^bf(t)$&\rule[-3ex]{0pt}{7.5ex}$\int\limits_a^bf(t)$\\\hline
+displaystyle&$\displaystyle\int\limits_a^bf(t)$&$\displaystyle\int_a^bf(t)$&\rule[-4.5ex]{0pt}{11ex}$\displaystyle\int\limits_a^bf(t)$\\\hline
+\end{tabular}\end{center}
+
+\renewcommand{\arraystretch}{1.3}
+
+\subsubsection{Sums and products}
+
+The default option is \textbf{sumlimits}.
+
+
+\renewcommand{\arraystretch}{1.8}
+
+\begin{center}\begin{tabular}{|c||c|c|c|}\hline
+\verb+\sum_{i=1}^nu_n+&\textbf{sumlimits}&\textbf{nosumlimits}&\textbf{fullsumlimits}\\\hline\hline
+textstyle&$\sum_{i=1}^nu_n$&$\sum_{i=1}^nu_n$&\rule[-3ex]{0pt}{7ex}$\sum\limits_{i=1}^nu_n$\\\hline
+displaystyle&$\displaystyle\sum_{i=1}^nu_n$&$\displaystyle\sum\nolimits_{i=1}^nu_n$&\rule[-4ex]{0pt}{9ex}$\displaystyle\sum_{i=1}^nu_n$\\\hline
+\end{tabular}\end{center}
+
+\renewcommand{\arraystretch}{1.3}
+
\subsection{Greek letters in math mode, options}
\begin{description}