summaryrefslogtreecommitdiff
path: root/fonts/oldstandard/doc/oldstandard-samples.tex
blob: 73caac482a19e8a622f7fe69f5ff9e5dfe20e21d (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
40
41
42
43
44
45
46
47
48
49
50
51
52
\documentclass{article}
\usepackage[LGR,T2A,LY1]{fontenc}
\usepackage[scale=1.0]{OldStandard}
\usepackage{lipsum}
\begin{document}
\thispagestyle{empty}

\begin{center}\huge\bf Old Standard
\end{center}


\section*{Regular}
\lipsum[1]

\section*{Small Caps}
\textsc{\lipsum[1]}

\section*{Italic}
\textit{\lipsum[2]}

\section*{Bold}

\textbf{\lipsum[3]}

\section*{Bold Italic}


\textbf{\textit{\lipsum[4]}}

\section*{Numbers}

0123456789

\noindent
X\textsu{0123456789}

\section*{LGR}


{\oldstandardlgr\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\\
}

\section*{Cyrillic}

{\ifxetex\else\ifluatex\else\fontencoding{T2A}\selectfont\fi\fi

Съешь ещё этих мягких французских булок да
выпей чаю!}

\end{document}