summaryrefslogtreecommitdiff
path: root/support/latex
diff options
context:
space:
mode:
authorMatthias Zenger <mzenger@gmail.com>2004-01-12 15:30:26 +0000
committerMatthias Zenger <mzenger@gmail.com>2004-01-12 15:30:26 +0000
commit33d36a45ebba56b12aabd31c6ca1b49784485d43 (patch)
treebe24920dd0fcf22a121df0cc5ac0de18c9fc609b /support/latex
parent5e6ded3a4a37d50d492aa5ab29690ec77346b336 (diff)
downloadscala-33d36a45ebba56b12aabd31c6ca1b49784485d43.tar.gz
scala-33d36a45ebba56b12aabd31c6ca1b49784485d43.tar.bz2
scala-33d36a45ebba56b12aabd31c6ca1b49784485d43.zip
Replace class Executable with Application.
Diffstat (limited to 'support/latex')
-rw-r--r--support/latex/scaladoc.sty6
1 files changed, 4 insertions, 2 deletions
diff --git a/support/latex/scaladoc.sty b/support/latex/scaladoc.sty
index 0112ef2094..c5c29eecbc 100644
--- a/support/latex/scaladoc.sty
+++ b/support/latex/scaladoc.sty
@@ -94,8 +94,10 @@
\fancypagestyle{plain}{\fancyhf{}%
\renewcommand{\headrulewidth}{0pt}%
\renewcommand{\footrulewidth}{0pt}}
-\@ifundefined{chaptermark}{}{%
- \renewcommand{\chaptermark}[1]{\markboth{#1}{}}}
+%\newcommand{\setupChaptermark}{%
+ \renewcommand{\chaptermark}[1]{\markboth{#1}{}}%
+%}
+%\@ifundefined{chaptermark}{}{\setupChaptermark}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ \ #1}}
\fancyhf{}
\fancyhead[LE,RO]{\sffamily\footnotesize\thepage}