From f27cb1d537a34677b1291d5365c80cde1416417c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 20 Dec 2019 22:21:32 +0000 Subject: fontsetup (20dec19) git-svn-id: svn://tug.org/texlive/trunk@53195 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/fontsetup/README | 15 ++ .../texmf-dist/doc/latex/fontsetup/README.TEXLIVE | 14 ++ .../doc/latex/fontsetup/fontsetup-doc.pdf | Bin 0 -> 743445 bytes .../doc/latex/fontsetup/fontsetup-doc.tex | 263 +++++++++++++++++++++ .../doc/latex/fontsetup/fspsample-cmr.pdf | Bin 0 -> 39481 bytes .../doc/latex/fontsetup/fspsample-ebgaramond.pdf | Bin 0 -> 56329 bytes .../doc/latex/fontsetup/fspsample-fira.pdf | Bin 0 -> 47160 bytes .../doc/latex/fontsetup/fspsample-gfsartemisia.pdf | Bin 0 -> 37531 bytes .../doc/latex/fontsetup/fspsample-gfsdidot.pdf | Bin 0 -> 38823 bytes .../latex/fontsetup/fspsample-gfsdidotclassic.pdf | Bin 0 -> 42223 bytes .../latex/fontsetup/fspsample-gfsneohellenic.pdf | Bin 0 -> 37173 bytes .../doc/latex/fontsetup/fspsample-kerkis.pdf | Bin 0 -> 37860 bytes .../doc/latex/fontsetup/fspsample-libertinus.pdf | Bin 0 -> 43723 bytes .../doc/latex/fontsetup/fspsample-neoeuler.pdf | Bin 0 -> 42230 bytes .../doc/latex/fontsetup/fspsample-palatino.pdf | Bin 0 -> 153395 bytes .../doc/latex/fontsetup/fspsample-stixtwo.pdf | Bin 0 -> 42743 bytes .../doc/latex/fontsetup/fspsample-times.pdf | Bin 0 -> 34278 bytes .../texmf-dist/doc/latex/fontsetup/fspsample.tex | 72 ++++++ .../fontsetup/system-install-fonts/fsplpscel.otf | Bin 0 -> 20472 bytes .../fontsetup/system-install-fonts/fspmnscel.otf | Bin 0 -> 17944 bytes 20 files changed, 364 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/fontsetup/README create mode 100644 Master/texmf-dist/doc/latex/fontsetup/README.TEXLIVE create mode 100644 Master/texmf-dist/doc/latex/fontsetup/fontsetup-doc.pdf create mode 100644 Master/texmf-dist/doc/latex/fontsetup/fontsetup-doc.tex create mode 100644 Master/texmf-dist/doc/latex/fontsetup/fspsample-cmr.pdf create mode 100644 Master/texmf-dist/doc/latex/fontsetup/fspsample-ebgaramond.pdf create mode 100644 Master/texmf-dist/doc/latex/fontsetup/fspsample-fira.pdf create mode 100644 Master/texmf-dist/doc/latex/fontsetup/fspsample-gfsartemisia.pdf create mode 100644 Master/texmf-dist/doc/latex/fontsetup/fspsample-gfsdidot.pdf create mode 100644 Master/texmf-dist/doc/latex/fontsetup/fspsample-gfsdidotclassic.pdf create mode 100644 Master/texmf-dist/doc/latex/fontsetup/fspsample-gfsneohellenic.pdf create mode 100644 Master/texmf-dist/doc/latex/fontsetup/fspsample-kerkis.pdf create mode 100644 Master/texmf-dist/doc/latex/fontsetup/fspsample-libertinus.pdf create mode 100644 Master/texmf-dist/doc/latex/fontsetup/fspsample-neoeuler.pdf create mode 100644 Master/texmf-dist/doc/latex/fontsetup/fspsample-palatino.pdf create mode 100644 Master/texmf-dist/doc/latex/fontsetup/fspsample-stixtwo.pdf create mode 100644 Master/texmf-dist/doc/latex/fontsetup/fspsample-times.pdf create mode 100644 Master/texmf-dist/doc/latex/fontsetup/fspsample.tex create mode 100644 Master/texmf-dist/doc/latex/fontsetup/system-install-fonts/fsplpscel.otf create mode 100644 Master/texmf-dist/doc/latex/fontsetup/system-install-fonts/fspmnscel.otf (limited to 'Master/texmf-dist/doc/latex/fontsetup') diff --git a/Master/texmf-dist/doc/latex/fontsetup/README b/Master/texmf-dist/doc/latex/fontsetup/README new file mode 100644 index 00000000000..651488aef1e --- /dev/null +++ b/Master/texmf-dist/doc/latex/fontsetup/README @@ -0,0 +1,15 @@ + The fontsetup package + (Version 1.002, GPL3) + +This simple package makes it trivial to switch quickly between +different quality fonts supporting Mathematics. + +For more information read the file fontsetup-doc.pdf in +the doc subdirectory. + +Antonis Tsolomitis +Professor +University of the Aegean +Department of Mathematics +83200 Samos, Greece + diff --git a/Master/texmf-dist/doc/latex/fontsetup/README.TEXLIVE b/Master/texmf-dist/doc/latex/fontsetup/README.TEXLIVE new file mode 100644 index 00000000000..2eaf7dfab03 --- /dev/null +++ b/Master/texmf-dist/doc/latex/fontsetup/README.TEXLIVE @@ -0,0 +1,14 @@ +The following files have been removed in the TeX Live installation of +the current package, typically due to duplication, lack of space, or +missing source code. You can find these files on CTAN at + http://mirror.ctan.org/macros/latex/contrib/fontsetup +If questions or concerns, email tex-live@tug.org. + + fspsample-msgaramond.pdf + fspsample-cambria.pdf + fspmsgaramondot.sty + fspsample-minion.pdf + fspcambria.sty + fspsample-lucida.pdf + fspminion.sty + fsplucidaot.sty diff --git a/Master/texmf-dist/doc/latex/fontsetup/fontsetup-doc.pdf b/Master/texmf-dist/doc/latex/fontsetup/fontsetup-doc.pdf new file mode 100644 index 00000000000..3c7feb5474b Binary files /dev/null and b/Master/texmf-dist/doc/latex/fontsetup/fontsetup-doc.pdf differ diff --git a/Master/texmf-dist/doc/latex/fontsetup/fontsetup-doc.tex b/Master/texmf-dist/doc/latex/fontsetup/fontsetup-doc.tex new file mode 100644 index 00000000000..d27ec9dbf88 --- /dev/null +++ b/Master/texmf-dist/doc/latex/fontsetup/fontsetup-doc.tex @@ -0,0 +1,263 @@ +\documentclass{article} +\usepackage[default]{fontsetup} +\usepackage{graphicx,fullpage} +\begin{document} + + + \begin{center} + {\LARGE The \texttt{fontsetup} package}\\[1ex] + \textit{by}\\[1ex] + {\large Antonis Tsolomitis}\\ +University of the Aegean\\ Department of Mathematics\\[1ex] + \textsc{20} December \textsc{2019}\\[1ex] + Version 1.002, \textsc{gpl3} + \end{center} + + This package is a simple wrapper-type package that makes the setup of fonts easy and + quick for XeLaTeX and LuaLaTeX. You just load the package using one of the supported + fonts as an option. + + The target is to provide easy access to fonts with a matching Mathematics font available in + TeX distributions plus a few commercial if available. + + The package will include more font combinations in the future, however there are + some restrictions. The fonts must have some commercial-level quality and must support + Mathematics. + + The options (in alphabetic order) are as follows: + + \begin{description} + \item[cambria] Loads the Cambria fonts of Microsoft. These must be already installed + as a system font (in \verb|C:\Windows\Fonts| in MS-Windows, in \verb|/home/user/.fonts/| in Linux + or elsewhere by the system administratior). + \item[default] Loads the NewComputerModern fonts, which is an assembly of cm fonts plus + more fonts to support Greek (cbgreek) and Cyrillic languages. + \item[ebgaramond] Loads the EB-Garamond fonts with Garamond-Math. + \item[fira] Loads the Fira family, a sans-serif font. + \item[gfsartemisia] Loads the GFSArtemisia, a font family designed to be used + as a Times replacement. The Mathematics is from stix2 but latin + and greek letters are substituted from GFSArtemisia to provide a better match. + \item[gfsdidotclassic] Uses the GFSDidotClassic for Greek with GFSPorson for italic. + The latin part is URW garamond. The Mathematics is from Garamond-Math but the greek + letters are substituted from GFSDidotClassic to provide a better match. Notice that + the Bold versions of the Greek fonts are faked using fontspec mechanism as + the Greek part does not have bold versions. + \item[gfsdidot] Loads the GFSDidot fonts. Stix2 is the Mathematics font, but latin + and greek letters are substituted from GFSdidot to provide a better match. + \item[gfsneohellenic] Loads the GFSNeohellenic family with GFSNeohellenic-Math. + \item[kerkis] Loads the kerkis font family and texgyrebonum-math. + \item[libertinus] Loads the Libertinus and LibertinusMath fonts. + \item[lucida] Loads the Lucida font family if available (a commercial font). + \item[minion] Loads the MinionPro family. To install it, find the fonts MinionPro and + MyriadPro from the installation of Adobe PDF Reader and install the fonts to your system + (in \verb|C:\Windows\Fonts| in MS-Windows, in \verb|/home/user/.fonts/| in Linux + or elsewhere by the system administratior). Moreover, install the supplied + fspmnscel.otf as a system font to have access to Greek small caps. + Mathematics is from stix2 + with letters replaced from MinionPro. Sans is MyriadPro. + \item[msgaramond] Loads the MS-Garamond fonts. These must be system installed + (in \verb|C:\Windows\Fonts| in MS-Windows, in \verb|/home/user/.fonts/| in Linux + or elsewhere by the system administratior). Mathematics is from + Garamond-Math with letters replaced + from MS-Garamond. + \item[neoeuler] Loads the Concrete fonts with the Euler for Mathematics. + Needs euler.otf to be instaled in the TeX installation. + \item[palatino] Loads the Linotype Palatino Fonts available from some versions of Windows. + Thefonts must be system installed (in \verb|C:\Windows\Fonts| in MS-Windows, + in \verb|/home/user/.fonts/| in Linux or elsewhere by the system administratior). The supplied + fsplpscel.otf must be also + system-installed to allow access to Greek small caps. + Mathematics font is texgyrepagella-math. + \item[stixtwo] Loads the stix2 fonts, a Times-type font. + \item[times] Loads the FreeSerifb fonts, a Times font and stix2 for Mathematics + with letters replaced from FreeSerifb. + \end{description} + + You do not need to load \verb|fontspec|. This, as well as \verb|unicode-math|, are + automatically loaded. A minimal file is +\begin{verbatim} + \documentclass{article} + \usepackage[default]{fontsetup} + \begin{document} + ... + \end{document} +\end{verbatim} + +The switch to another font is trivial. You just change the option of \verb|fontsetup| +to another among the supported ones. + + +\bigskip + +\textbf{Summary of installation steps to support all fonts} + +\medskip + +You do not have to do any of these steps if you rely on free fonts +(except step 6 if you want to use the \verb|neoeuler| option) and do not want +to use the commercial ones. + +\medskip + +\begin{enumerate} +\item Install as system fonts the supplied \verb|fspmnscel.otf| + and \verb|fsplpscel.otf| (in \verb|C:\Windows\Fonts\| on MS-Windows or in + \verb|/home/user/.fonts/| in Linux or system-wide install as administrator) +\item Repeat the previous step for all MinionPro and MyriadPro fonts from the + installation of the free Adobe Acrobat Reader. +\item Repeat the above for the MS-Garamond fonts (\verb|Gara.ttf|, \verb|Garabd.ttf| + and \verb|Garait.ttf|) as well as for the Linotype Palatino fonts + found in some versions of Microsoft Windows (\verb|palabi.ttf|, \verb|palab.ttf|, + \verb|palai.ttf|, and \verb|pala.ttf|). +\item Repeat the above for the Cambria fonts (\verb|cambria.ttc|, \verb|cambriab.ttf|, + \verb|cambriai.ttf|, \verb|cambriaz.ttf|). +\item Install the commercial Lucida fonts (if available) in your TeX tree. +\item Install \verb|euler.otf| in your TeX tree from + here: \verb|https://github.com/khaledhosny/euler-otf| +\end{enumerate} + +\bigskip + + + + +You can indeed suggest a new combination of fonts and I will add them. However, I do +reserve the right to reject them if the font quality is bad or if Mathematics is not supported +with a matching font. + +Samples follow. + +\newpage + +\begin{center} +{\Large Cambria and CambriaMath: option \verb|cambria|}\\ +Cambria Fonts must be installed as system fonts\\[1cm] +\includegraphics[scale=1.2]{fspsample-cambria.pdf} +\end{center} + +\newpage + +\begin{center} +{\Large ComputerModern fonts: option \verb|default|}\\[1cm] +\includegraphics[scale=1.2]{fspsample-cmr.pdf} +\end{center} + +\newpage + +\begin{center} +{\Large EB-Garamond and Garamond-Math fonts: option \verb|ebgaramond|}\\[1cm] +\includegraphics[scale=1.2]{fspsample-ebgaramond.pdf} +\end{center} + +\newpage + +\begin{center} +{\Large Fira fonts: option \verb|fira|}\\[1cm] +\includegraphics[scale=1.2]{fspsample-fira.pdf} +\end{center} + +\newpage + +\begin{center} +{\Large GFSArtemisia and Stix2Math fonts: option \verb|gfsartemisia|}\\[1cm] +\includegraphics[scale=1.2]{fspsample-gfsartemisia.pdf} +\end{center} + +\newpage + +\begin{center} +{\Large GFSDidotClassic, GFSPorson Italic, and Garamond-Math fonts: option \verb|gfsdidotclassic|}\\[1cm] +\includegraphics[scale=1.2]{fspsample-gfsdidotclassic.pdf} +\end{center} + +\newpage + +\begin{center} +{\Large GFSDidot and Stix2Math: option \verb|gfsdidot|}\\[1cm] +\includegraphics[scale=1.2]{fspsample-gfsdidot.pdf} +\end{center} + +\newpage + +\begin{center} +{\Large GFSNeohellenic and GFSNeohellenic-Math: option \verb|gfsneohellenic|}\\[1cm] +\includegraphics[scale=1.2]{fspsample-gfsneohellenic.pdf} +\end{center} + +\newpage + +\begin{center} +{\Large Kerkis and texgyrebonum-math: option \verb|kerkis|}\\[1cm] +\includegraphics[scale=1.2]{fspsample-kerkis.pdf} +\end{center} + + + +\newpage + +\begin{center} +{\Large Libertinus and LibertinusMath: option \verb|libertinus|}\\[1cm] +\includegraphics[scale=1.2]{fspsample-libertinus.pdf} +\end{center} + + + +\newpage + +\begin{center} +{\Large Lucida and Lucida-Math (commercial): option \verb|lucida|}\\[1cm] +\includegraphics[scale=1.2]{fspsample-lucida.pdf} +\end{center} + +\newpage + +\begin{center} +{\Large MinionPro (commercial) and Stix2Math: option \verb|minion|}\\ +MinionPro Fonts and the supplied fspmnscel.otf must +be installed as system fonts\\[1cm] +\includegraphics[scale=1.2]{fspsample-minion.pdf} +\end{center} + +\newpage + +\begin{center} +{\Large MS-Garamond (commercial) and Garamond-Math: option \verb|msgaramond|}\\ +MS-Garamond Fonts must be installed as system fonts\\[1cm] +\includegraphics[scale=1.2]{fspsample-msgaramond.pdf} +\end{center} + +\newpage + +\begin{center} +{\Large Concrete fonts and NeoEuler Math: option \verb|neoeuler|}\\ +NeoEuler font must be installed in TeX tree\\[1cm] +\includegraphics[scale=1.2]{fspsample-neoeuler.pdf} +\end{center} + +\newpage + +\begin{center} +{\Large Linotype Palatino (commercial) and texgyrepagella-math: option \verb|palatino|}\\ +Linotype Palatino Fonts and the supplied fsplpscel.otf must be installed as system fonts\\[1cm] +\includegraphics[scale=1.2]{fspsample-palatino.pdf} +\end{center} + +\newpage + +\begin{center} +{\Large Stix2 and Stix2Math: option \verb|stixtwo|}\\[1cm] +\includegraphics[scale=1.2]{fspsample-stixtwo.pdf} +\end{center} + +\newpage + +\begin{center} +{\Large FreeSerifb and Stix2Math: option \verb|times|}\\[1cm] +\includegraphics[scale=1.2]{fspsample-times.pdf} +\end{center} + + + + + +\end{document} diff --git a/Master/texmf-dist/doc/latex/fontsetup/fspsample-cmr.pdf b/Master/texmf-dist/doc/latex/fontsetup/fspsample-cmr.pdf new file mode 100644 index 00000000000..14a66ed61d7 Binary files /dev/null and b/Master/texmf-dist/doc/latex/fontsetup/fspsample-cmr.pdf differ diff --git a/Master/texmf-dist/doc/latex/fontsetup/fspsample-ebgaramond.pdf b/Master/texmf-dist/doc/latex/fontsetup/fspsample-ebgaramond.pdf new file mode 100644 index 00000000000..ebc2cbb5bea Binary files /dev/null and b/Master/texmf-dist/doc/latex/fontsetup/fspsample-ebgaramond.pdf differ diff --git a/Master/texmf-dist/doc/latex/fontsetup/fspsample-fira.pdf b/Master/texmf-dist/doc/latex/fontsetup/fspsample-fira.pdf new file mode 100644 index 00000000000..1c5215cce90 Binary files /dev/null and b/Master/texmf-dist/doc/latex/fontsetup/fspsample-fira.pdf differ diff --git a/Master/texmf-dist/doc/latex/fontsetup/fspsample-gfsartemisia.pdf b/Master/texmf-dist/doc/latex/fontsetup/fspsample-gfsartemisia.pdf new file mode 100644 index 00000000000..d4af57e51fd Binary files /dev/null and b/Master/texmf-dist/doc/latex/fontsetup/fspsample-gfsartemisia.pdf differ diff --git a/Master/texmf-dist/doc/latex/fontsetup/fspsample-gfsdidot.pdf b/Master/texmf-dist/doc/latex/fontsetup/fspsample-gfsdidot.pdf new file mode 100644 index 00000000000..0a9f49edc20 Binary files /dev/null and b/Master/texmf-dist/doc/latex/fontsetup/fspsample-gfsdidot.pdf differ diff --git a/Master/texmf-dist/doc/latex/fontsetup/fspsample-gfsdidotclassic.pdf b/Master/texmf-dist/doc/latex/fontsetup/fspsample-gfsdidotclassic.pdf new file mode 100644 index 00000000000..68bc005ced8 Binary files /dev/null and b/Master/texmf-dist/doc/latex/fontsetup/fspsample-gfsdidotclassic.pdf differ diff --git a/Master/texmf-dist/doc/latex/fontsetup/fspsample-gfsneohellenic.pdf b/Master/texmf-dist/doc/latex/fontsetup/fspsample-gfsneohellenic.pdf new file mode 100644 index 00000000000..b155b14810d Binary files /dev/null and b/Master/texmf-dist/doc/latex/fontsetup/fspsample-gfsneohellenic.pdf differ diff --git a/Master/texmf-dist/doc/latex/fontsetup/fspsample-kerkis.pdf b/Master/texmf-dist/doc/latex/fontsetup/fspsample-kerkis.pdf new file mode 100644 index 00000000000..ce4caf1121b Binary files /dev/null and b/Master/texmf-dist/doc/latex/fontsetup/fspsample-kerkis.pdf differ diff --git a/Master/texmf-dist/doc/latex/fontsetup/fspsample-libertinus.pdf b/Master/texmf-dist/doc/latex/fontsetup/fspsample-libertinus.pdf new file mode 100644 index 00000000000..da4f818429c Binary files /dev/null and b/Master/texmf-dist/doc/latex/fontsetup/fspsample-libertinus.pdf differ diff --git a/Master/texmf-dist/doc/latex/fontsetup/fspsample-neoeuler.pdf b/Master/texmf-dist/doc/latex/fontsetup/fspsample-neoeuler.pdf new file mode 100644 index 00000000000..7611ed11f9c Binary files /dev/null and b/Master/texmf-dist/doc/latex/fontsetup/fspsample-neoeuler.pdf differ diff --git a/Master/texmf-dist/doc/latex/fontsetup/fspsample-palatino.pdf b/Master/texmf-dist/doc/latex/fontsetup/fspsample-palatino.pdf new file mode 100644 index 00000000000..c5231ab0abf Binary files /dev/null and b/Master/texmf-dist/doc/latex/fontsetup/fspsample-palatino.pdf differ diff --git a/Master/texmf-dist/doc/latex/fontsetup/fspsample-stixtwo.pdf b/Master/texmf-dist/doc/latex/fontsetup/fspsample-stixtwo.pdf new file mode 100644 index 00000000000..79e5f55cd6d Binary files /dev/null and b/Master/texmf-dist/doc/latex/fontsetup/fspsample-stixtwo.pdf differ diff --git a/Master/texmf-dist/doc/latex/fontsetup/fspsample-times.pdf b/Master/texmf-dist/doc/latex/fontsetup/fspsample-times.pdf new file mode 100644 index 00000000000..57413898c19 Binary files /dev/null and b/Master/texmf-dist/doc/latex/fontsetup/fspsample-times.pdf differ diff --git a/Master/texmf-dist/doc/latex/fontsetup/fspsample.tex b/Master/texmf-dist/doc/latex/fontsetup/fspsample.tex new file mode 100644 index 00000000000..b9783698540 --- /dev/null +++ b/Master/texmf-dist/doc/latex/fontsetup/fspsample.tex @@ -0,0 +1,72 @@ +\documentclass{article} +\pagestyle{empty} +\usepackage{xgreek,graphicx} +\pagestyle{empty} +%\usepackage[greek]{babel} +%\usepackage[utf8x]{inputenc} +%\usepackage{amsfonts} + +\usepackage[default]{fontsetup} +%\usepackage[gfsartemisia]{fontsetup} +%\usepackage[gfsdidot]{fontsetup} +%\usepackage[gfsdidotclassic]{fontsetup} +%\usepackage[gfsneohellenic]{fontsetup} +%\usepackage[cambria]{fontsetup} +%\usepackage[lucida]{fontsetup} +%\usepackage[kerkis]{fontsetup} +%\usepackage[fira]{fontsetup} +%\usepackage[times]{fontsetup} +%\usepackage[palatino]{fontsetup} +%\usepackage[stixtwo]{fontsetup} +%\usepackage[neokadmus]{fontsetup} +%\usepackage[msgaramond]{fontsetup} +%\usepackage[ebgaramond]{fontsetup} +%\usepackage[minion]{fontsetup} +%\usepackage[neoeuler]{fontsetup} +%\usepackage[libertinus]{fontsetup} + + + + +\newtheorem{theorem}{Theorem} +\newtheorem{theoremg}[theorem]{Θεώρημα} + + +\begin{document} + +\begin{theorem}[Dominated convergence of Lebesgue] +%Let $g$ be an +Assume that $g$ is an +in\-te\-grable func\-tion defined on the measurable set $E$ and hat + $(f_n)_{n\in\mathbb N}$ is a sequence of mea\-sur\-able function so that + $|f_n|\leq g$. If $f$ is a function so that $f_n\to f$ almost everywhere + then $$\lim_{n\to\infty}\int f_n=\int f.$$ +\end{theorem} +\textit{Proof}: The function $g-f_n$ is non-negative and thus from Fatou lemma +we have that $\int(g-f)\leq\liminf\int(g-f_n)$. Since $|f|\leq g$ and +$|f_n|\leq g$ the functions $f$ and $f_n$ are integrable and we have +$$\int g-\int f\leq \int g-\limsup\int f_n,$$ so +$$\int f\geq \limsup \int f_n.$$ +\par +\begin{theoremg}[Κυριαρχημένης σύγκλισης του Lebesgue] + Έστω ότι +η $g$ είναι μια ολοκληρώσιμη συνάρτηση ορισμένη στο μετρήσιμο σύνολο +$E$ και η $(f_n)_{n\in\mathbb N}$ είναι μια ακολουθία μετρήσιμων συναρτήσεων ώστε +$|f_n| ≤ g$. Υποθέτουμε ότι υπάρχει μια συνάρτηση $f$ +ώστε η $(f_n)_{n\in\mathbb N}$ να +τείνει στην $f$ σχεδόν παντού. Τότε +$$\lim \int f_n =\int f.$$ +\end{theoremg} +\textit{Απόδειξη}: Η συνάρτηση $g − f_n$ είναι μη αρνητική και άρα από +το Λήμμα του Fatou ισχύει +$\int (f-g) ≤ \liminf \int (g-f_n)$. Επειδή +$|f| ≤ g$ και $|f_n| ≤g$ οι $f$ και $f_n$ είναι ολοκληρώσιμες, έχουμε +$$\int g −\int f ≤ \int g − \limsup\int f_n,$$ +άρα +$$\int f\geq \limsup \int f_n.$$ + + + + + +\end{document} diff --git a/Master/texmf-dist/doc/latex/fontsetup/system-install-fonts/fsplpscel.otf b/Master/texmf-dist/doc/latex/fontsetup/system-install-fonts/fsplpscel.otf new file mode 100644 index 00000000000..b505b6b96fe Binary files /dev/null and b/Master/texmf-dist/doc/latex/fontsetup/system-install-fonts/fsplpscel.otf differ diff --git a/Master/texmf-dist/doc/latex/fontsetup/system-install-fonts/fspmnscel.otf b/Master/texmf-dist/doc/latex/fontsetup/system-install-fonts/fspmnscel.otf new file mode 100644 index 00000000000..c0e233f43c9 Binary files /dev/null and b/Master/texmf-dist/doc/latex/fontsetup/system-install-fonts/fspmnscel.otf differ -- cgit v1.2.3