diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/dtk/dtk.clo')
-rw-r--r-- | Master/texmf-dist/tex/latex/dtk/dtk.clo | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/dtk/dtk.clo b/Master/texmf-dist/tex/latex/dtk/dtk.clo index 94d418d935b..dbcfd91a2ef 100644 --- a/Master/texmf-dist/tex/latex/dtk/dtk.clo +++ b/Master/texmf-dist/tex/latex/dtk/dtk.clo @@ -1,4 +1,4 @@ -%% $Id: dtk.clo 19 2011-04-24 06:05:56Z herbert $ +%% $Id: dtk.clo 24 2011-07-24 13:05:39Z herbert $ \ProvidesFile{dtk.clo}[2011/04/23 v0.4 dtk class option (RN,hv)] @@ -89,10 +89,13 @@ \settowidth\@ovxx{#2}\settoheight\@ovyy{#2}% \makebox[\@ovxx][c]{\colorbox{#1}{\raisebox{0pt}[\@ovyy][0pt]{#2}}}% } -\newcommand\Small{\fontsize{8.5}{8.7}\selectfont} -\newcommand*\DTKlstfont{% - \Small\ttfamily\SetTracking{encoding=*}{-60}\lsstyle} +\newcommand\Small{\fontsize{9}{9.2}\selectfont} +\ifluatex +\newcommand*\DTKlstfont{\Small\ttfamily}%\lsstyle} +\else +\newcommand*\DTKlstfont{\Small\ttfamily\SetTracking{encoding=*}{-60}\lsstyle} +\fi \lstdefinestyle{DTKlstBase}{% basicstyle=\DTKlstfont, basewidth=0.55em, |