summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/dtk/dtk.clo
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/dtk/dtk.clo')
-rw-r--r--Master/texmf-dist/tex/latex/dtk/dtk.clo11
1 files changed, 8 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/dtk/dtk.clo b/Master/texmf-dist/tex/latex/dtk/dtk.clo
index 86c88c0801e..18c6e20b729 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 15 2010-11-03 19:15:55Z herbert $
+%% $Id: dtk.clo 17 2011-04-23 10:42:34Z herbert $
\ProvidesFile{dtk.clo}[2010/10/17 v0.3 dtk class option (RN,hv)]
@@ -89,14 +89,19 @@
\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}
\lstdefinestyle{DTKlstBase}{%
- basicstyle=\footnotesize\ttfamily,
+ basicstyle=\DTKlstfont,
+ basewidth=0.55em,
+ keepspaces,
identifierstyle=\color{DTKlstIdentifiers},
keywordstyle=\color{DTKlstKeys},
stringstyle=\itshape\color{DTKlstStrings},
commentstyle=\itshape\color{DTKlstComments},
- columns=fixed,
+ columns=fullflexible,
tabsize=2,
frame=single,
extendedchars=true,