From 33d36a45ebba56b12aabd31c6ca1b49784485d43 Mon Sep 17 00:00:00 2001 From: Matthias Zenger Date: Mon, 12 Jan 2004 15:30:26 +0000 Subject: Replace class Executable with Application. --- support/latex/scaladoc.sty | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'support/latex') 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} -- cgit v1.2.3