Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mmroff(1) [redhat 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.18.1/tmac/tmac.m /usr/share/groff/1.18.1/tmac/mm/*.cov /usr/share/groff/1.18.1/tmac/mm/*.MT /usr/share/groff/1.18.1/tmac/mm/locale SEE ALSO
groff_mm(7), groff_mmse(7), groff(1), troff(1), tbl(1), pic(1), eqn(1) Groff Version 1.18.1 09 December 2001 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)
Man Page

4 More Discussions You Might Find Interesting

1. Programming

Wierd pipe problem

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)
Discussion started by: denoir
1 Replies

2. UNIX for Advanced & Expert Users

converting Opentype to ASCII (for groff)

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)
Discussion started by: abby
1 Replies

3. Programming

File compiles but produces Memory fault when executed

I run the following K$ cc -v dtfn.c -o dtfn Reading specs from /usr/lib/gcc/x86_64-redhat-linux/3.4.6/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking... (3 Replies)
Discussion started by: sewood
3 Replies

4. UNIX for Dummies Questions & Answers

Groff: How do you create bibliographies in APA?

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)
Discussion started by: Bubnoff
1 Replies