From c0adc36c5b0ca00a8db16f38feb45e20fc00fb22 Mon Sep 17 00:00:00 2001 From: msozeau Date: Wed, 22 Oct 2008 16:31:10 +0000 Subject: Various coqdoc improvements: - New "color" option to the coqdoc latex style file to typeset using the xcolor package, still following the McBride convention. - Work on proper indentation and spacing of output code and allow users to customise indentation (setting a base indentation length) and line skips for empty lines of code. - Also add new environments to distinguish code and documentation, doing nothing right now. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11491 85f007b7-540e-0410-9357-904b9bb8a0f7 --- doc/stdlib/Library.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/stdlib/Library.tex') diff --git a/doc/stdlib/Library.tex b/doc/stdlib/Library.tex index 8735bc720f..8a5c7ab767 100755 --- a/doc/stdlib/Library.tex +++ b/doc/stdlib/Library.tex @@ -3,7 +3,7 @@ \usepackage[latin1]{inputenc} \usepackage[T1]{fontenc} \usepackage{fullpage} -\usepackage{../../coqdoc} +\usepackage[color]{../../coqdoc} \input{../common/version} \input{../common/title} -- cgit v1.2.3