summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/sourceserifpro/sourceserifpro-otf-specimen.tex
blob: 400ead2ee6c078fcc10cd7ec6d444b00408514d1 (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
\documentclass[12pt]{standalone}
\usepackage{array}
\usepackage[opentype]{sourceserifpro}
\newcommand*\spA{abcde}
\newcommand*\spB{01469}
\newcommand*\spr[1][\spA]{& #1 & #1 & #1 & #1 & #1 & #1\\}
\begin{document}
\begin{tabular}{
		>{\sourceserifpro}l
		>{\sourceserifproextreme}c
		>{\sourceserifprolight}c
		>{\sourceserifpro}c
		>{\sourceserifprolight\bfseries}c
		>{\sourceserifpro\bfseries}c
		>{\sourceserifproextreme\bfseries}c }
	& ExtraLight & Light & Regular & Semibold & Bold & Black \\
	normal               \spr
%	italic               \spr[\itshape\spA]
%	small-caps           \spr[\scshape\spA]
	capitals             \spr[\MakeUppercase\spA]
	lining               \spr[\spB]
%	lining italic        \spr[\itshape\spB]
%	lining small-caps    \spr[\scshape\spB]
	old-style            \spr[\oldstylenums{\spB}]
%	old-style italic     \spr[\oldstylenums{\itshape \spB}]
%	old-style small-caps \spr[\oldstylenums{\scshape\spB}]
\end{tabular}
\end{document}