bug-groff
[Top][All Lists]
Advanced

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

Re: groff feature requests


From: Werner LEMBERG
Subject: Re: groff feature requests
Date: Tue, 15 Apr 2003 08:29:09 +0200 (CEST)

> I wish there was a command line option which turns off backspaces in
> latin1/ascii output and just outputs plain text, so the output can
> be read in an editor.

`groff -Tlatin1 -P-bcu' does the trick.

> Another command line option I would like is to separate pages with
> form feed instead of blank lines.  In particular with groff
> -Tascii/latin1 of several files at once, to separate each file with
> a form feed.

Put the following into man.local to separate man pages with ^L if
grotty is used:

  .rn an-header an-header-orig
  .de an-header
  .  if n \
  .    if \\n[cR] \
  .      if !\\n[an-first] \{\
  .        in 0
  .        nop \N'12'
  .        in
  .        ns
  .      \}
  .  an-header-orig
  ..

Note that you need the current CVS of groff for that; previous
versions of groff can't emit a form feed character.


    Werner




reply via email to

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