summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/dtk/dtk.clo
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-04-24 22:29:30 +0000
committerKarl Berry <karl@freefriends.org>2011-04-24 22:29:30 +0000
commit44be666bc642b9aae3ffddbc08218de133a69e73 (patch)
tree5905e1b30a828f5dacc93beb356225ea2b2c6523 /Master/texmf-dist/tex/latex/dtk/dtk.clo
parent089785cb4ee0c092da5eacfc340112a789098db8 (diff)
dtk (24apr11)
git-svn-id: svn://tug.org/texlive/trunk@22190 c570f23f-e606-0410-a88d-b1316a301751
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,