diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/fontsetup/fontsetup-doc.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/fontsetup/fontsetup-doc.tex | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/fontsetup/fontsetup-doc.tex b/Master/texmf-dist/doc/latex/fontsetup/fontsetup-doc.tex index d27ec9dbf88..285d2ee2251 100644 --- a/Master/texmf-dist/doc/latex/fontsetup/fontsetup-doc.tex +++ b/Master/texmf-dist/doc/latex/fontsetup/fontsetup-doc.tex @@ -9,8 +9,8 @@ \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} + \textsc{24} May \textsc{2020}\\[1ex] + Version 1.003, \textsc{gpl3} \end{center} This package is a simple wrapper-type package that makes the setup of fonts easy and @@ -31,7 +31,18 @@ University of the Aegean\\ Department of Mathematics\\[1ex] 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. + more fonts to support Greek (cbgreek) and Cyrillic languages. It also provides + \begin{itemize} + \item commands to access prosgegrammeni instead of ypogegrammeni for capitals and small + capitals, by writing \verb|\textprosgegrammeni{<text>}| or \verb|{\prosgegrammeni <text>}|. + \item commands to access 4th and 6th century bce Greek by writing + \verb|\textivbce{<text>}| or \verb|{\ivbce <text>}| and + \verb|\textvibce{<text>}| or \verb|{\vibce <text>}|. For example, write + \verb|\textivbce{ΕΠΙΚΟΥΡΟΣ}| to get \textivbce{ΕΠΙΚΟΥΡΟΣ}. + \item commands to access Sans Greek (upright and oblique) in math mode although these are + not included in the unicode standard. The commands follow the unicode-math.sty notation, so + to get $\msansLambda$ and $\mitsanspi$ you write \verb|$\msansLambda$| and \verb|$\mitsanspi$|. + \end{itemize} \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 |