From 42c4ef025cf4bd0d4086c62020eb09af6e1754f7 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 25 Nov 2003 06:33:23 +0000 Subject: Fixer a nbug in >>RenameS: ---------------------------------------------------------------------- --- src/tools/GFDoc.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools') diff --git a/src/tools/GFDoc.hs b/src/tools/GFDoc.hs index 7b90c2504..0f5143f57 100644 --- a/src/tools/GFDoc.hs +++ b/src/tools/GFDoc.hs @@ -194,7 +194,7 @@ doc2latex (Doc title paras) = unlines $ para2latex :: Paragraph -> String para2latex p = case p of Text its -> concat (map item2latex its) - Item its -> "$\\bullet$" ++ concat (map item2latex its) + Item its -> "\n\n$\\bullet$" ++ concat (map item2latex its) ++ "\n\n" Code s -> unlines $ envLatex "verbatim" $ map (indent 2) $ remEmptyLines $ lines $ s New -> "\n" -- cgit v1.2.3