blob: bf9391d63e5747647a299663156cf57c5d982f52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
\documentclass{article}
\usepackage[LGR,T1]{fontenc}
\usepackage{linguisticspro}
\usepackage{lipsum}
\begin{document}
\subsection*{Regular}
\lipsum[1]
\subsection*{Italic}
\textit{\lipsum[2]}
\subsection*{Bold}
\textbf{\lipsum[3]}
\subsection*{Bold Italic}
\textbf{\textit{\lipsum[4]}}
\subsection*{Numbers}
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\\
}
\end{document}
|