summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-otf-specimen.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-otf-specimen.tex')
-rw-r--r--Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-otf-specimen.tex15
1 files changed, 7 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-otf-specimen.tex b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-otf-specimen.tex
index 9850febc1ff..b8455382f90 100644
--- a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-otf-specimen.tex
+++ b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-otf-specimen.tex
@@ -1,32 +1,31 @@
-\documentclass[11pt,a4paper]{article}
+\documentclass[12pt]{standalone}
\usepackage{array}
\usepackage[default,opentype]{sourcecodepro}
-\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}{
>{\sourcecodepro}l
>{\sourcecodeproextreme}c
>{\sourcecodeprolight}c
>{\sourcecodepro}c
+ >{\sourcecodepromedium}c
>{\sourcecodeprolight\bfseries}c
>{\sourcecodepro\bfseries}c
>{\sourcecodeproextreme\bfseries}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