summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fontsetup
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-12-09 21:05:32 +0000
committerKarl Berry <karl@freefriends.org>2021-12-09 21:05:32 +0000
commit339ba2b572524df1b306969a12c997682dd994a6 (patch)
treeb04c6e228aff7a5ba0ad5f3f196bede5fa350df4 /Master/texmf-dist/doc/latex/fontsetup
parentd591e5abd44a7f052daf9e40281051f5aeeb2c02 (diff)
fontsetup (9dec21)
git-svn-id: svn://tug.org/texlive/trunk@61261 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/fontsetup')
-rw-r--r--Master/texmf-dist/doc/latex/fontsetup/README2
-rw-r--r--Master/texmf-dist/doc/latex/fontsetup/fontsetup-doc.pdfbin446355 -> 460242 bytes
-rw-r--r--Master/texmf-dist/doc/latex/fontsetup/fontsetup-doc.tex31
3 files changed, 30 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/fontsetup/README b/Master/texmf-dist/doc/latex/fontsetup/README
index e2666d576f0..99b7a63e0bb 100644
--- a/Master/texmf-dist/doc/latex/fontsetup/README
+++ b/Master/texmf-dist/doc/latex/fontsetup/README
@@ -1,5 +1,5 @@
The fontsetup package
- (Version 1.03, GPL3)
+ (Version 1.1, GPL3)
This simple package makes it trivial to switch quickly between
different quality fonts supporting Mathematics.
diff --git a/Master/texmf-dist/doc/latex/fontsetup/fontsetup-doc.pdf b/Master/texmf-dist/doc/latex/fontsetup/fontsetup-doc.pdf
index bfc3fb5ec3e..676ec08813b 100644
--- a/Master/texmf-dist/doc/latex/fontsetup/fontsetup-doc.pdf
+++ b/Master/texmf-dist/doc/latex/fontsetup/fontsetup-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/fontsetup/fontsetup-doc.tex b/Master/texmf-dist/doc/latex/fontsetup/fontsetup-doc.tex
index a473973606b..49b7904ca22 100644
--- a/Master/texmf-dist/doc/latex/fontsetup/fontsetup-doc.tex
+++ b/Master/texmf-dist/doc/latex/fontsetup/fontsetup-doc.tex
@@ -1,5 +1,9 @@
\documentclass{book}
+\synctex=1
\usepackage[default]{fontsetup}
+\newfontfamily\newcmgreekguillemots[CharacterVariant=4]{NewCM10-Book.otf}
+\newcommand\quoteleft{\char"201C}
+\newcommand\quoteright{\char"201E}
\usepackage{graphicx,fullpage,supertabular}
\AtBeginDocument{\def\varnothing{\char"2300}\def\emptyset{\char"2205}}
\begin{document}
@@ -10,8 +14,8 @@
\textit{by}\\[1ex]
{\large Antonis Tsolomitis}\\
University of the Aegean\\ Department of Mathematics\\[1ex]
- \textsc{19} Oct \textsc{2021}\\[1ex]
- Version 1.03, \textsc{gpl3}
+ \textsc{9} Dec \textsc{2021}\\[1ex]
+ Version 1.1, \textsc{gpl3}
\end{center}
This package is a simple wrapper-type package that makes the setup of fonts easy and
@@ -65,6 +69,26 @@ University of the Aegean\\ Department of Mathematics\\[1ex]
to select the fonts properly or \verb|\textipa{...}| and \verb|\textsansipa{...}| to select the fonts
for IPA symbols locally. Compare \textipa{ðŋβθχ}
(produced with \verb|\textipa{ðŋβθχ}|) with ðŋβθχ.
+ \item If the xgreek package is loaded before fontsetup this will be detected and the package
+ will load the fonts with correct anoteleia, greek guillemots and proper apostrophe for
+ Greek. It will also enable the commands \verb|\quoteleft| and \verb|\quoteright| for proper
+ quotes inside quotes. For an example, writing
+
+ \verb|«φώναζε: \quoteleft απ' έξω την προπαίδεια\quoteright»· σαν εκδίκηση ακουγόταν\ldots|
+
+ will give
+
+\begin{center}
+{\newcmgreekguillemots «φώναζε: \quoteleft απ' έξω την προπαίδεια\quoteright»· σαν εκδίκηση ακουγόταν\ldots}
+\end{center}
+For more information and references see the documentation of the
+NewComputerModern font family.
+ \item commands to access ``up'' versions of Greek letters for Chemistry: Use \verb|chemalpha|,
+ \verb|\chembeta|, \verb|\chemgamma| etc and similarly for uppercase (\verb|\chemAlpha| etc).
+ For example, \verb|\chembeta-gucan| gives ``\chembeta-gucan'' and \verb|\chemkappa-component|
+ gives ``\chemkappa-component''.
+ \item commands for Medieval Latin and Uncial Greek:
+ use \verb|{\uncial text}| or \verb|\textuncial{text}|.
\end{itemize}
\item[olddefault] Loads the NewComputerModern fonts (in Regular weight)
similarly to the default option.
@@ -309,4 +333,7 @@ The following table lists the commands and the symbol produced for the Unicode r
\end{center}
+
+
+
\end{document}