Skip to content
Snippets Groups Projects
gefahrgutformular-new-engines.clo 611 B
Newer Older
\ProvidesFile{gefahrgutformular-new-engines.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