summaryrefslogtreecommitdiff
path: root/fonts/sourcesanspro/doc/sourcesanspro-type1-specimen.tex
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/sourcesanspro/doc/sourcesanspro-type1-specimen.tex')
-rw-r--r--fonts/sourcesanspro/doc/sourcesanspro-type1-specimen.tex30
1 files changed, 30 insertions, 0 deletions
diff --git a/fonts/sourcesanspro/doc/sourcesanspro-type1-specimen.tex b/fonts/sourcesanspro/doc/sourcesanspro-type1-specimen.tex
new file mode 100644
index 0000000000..299ed73e95
--- /dev/null
+++ b/fonts/sourcesanspro/doc/sourcesanspro-type1-specimen.tex
@@ -0,0 +1,30 @@
+\documentclass[11pt]{standalone}
+\usepackage{array}
+\usepackage[default,type1]{sourcesanspro}
+\usepackage[T1]{fontenc}
+
+\newcommand*\spA{abcde}
+\newcommand*\spB{01469}
+\newcommand*\spr[1][\spA]{& #1 & #1 & #1 & #1 & #1 & #1 \\}
+\begin{document}
+\begin{tabular}{
+ l
+ >{\fontseries{el}\fontshape{n}\selectfont}c
+ >{\fontseries{l}\fontshape{n}\selectfont}c
+ >{\fontseries{m}\fontshape{n}\selectfont}c
+ >{\fontseries{sb}\fontshape{n}\selectfont}c
+ >{\fontseries{b}\fontshape{n}\selectfont}c
+ >{\fontseries{k}\fontshape{n}\selectfont}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