diff options
Diffstat (limited to 'tools/coqdoc/coqdoc.sty')
-rw-r--r-- | tools/coqdoc/coqdoc.sty | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/coqdoc/coqdoc.sty b/tools/coqdoc/coqdoc.sty index 68b9ab26..597152f5 100644 --- a/tools/coqdoc/coqdoc.sty +++ b/tools/coqdoc/coqdoc.sty @@ -9,13 +9,13 @@ \ProvidesPackage{coqdoc}[2002/02/11] % Headings - \usepackage{fancyhdr} \newcommand{\coqdocleftpageheader}{\thepage\ -- \today} \newcommand{\coqdocrightpageheader}{\today\ -- \thepage} \pagestyle{fancyplain} %BEGIN LATEX +\headsep 8mm \renewcommand{\plainheadrulewidth}{0.4pt} \renewcommand{\plainfootrulewidth}{0pt} \lhead[\coqdocleftpageheader]{\leftmark} @@ -50,7 +50,8 @@ %HEVEA\newcommand{\coqdocindent}[1]{\hspace{#1}\hspace{#1}} % macro for typesetting the title of a module implementation -\newcommand{\coqdocmodule}[1]{\section*{Module #1}\markboth{Module #1}{}} +\newcommand{\coqdocmodule}[1]{\section*{Module #1}\markboth{Module #1}{} +} %HEVEA\newcommand{\lnot}{\coqwkw{not}} %HEVEA\newcommand{\lor}{\coqwkw{or}} |