groff
[Top][All Lists]
Advanced

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

[Groff] Re: grohtml


From: Gaius Mulley
Subject: [Groff] Re: grohtml
Date: Mon, 27 Sep 99 12:07 BST

Hi Werner,

many thanks for the informative email. I'll try to incorporate all
your suggestions which are very wise. Here is a small fix
for the font change problem you described:

Where the correct source file is grohtml/html.cc (on the left).

cheers Gaius

diff -c grohtml/html.cc ../groff.mine/grohtml/html.cc 
*** grohtml/html.cc     Mon Sep 27 10:41:19 1999
--- ../groff.mine/grohtml/html.cc       Sat Sep 25 20:34:48 1999
***************
*** 2436,2443 ****
        }
        output_hpos = g->maxh+(output_hpos-g->minh);   /* --fixme-- */
        output_vpos = g->minv;
      }
-     change_font(g, TRUE);
    }
  }
  
--- 2436,2443 ----
        }
        output_hpos = g->maxh+(output_hpos-g->minh);   /* --fixme-- */
        output_vpos = g->minv;
+       change_font(g, TRUE);
      }
    }
  }
  


reply via email to

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