groff
[Top][All Lists]
Advanced

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

[Groff] mmroff patch


From: Larry Kollar
Subject: [Groff] mmroff patch
Date: Mon, 9 Sep 2002 20:39:47 -0400

> I figured out what the problem was -- in the mmroff(1) script, the groff 
> commands
> omit the  -mm  option. A minor edit, and I got the output I expected.

Here's the patch.

--- mmroff.orig Mon Sep  9 20:37:52 2002
+++ mmroff      Mon Sep  9 20:38:11 2002
@@ -14,8 +14,8 @@
        @ARGV = grep(!/^-x$/, @ARGV);
 }

-my $check_macro = "groff -rRef=1 -z @ARGV";
-my $run_macro = "groff  @ARGV";
+my $check_macro = "groff -mm -rRef=1 -z @ARGV";
+my $run_macro = "groff -mm  @ARGV";

 my (%cur, $rfilename, $max_height, $imacro, $max_width, @out, @indi);
 open(MACRO, "$check_macro 2>&1 |") || die "run $check_macro:$!";


(end of patch)

        Larry

reply via email to

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