From d75461bc06e1cba0f29990a2604a4a86cd1c0679 Mon Sep 17 00:00:00 2001 From: Ludovic Court`es Date: Wed, 15 Jun 2005 13:33:39 +0000 Subject: Various bugfixes; new `file-name-proc' custom for the HTML engine. * tools/skribebibtex/bigloo/skribebibtex.scm (skribebibtex): Don't enclose `ident' in double quotes. * doc/user/user.skb: Made "Introduction" a chapter rather than a section; likewise for its subsections. * skr/html.skr (itemize): Produce an anchor if `ident' is not false. (enumerate): Likewise. (html-file-default): New procedure. (file-name-proc): New custom. * src/bigloo/color.scm (*color-parser*): Fixed the "black" and "white" colors (were inverted). git-archimport-id: lcourtes@laas.fr--2004-libre/skribilo--devel--1.2--patch-1 --- tools/skribebibtex/bigloo/skribebibtex.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/skribebibtex/bigloo/skribebibtex.scm b/tools/skribebibtex/bigloo/skribebibtex.scm index b581537..25f3e16 100644 --- a/tools/skribebibtex/bigloo/skribebibtex.scm +++ b/tools/skribebibtex/bigloo/skribebibtex.scm @@ -33,7 +33,7 @@ ((?kind ?ident . ?fields) (display* "(" (string-downcase (symbol->string kind)) - " \"" ident "\"") + ident) (for-each (lambda (f) (display* "\n (" (car f) " ") (write (cdr f)) -- cgit v1.2.3