From 28dc7a05cc1d3e03ed1435b3db4340db954a59e2 Mon Sep 17 00:00:00 2001 From: notin Date: Tue, 17 Oct 2006 12:53:34 +0000 Subject: Mise en forme des theories git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9245 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tools/coqdoc/coqdoc.sty | 2 +- tools/coqdoc/output.ml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/coqdoc/coqdoc.sty b/tools/coqdoc/coqdoc.sty index 597152f5c3..2c07b9fc88 100644 --- a/tools/coqdoc/coqdoc.sty +++ b/tools/coqdoc/coqdoc.sty @@ -50,7 +50,7 @@ %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]{\chapter{Module #1}\markboth{Module #1}{} } %HEVEA\newcommand{\lnot}{\coqwkw{not}} diff --git a/tools/coqdoc/output.ml b/tools/coqdoc/output.ml index 79bcc9715f..8ac25ad269 100644 --- a/tools/coqdoc/output.ml +++ b/tools/coqdoc/output.ml @@ -118,7 +118,7 @@ module Latex = struct let header () = if !header_trailer then begin - printf "\\documentclass[12pt]{article}\n"; + printf "\\documentclass[12pt]{report}\n"; if !inputenc != "" then printf "\\usepackage[%s]{inputenc}\n" !inputenc; printf "\\usepackage[T1]{fontenc}\n"; printf "\\usepackage{fullpage}\n"; -- cgit v1.2.3