diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/dtk/dtk-new-engines.clo')
-rw-r--r-- | Master/texmf-dist/tex/latex/dtk/dtk-new-engines.clo | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/Master/texmf-dist/tex/latex/dtk/dtk-new-engines.clo b/Master/texmf-dist/tex/latex/dtk/dtk-new-engines.clo index fc0dd472c7f..9a10f99ab1c 100644 --- a/Master/texmf-dist/tex/latex/dtk/dtk-new-engines.clo +++ b/Master/texmf-dist/tex/latex/dtk/dtk-new-engines.clo @@ -2,7 +2,7 @@ %% %% LaTeX Class for ``Die TeXnische Komoedie''. %% -%% Copyright (C) 2015- +%% Copyright (C) 2015- %% Rolf Niepraschk, Herbert Voss %% %% It may be distributed and/or modified under the @@ -14,13 +14,28 @@ %% version 2005/12/01 or later. \ProvidesFile{dtk-new-engines.clo}% - [2015/10/30 v0.1f dtk class options for LuaTeX and XeTeX (RN)] + [2016/05/17 v0.1f dtk class options for LuaTeX and XeTeX (RN)] \typeout{NEW-ENGINE} \RequirePackage{fontspec} \RequirePackage{unicode-math} +\ifluatex + \RequirePackage[ngerman,noftligs]{selnolig} + \InputIfFileExists{dtk.nolig}{% + \typeout{*************************************^^J% + * File `dtk.nolig' used.^^J% + *************************************}% + }{} +\fi + +\RequirePackage{newunicodechar} +\newunicodechar{^^^^202f}{\,}% 'NARROW NO-BREAK SPACE' +\newunicodechar{^^^^2009}{\,\hspace{0pt}}% 'THIN SPACE' +\newunicodechar{^^^^00ad}{\-}% 'SOFT HYPHEN' +\newunicodechar{^^^^20ac}{\DTK@euro}% 'EURO SIGN' + \InputIfFileExists{dtk-fonts.cfg}{% \typeout{*************************************^^J% * File `dtk-fonts.cfg' used.^^J% @@ -37,18 +52,4 @@ %\def\DTKttFontName{DejaVu Mono}% } -\ifluatex - \RequirePackage[ngerman,noftligs]{selnolig} - \InputIfFileExists{dtk.nolig}{% - \typeout{*************************************^^J% - * File `dtk.nolig' used.^^J% - *************************************}% - }{} -\fi - -\RequirePackage{newunicodechar} -\newunicodechar{^^^^202f}{\,}% 'NARROW NO-BREAK SPACE' -\newunicodechar{^^^^2009}{\,\hspace{0pt}}% 'THIN SPACE' -\newunicodechar{^^^^00ad}{\-}% 'SOFT HYPHEN' - \endinput |