summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-06-24 21:04:02 +0000
committerKarl Berry <karl@freefriends.org>2019-06-24 21:04:02 +0000
commit210b1a78e3075d3c7a5aefa3aac2683de9281af8 (patch)
treec749588c815a4775f6d071bd06ca6c4f7afff3f5 /Master/texmf-dist/doc/fonts
parentc05c892c36b2feab89a33fbbeeef94abec4c61a8 (diff)
cormorantgaramond (24jun19)
git-svn-id: svn://tug.org/texlive/trunk@51443 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts')
-rw-r--r--Master/texmf-dist/doc/fonts/cormorantgaramond/README76
-rw-r--r--Master/texmf-dist/doc/fonts/cormorantgaramond/cormorantgaramond.pdfbin47221 -> 53141 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/cormorantgaramond/cormorantgaramond.tex33
3 files changed, 96 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/fonts/cormorantgaramond/README b/Master/texmf-dist/doc/fonts/cormorantgaramond/README
new file mode 100644
index 00000000000..614f736808e
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/cormorantgaramond/README
@@ -0,0 +1,76 @@
+This is the README for the cormorantgaramond package,
+version 3.000 (2019-06-24).
+
+This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX
+support for the Cormorant Garamond family of fonts, designed by
+Christian Thalman of Catharsis Fonts.
+
+While this project was heavily inspired by Claude Garamont's
+immortal legacy, Christian did not use any specific font as
+a starting point or direct reference for the designs. Most
+glyphs were drawn from scratch; when he needed guidance on
+a specific character, he searched for the term Garamond and
+skimmed through the results for a general impression.
+
+The family includes light, regular, medium, semi-bold and
+bold weights, with italics.
+
+To install this package on a TDS-compliant
+TeX system download the file
+"tex-archive"/install/fonts/cormorantgaramond.tds.zip,
+where the preferred URL for "tex-archive" is
+http://mirror.ctan.org. Unzip the archive at the root of
+an appropriate texmf tree, likely a personal or local
+tree. If necessary, update the file-name database (e.g.,
+texhash). Update the font-map files by enabling the Map file
+CormorantGaramond.map.
+
+To use, add
+
+\usepackage{CormorantGaramond}
+
+to the preamble of your document. Options include:
+
+oldstyle,osf old-style figures
+lining,nf,lf lining figures
+
+proportional,p varying-width figures
+tabular,t fixed-width figures
+
+The defaults are lining and proportional.
+
+Small caps are available in all weights.
+
+Use options
+
+light, l for light weight instead of regular
+semibold, sb for semi-bold weight instead of bold
+medium for medium weight instead of bold
+
+Slanted variants are not supported; the italic variants will
+be automatically substituted. Font encodings supported are
+OT1, T1, TS1, LY1 and T2A/B/C.
+
+Options scaled=<number> or scale=<number> may be used to adjust
+fontsizes. The type1 option may be used by xelatex or lualatex users
+who prefer to use type1 fonts or to avoid fontspec.
+
+Commands \oldstylenums{...} and \liningnums{...} are defined to allow
+for local use of old-style figures or lining figures, respectively.
+Similarly, \tabularnums{...} and \proportionalnums{...} allow for local
+use of monospaced or varying-width figures, respectively.
+
+Superior numbers (for footnote markers) are available
+using \sufigures or \textsu{...}. Inferior numbers (for
+subscripts) are available using \infigures or \textinf{...}.
+
+The original fonts are available at
+https://fonts.google.com and are licensed
+under the SIL Open Font License, (version 1.1); the text may
+be found in the doc directory.
+
+The type1 versions were created using fontforge. The
+support files were created using autoinst and otftotfm and
+are licensed under the terms of the LaTeX Project Public
+License. The maintainer of this package is Bob Tennent (rdt
+at cs.queensu.ca)
diff --git a/Master/texmf-dist/doc/fonts/cormorantgaramond/cormorantgaramond.pdf b/Master/texmf-dist/doc/fonts/cormorantgaramond/cormorantgaramond.pdf
index 568387ef1fc..bdee5639713 100644
--- a/Master/texmf-dist/doc/fonts/cormorantgaramond/cormorantgaramond.pdf
+++ b/Master/texmf-dist/doc/fonts/cormorantgaramond/cormorantgaramond.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/cormorantgaramond/cormorantgaramond.tex b/Master/texmf-dist/doc/fonts/cormorantgaramond/cormorantgaramond.tex
index 3f584028912..2dd9fcf4017 100644
--- a/Master/texmf-dist/doc/fonts/cormorantgaramond/cormorantgaramond.tex
+++ b/Master/texmf-dist/doc/fonts/cormorantgaramond/cormorantgaramond.tex
@@ -1,5 +1,5 @@
\documentclass{article}
-\usepackage[T1]{fontenc}
+\usepackage[T2A,T1]{fontenc}
\usepackage{CormorantGaramond}
\usepackage{lipsum}
\begin{document}
@@ -8,49 +8,56 @@
\textbf{Cormorant Garamond}
\end{center}
-\section{Regular}
+\subsection*{Regular}
\lipsum[1]
-\section{Italic}
+\subsection*{Italic}
\textit{\lipsum[2]}
-\section{Bold}
+\subsection*{Bold}
\textbf{\lipsum[3]}
-\section{Bold Italic}
+\subsection*{Bold Italic}
\textbf{\textit{\lipsum[4]}}
-\section{Small Caps}
+\subsection*{Small Caps}
\textsc{\lipsum[5]}
-\section{Default Numbers}
+\subsection*{Default Numbers}
1234567890
-\section{Oldstyle Numbers}
+\subsection*{Oldstyle Numbers}
\oldstylenums{1234567890}
-\section{Lining Numbers}
+\subsection*{Lining Numbers}
\liningnums{1234567890}
-\section{Tabular Numbers}
+\subsection*{Tabular Numbers}
\tabularnums{1234567890}
-\section{Proportional Numbers}
+\subsection*{Proportional Numbers}
\proportionalnums{1234567890}
-\section{Superior Numbers}
+\subsection*{Superior Numbers}
X\textsu{1234567890}
-\section{Inferior Numbers}
+\subsection*{Inferior Numbers}
X\textinf{1234567890}
+\subsection*{Cyrillic}
+
+{\ifxetex\else\ifluatex\else\fontencoding{T2A}\selectfont\fi\fi
+Съешь ещё этих мягких французских булок да
+выпей чаю!}
+
+
\end{document}