summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/fonts')
-rw-r--r--Master/texmf-dist/doc/fonts/linguisticspro/README14
-rw-r--r--Master/texmf-dist/doc/fonts/linguisticspro/linguisticspro-samples.pdfbin29372 -> 39529 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/linguisticspro/linguisticspro-samples.tex26
3 files changed, 32 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/fonts/linguisticspro/README b/Master/texmf-dist/doc/fonts/linguisticspro/README
index 3178e7fc941..2998b89f3e6 100644
--- a/Master/texmf-dist/doc/fonts/linguisticspro/README
+++ b/Master/texmf-dist/doc/fonts/linguisticspro/README
@@ -1,5 +1,5 @@
This is the README for the linguisticspro package, version
-2019-05-11.
+2019-06-25.
This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX
support for the LinguisticsPro family of fonts.
@@ -23,16 +23,20 @@ To use, add
to the preamble of your document. This makes LinguisticsPro
the default (serif) family.
+The default figure style is oldstyle but lining figures are
+available with the lf (or lining) option and locally with
+the \linguisticsproLF command.
+
LuaLaTeX and xeLaTeX users who might prefer type1 fonts or
who wish to avoid fontspec may use the type1 option.
-The command \linguisticsprolgr selects LGR-encoded type1 fonts.
-
Options scaled=<number> or scale=<number> may be used to adjust
fontsizes.
-The only figure style supported is oldstyle. Font
-encodings supported are OT1, T1, TS1, LY1 and T2A/B/C.
+Font encodings supported are OT1, T1, TS1, LY1, T2A/B/C,
+T3, TS3 and LGR. The commands \linguisticsprolgr and
+\linguisticsprot3 select LGR and T3-encoded type1 fonts,
+respectively.
The original fonts are available at
https://www.fontsquirrel.com/fonts/linguistics-pro and are
diff --git a/Master/texmf-dist/doc/fonts/linguisticspro/linguisticspro-samples.pdf b/Master/texmf-dist/doc/fonts/linguisticspro/linguisticspro-samples.pdf
index 8c4cb55d834..a309999caf4 100644
--- a/Master/texmf-dist/doc/fonts/linguisticspro/linguisticspro-samples.pdf
+++ b/Master/texmf-dist/doc/fonts/linguisticspro/linguisticspro-samples.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/linguisticspro/linguisticspro-samples.tex b/Master/texmf-dist/doc/fonts/linguisticspro/linguisticspro-samples.tex
index bf9391d63e5..f215f3bc774 100644
--- a/Master/texmf-dist/doc/fonts/linguisticspro/linguisticspro-samples.tex
+++ b/Master/texmf-dist/doc/fonts/linguisticspro/linguisticspro-samples.tex
@@ -1,5 +1,5 @@
\documentclass{article}
-\usepackage[LGR,T1]{fontenc}
+\usepackage[LGR,T2A,T3,T1]{fontenc}
\usepackage{linguisticspro}
\usepackage{lipsum}
\begin{document}
@@ -7,6 +7,9 @@
\subsection*{Regular}
\lipsum[1]
+\subsection*{Small Capitals}
+\textsc{\lipsum[4]}
+
\subsection*{Italic}
\textit{\lipsum[2]}
@@ -20,20 +23,37 @@
\textbf{\textit{\lipsum[4]}}
-\subsection*{Numbers}
+\subsection*{Default Numbers}
1234567890
+\subsection*{Lining Numbers}
+
+{\linguisticsproLF 1234567890}
+
+\subsection*{OldStyle Numbers}
+
+{\linguisticsproOsF 1234567890}
+
\subsection*{Ligatures}
Officially broken off. Often offline, find me flowerless.
\section*{LGR}
-
{\linguisticsprolgr\noindent
a b g d e z h j i k l m n x o p r s t u f q y w\\
A B G D E Z H J I K L M N X O P R S T U F Q Y W\\
}
+\subsection*{Cyrillic}
+
+{\ifxetex\else\ifluatex\else\fontencoding{T2A}\selectfont\fi\fi
+Съешь ещё этих мягких французских булок да
+выпей чаю!}
+
+\subsection*{T3}
+
+{\linguisticsprot3 ABCDEFGHIJKLMNOPQRDTUVWXYZ}
+
\end{document}