diff options
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.tex | 25 |
1 files changed, 12 insertions, 13 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 ed1c9d619ad..acd149f74ec 100644 --- a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-otf-specimen.tex +++ b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-otf-specimen.tex @@ -1,8 +1,7 @@ -\documentclass[11pt,a4paper,english]{article} -\usepackage[margin=0mm,paperheight=25mm,paperwidth=145mm]{geometry} -\usepackage{babel,array} -\usepackage[default]{sourcecodepro-otf} - +\documentclass[11pt,a4paper]{article} +\usepackage{array} +\usepackage[default,otf]{sourcecodepro} +\usepackage[margin=0mm,paperheight=25mm,paperwidth=170mm]{geometry} \newcommand*\spA{abcde} \newcommand*\spB{01469} @@ -11,13 +10,13 @@ \begin{document} \centering \begin{tabular}{ - l - >{\sourcecodeproextreme}c - >{\sourcecodeprolight}c - >{\sourcecodepro}c - >{\sourcecodeprolight\bfseries}c - >{\sourcecodepro\bfseries}c - >{\sourcecodeproextreme\bfseries}c} + >{\sourcecodepro}l + >{\sourcecodeproextreme}c + >{\sourcecodeprolight}c + >{\sourcecodepro}c + >{\sourcecodeprolight\bfseries}c + >{\sourcecodepro\bfseries}c + >{\sourcecodeproextreme\bfseries}c } & ExtraLight & Light & Regular & Semibold & Bold & Black \\ normal \spr % italic \spr[\itshape\spA] @@ -27,7 +26,7 @@ % 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 |