Das Linotype Monospace Paket

Vor einiger Zeit habe ich bei Linotype fünf Monospaced-Schriften gekauft, um diese mit LaTeX zu nutzen. Dank der eingebauten Systemfont-Unterstützung von XeTeX/LuaTeX ist das auch kein Akt. Hier ein Beispiel für die Schnitte:

PDF

\documentclass{scrartcl}    
\usepackage[no-math]{fontspec}
\usepackage[left=1cm, right = 2cm,top=1cm, bottom=1cm]{geometry}
\newfontfamily\schmutz{Schmutz Pro}
\newfontfamily\american{Typo American Com}
\newfontfamily\univers{Univers Next Typewriter Pro}
\newfontfamily\souvenir{Souvenir Monospaced ITC Pro}
\newfontfamily\helv{Helvetica Monospaced W1G}
 
\usepackage{polyglossia}
\setmainlanguage{ngerman}
\usepackage{blindtext}
 
\begin{document}
 
{\helv \textbf{Schmutz Pro:}}
\schmutz
\blindtext
 
{\helv \textbf{Typo American Com:}}
\american
\blindtext
 
{\helv \textbf{Univers Next Typewriter Pro:}}
\univers
\blindtext
 
{\helv \textbf{Souvenir Monospaced ITC Pro:}}
\souvenir
\blindtext
 
{\helv \textbf{Helvetica Monospaced W1G:}}
\helv
\blindtext
\end{document}

Uwe

Uwe Ziegenhagen likes LaTeX and Python, sometimes even combined. Do you like my content and would like to thank me for it? Consider making a small donation to my local fablab, the Dingfabrik Köln. Details on how to donate can be found here Spenden für die Dingfabrik.

More Posts - Website