groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff] Re: snprintf


From: Gaius Mulley
Subject: [Groff] Re: snprintf
Date: Mon, 20 Aug 2001 13:59:51 +0100

> Anything new from grohtml?  Have you had time to work on it
> (especially the problem with incorrect line breaks while using
> typewriter fonts)?

Hi Werner,

here is a tiny patch to fix the problem identified above.

--- groff-cvs/src/devices/grohtml/post-html.cc  Mon Aug 20 10:55:40 2001
+++ groff-html/src/devices/grohtml/post-html.cc Mon Aug 20 12:54:10 2001
@@ -1905,7 +1905,6 @@
     current_paragraph->done_italic();
   } else if (strcmp(fontname, "CR") == 0) {
     current_paragraph->done_tt();
-    current_paragraph->done_pre();
   }
 }
 
I've been thinking about html tables and tbl, reading the preproc/tbl code
but as of yet written nothing. It would be nice to get tbl to emit tags
as per troff, and maybe the www macro set could utilise these tags as well.
Have you any particular view on how this should be done (particular in respect
of coloured cells?).

BTW, your changes to make groff use config.h make for much neater compile
sessions.

Gaius

reply via email to

[Prev in Thread] Current Thread [Next in Thread]