MMROFF(1) General Commands Manual MMROFF(1)NAME
mmroff - reference preprocessor
SYNOPSIS
mmroff [ -x ] groff_arguments
DESCRIPTION
mmroff is a simple preprocessor for groff, it is used for expanding references in mm, see groff_mm(7). groff is executed twice, first with
-z and -rRef=1 to collect all references and then to do the real processing when the reference file is up to date.
-x Just create the reference file. This can be used to refresh the reference file, it isn't always needed to have accurate references
and by using this option groff will only be run once.
AUTHOR
Jorgen Hagg, Lund, Sweden <jh@axis.se>.
FILES
/usr/share/groff/1.21/tmac/m.tmac
/usr/share/groff/1.21/tmac/mm/*.cov
/usr/share/groff/1.21/tmac/mm/*.MT
/usr/share/groff/1.21/tmac/mm/locale
SEE ALSO groff_mm(7), groff_mmse(7), groff(1), troff(1), tbl(1), pic(1), eqn(1)Groff Version 1.21 31 December 2010 MMROFF(1)
Check Out this Related Man Page
MMROFF(1) General Commands Manual MMROFF(1)NAME
mmroff - reference preprocessor
SYNOPSIS
mmroff [ -x ] groff_arguments
DESCRIPTION
mmroff is a simple preprocessor for groff, it is used for expanding references in mm, see groff_mm(7). groff is executed twice, first with
-z and -rRef=1 to collect all references and then to do the real processing when the reference file is up to date.
-x Just create the reference file. This can be used to refresh the reference file, it isn't always needed to have accurate references
and by using this option groff will only be run once.
AUTHOR
Jorgen Hagg, Lund, Sweden <jh@axis.se>.
FILES
/usr/share/groff/1.21/tmac/m.tmac
/usr/share/groff/1.21/tmac/mm/*.cov
/usr/share/groff/1.21/tmac/mm/*.MT
/usr/share/groff/1.21/tmac/mm/locale
SEE ALSO groff_mm(7), groff_mmse(7), groff(1), troff(1), tbl(1), pic(1), eqn(1)Groff Version 1.21 31 December 2010 MMROFF(1)
I have encountered a strange problem dealing with pipes
and forking. The program basicaly does this:
cat file | tbl | eqn | groff
Now, I have a parent process that forks children
that that exec the stuff that they should. The pipes defined
in the parent are the ones used.
The chain goes... (1 Reply)
I'm trying to convert different versions of helvetica neue from Opentype to ascii so that groff can use them in conjunction with VI (I believe everything is printed to postscript after). Ultimately i need to be able to use these specific helvetica fonts in VI, but in order to do this i must convert... (1 Reply)
I am using the following command to create the document:
refer -p final_ref.cit group6_final.roff | groff -ms -f T > group6_final.ps
As you may have surmised, this is indeed homework, however, the question is not related to the homework whatsoever. The paper is for a course in Library... (1 Reply)
Hi guys!
I'm not exactly a newbie Unix-like user (Slackware and Red Had in the 90's, distro hoping in the 2000's, ArchLinux for the best part of the 2010's, and currently OpenBSD). But I certainly have a newbie question about Groff. :)
I had decided to learn groff, and never did. And then... (0 Replies)