From d03926e0b2688ebfba67f8b7ba275da5ecc0c861 Mon Sep 17 00:00:00 2001 From: Simon Marlow <marlowsd@gmail.com> Date: Tue, 6 Jul 2010 10:26:05 +0000 Subject: [PATCH] make the title page look nicer in HTML --- report/haskell.verb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/report/haskell.verb b/report/haskell.verb index 88055d8..0040274 100644 --- a/report/haskell.verb +++ b/report/haskell.verb @@ -381,6 +381,14 @@ \setcounter{page}{0} +% tex4ht wants to use display:table with fbox, which seems to interact +% badly with centering. Hence dropping the box around the title in HTML: +\ifhtml{% +\begin{center} +{\LARGE\bf Haskell 2010} \\[.1in] +{\LARGE\bf Language Report} \\[.3in] +\end{center} +}{% \outline{ \vspace{.3in} \begin{center} @@ -389,6 +397,8 @@ \end{center} \vspace{.3in} } +} + \vspace{.15in} \begin{center} \large Simon Marlow\\ -- GitLab