summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/sourceserifpro/sourceserifpro-otf-specimen.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-05-14 21:25:42 +0000
committerKarl Berry <karl@freefriends.org>2015-05-14 21:25:42 +0000
commit0ea286e3463916fed5d16178d39905cde8456969 (patch)
tree372d1a66204bed8ca7a2a877e74bda71ca57696a /Master/texmf-dist/doc/latex/sourceserifpro/sourceserifpro-otf-specimen.tex
parentf2b5da76078905e2a2d31d88ce2034cc55585bed (diff)
sourceserifpro (14may15)
git-svn-id: svn://tug.org/texlive/trunk@37396 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/sourceserifpro/sourceserifpro-otf-specimen.tex')
-rw-r--r--Master/texmf-dist/doc/latex/sourceserifpro/sourceserifpro-otf-specimen.tex28
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/sourceserifpro/sourceserifpro-otf-specimen.tex b/Master/texmf-dist/doc/latex/sourceserifpro/sourceserifpro-otf-specimen.tex
new file mode 100644
index 00000000000..400ead2ee6c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/sourceserifpro/sourceserifpro-otf-specimen.tex
@@ -0,0 +1,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} \ No newline at end of file