Lines Matching refs:GROFF
4 # Function: Format PDF Output from groff Markup
9 # This file is part of groff.
11 # groff is free software; you can redistribute it and/or modify it under
16 # groff is distributed in the hope that it will be useful, but WITHOUT ANY
22 # with groff; see the file COPYING. If not, write to the Free Software
74 # Another fundamental requirement is the 'groff' program itself;
75 # we MUST use a 'groff' program located in 'GROFF_BIN_DIR', if this
82 GROFF=`searchpath groff "$GROFF_BIN_DIR"`
87 GROFF=`searchpath groff "$GROFF_BIN_PATH"`
91 GROFF=`searchpath groff "$PATH"`
99 test "$GROFF" = ":" && echo >&2 "$NOPROG 'groff' in $GPATH" && NO="$NO 'groff'"
139 # Initialise 'groff' format control settings,
152 # to be passed on to 'groff', enforcing the '-Tps' option.
155 SHOW_VERSION="" GROFF_STYLE="$GROFF -Tps"
224 Use the file 'name' as a 'groff' style sheet, to control
230 Suppress the multiple pass 'groff' processing, which is
240 SHOW_VERSION="GNU pdfroff (groff) version @VERSION@"
288 # A solitary hyphen, as an argument, means "stream STDIN through groff",
290 # so set up a mechanism to achieve this, for ALL 'groff' passes.
326 # All other standard options are simply passed through to 'groff',
333 # and are passed on to 'groff', unaltered.
342 # then we simply emulate the behaviour of 'groff', with this option,
363 # so we can replay it into each 'groff' processing pass.
459 # Run 'groff' and 'awk', to identify reference marks in the document source,
460 # filtering them into the reference dictionary; discard incomplete 'groff' output
533 # then we run an extra 'groff' pass, to format a TOC intermediate file.
542 # In all cases, a final 'groff' pass is required, to format the document body.