summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-type1-specimen.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-05-14 21:24:24 +0000
committerKarl Berry <karl@freefriends.org>2015-05-14 21:24:24 +0000
commitf2b5da76078905e2a2d31d88ce2034cc55585bed (patch)
treee3b147252a7fecaff186e76313dc22ddab5b0a3f /Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-type1-specimen.tex
parent56a40e03d24cdd8135e17ab470ca7fc52f98efe9 (diff)
sourcecodepro (14may15)
git-svn-id: svn://tug.org/texlive/trunk@37395 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-type1-specimen.tex')
-rw-r--r--Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-type1-specimen.tex15
1 files changed, 7 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-type1-specimen.tex b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-type1-specimen.tex
index 0a1e6c047d7..39e9171d3a9 100644
--- a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-type1-specimen.tex
+++ b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-type1-specimen.tex
@@ -1,33 +1,32 @@
-\documentclass[11pt,a4paper]{article}
+\documentclass[12pt]{standalone}
\usepackage{array}
\usepackage[default,type1]{sourcecodepro}
\usepackage[T1]{fontenc}
-\usepackage[margin=0mm,paperheight=25mm,paperwidth=170mm]{geometry}
\newcommand*\spA{abcde}
\newcommand*\spB{01469}
-\newcommand*\spr[1][\spA]{& #1 & #1 & #1 & #1 & #1 & #1 \\}
+\newcommand*\spr[1][\spA]{& #1 & #1 & #1 & #1 & #1 & #1 & #1 \\}
\begin{document}
-\centering
\begin{tabular}{
l
>{\fontseries{el}\fontshape{n}\selectfont}c
>{\fontseries{l}\fontshape{n}\selectfont}c
>{\fontseries{m}\fontshape{n}\selectfont}c
+ >{\fontseries{mb}\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 \\
+ & ExtraLight & Light & Regular & Medium & Semibold & Bold & Black \\
normal \spr
-% italic \spr[\itshape\spA]
+ italic \spr[\itshape\spA]
% small-caps \spr[\scshape\spA]
capitals \spr[\MakeUppercase\spA]
lining \spr[\spB]
-% lining italic \spr[\itshape\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 italic \spr[\oldstylenums{\itshape\spB}]
% old-style small-caps \spr[\oldstylenums{\scshape\spB}]
\end{tabular}
\end{document} \ No newline at end of file