summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-15 13:02:33 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-15 13:02:33 +0100
commit6540ac1bea0d5b63eb47394c3a6b15536a6fcc66 (patch)
tree2e91bf78c2bdd5451357eedf307a873d3b1405af
parent2ae74869a8caf13c3c607f8450879f0390352dbe (diff)
downloadmmswe-6540ac1bea0d5b63eb47394c3a6b15536a6fcc66.tar.gz
mmswe-6540ac1bea0d5b63eb47394c3a6b15536a6fcc66.tar.bz2
mmswe-6540ac1bea0d5b63eb47394c3a6b15536a6fcc66.zip
hsw.sty: Use singlespacing for table of contents
-rw-r--r--hsw.sty7
1 files changed, 7 insertions, 0 deletions
diff --git a/hsw.sty b/hsw.sty
index 266a52b..fa1ea4d 100644
--- a/hsw.sty
+++ b/hsw.sty
@@ -11,6 +11,13 @@
basicstyle=\singlespacing
}
+\let\oldtableofcontents\tableofcontents
+\def\tableofcontents{
+\begin{singlespacing}
+ \oldtableofcontents
+\end{singlespacing}
+}
+
\def\DBKcover{
\ifthenelse{\equal{\DBKedition}{}}{\def\edhead{}}{\def\edhead{Ed. \DBKedition}}