summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro-otf-specimen.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-11-05 22:33:08 +0000
committerKarl Berry <karl@freefriends.org>2012-11-05 22:33:08 +0000
commitc7b15e7737961742038c76533dd702b822d87537 (patch)
tree0119d6c69cc420c34d80e5c5861c4b6465e967bf /Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro-otf-specimen.tex
parent8d39e06ebf6b272178c564daec3f1e8925c4ac78 (diff)
sourcesanspro (5nov12)
git-svn-id: svn://tug.org/texlive/trunk@28188 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro-otf-specimen.tex')
-rw-r--r--Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro-otf-specimen.tex32
1 files changed, 32 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro-otf-specimen.tex b/Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro-otf-specimen.tex
new file mode 100644
index 00000000000..2676a812d67
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/sourcesanspro/sourcesanspro-otf-specimen.tex
@@ -0,0 +1,32 @@
+\documentclass[11pt,a4paper,english]{article}
+\usepackage{sourcecodepro,babel,array}
+\usepackage[default,osf]{sourcesanspro-otf}
+\usepackage[margin=0mm,paperheight=55mm,paperwidth=140mm]{geometry}
+
+\newcommand*\spA{abcde}
+\newcommand*\spB{01469}
+\newcommand*\spr[1][\spA]{& #1 & #1 & #1 & #1 & #1 & #1 \\}
+\listfiles
+\begin{document}
+\centering
+\begin{tabular}{
+ >{\sourcesanspro}l
+ >{\sourcesansproextreme}c
+ >{\sourcesansprolight}c
+ >{\sourcesanspro}c
+ >{\sourcesansprolight\bfseries}c
+ >{\sourcesanspro\bfseries}c
+ >{\sourcesansproextreme\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