Skip to content
Snippets Groups Projects
Forked from vaclab / ptb-latex
280 commits behind the upstream repository.
vl-versandauftrag-new-engines.clo 597 B
\ProvidesFile{vl-versandauftrag-2.clo}[Definitionen f. luaLaTeX/XeLaTeX]

\RequirePackage{fontspec}
\setsansfont[Ligatures=TeX]{TeX Gyre Pagella}
\setmonofont{AnonymousPro-Regular}[%
  Extension = .ttf,
  BoldFont = AnonymousPro-Bold,
  ItalicFont = AnonymousPro-Italic,
  BoldItalicFont = AnonymousPro-BoldItalic,
  Scale     = 1.034
]
%\setmonofont[Scale=1.05]{Latin Modern Mono}

\RequirePackage{newunicodechar}
\newunicodechar{^^^^202f}{\,}% 'NARROW NO-BREAK SPACE' (\u202F, 8239)
\newunicodechar{^^^^2009}{\,\hspace{0pt}}% 'THIN SPACE'
\newunicodechar{^^^^00ad}{\-}% 'SOFT HYPHEN'

\endinput