From 60d0d5c8ce01c0ff8fe46df2b10df5b33ca14255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sven=20Sch=C3=B6nherr?= Date: Thu, 2 Jul 1998 12:45:46 +0000 Subject: [PATCH] fixed: '\parskip', toc, intro --- Packages/Min_ellipse_2/web/Conic_2.aw | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Packages/Min_ellipse_2/web/Conic_2.aw b/Packages/Min_ellipse_2/web/Conic_2.aw index 6e3c4fc3cea..8fabc813367 100644 --- a/Packages/Min_ellipse_2/web/Conic_2.aw +++ b/Packages/Min_ellipse_2/web/Conic_2.aw @@ -17,6 +17,8 @@ @usepackage{epsf} @usepackage{cc_manual} @article + +\setlength{\parskip}{1ex} \setcounter{secnumdepth}{4} \setcounter{tocdepth}{4} @@ -45,15 +47,6 @@ \footnotetext[1]{This work was supported by the ESPRIT IV LTR Project No.~21957 (CGAL).} -@! ============================================================================ -@! Introduction and Contents -@! ============================================================================ - -@section{Introduction} - -We define a class template @prg{CGAL_Conic_2} to store, access and -manipulate @em{conics} in the plane, a.k.a. @em{second order curves}. - @t table_of_contents \renewcommand{\R}{I\!\!R} @@ -69,6 +62,12 @@ manipulate @em{conics} in the plane, a.k.a. @em{second order curves}. \newtheorem{Definition}{Definition}[section] \newtheorem{Lemma}[Definition]{Lemma} +@! ============================================================================ +@section{Introduction} +@! ============================================================================ + +We define a class template @prg{CGAL_Conic_2} to store, access and +manipulate @em{conics} in the plane, a.k.a. @em{second order curves}. @! --------------------------------------------------------------------------- @subsection{Conics}