CVSROOT: /cvsroot/groff
Module name: groff
Changes by: Werner LEMBERG <wl> 11/01/22 15:45:02
Modified files:
. : ChangeLog
doc : groff.texinfo
Log message:
[groff.texinfo]: Updates.
* doc/groff.texinfo: Document groff's `-j' option.
Add dummy section for `chem' preprocessor.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1282&r2=1.1283
http://cvs.savannah.gnu.org/viewcvs/groff/doc/groff.texinfo?cvsroot=groff&r1=1.300&r2=1.301
Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1282
retrieving revision 1.1283
diff -u -b -r1.1282 -r1.1283
--- ChangeLog 22 Jan 2011 15:18:53 -0000 1.1282
+++ ChangeLog 22 Jan 2011 15:45:02 -0000 1.1283
@@ -1,5 +1,12 @@
2011-01-22 Werner LEMBERG <[email protected]>
+ [groff.texinfo]: Updates.
+
+ * doc/groff.texinfo: Document groff's `-j' option.
+ Add dummy section for `chem' preprocessor.
+
+2011-01-22 Werner LEMBERG <[email protected]>
+
Update `grog'.
* src/roff/grog/{groff.sh,groff.pl}: `groff' now calls `pic'
Index: doc/groff.texinfo
===================================================================
RCS file: /cvsroot/groff/groff/doc/groff.texinfo,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -b -r1.300 -r1.301
--- doc/groff.texinfo 22 Jan 2011 12:28:04 -0000 1.300
+++ doc/groff.texinfo 22 Jan 2011 15:45:02 -0000 1.301
@@ -934,29 +934,31 @@
@pindex ggrn
@pindex grap
@pindex gtbl
+@pindex gchem
@pindex grefer
@pindex gsoelim
@pindex preconv
-@code{groff} normally runs the @code{gtroff} program and a postprocessor
-appropriate for the selected device. The default device is @samp{ps}
-(but it can be changed when @code{groff} is configured and built). It
-can optionally preprocess with any of @code{gpic}, @code{geqn},
-@code{gtbl}, @code{ggrn}, @code{grap}, @code{grefer}, @code{gsoelim}, or
-@code{preconv}.
+@code{groff} normally runs the @code{gtroff} program and a
+postprocessor appropriate for the selected device. The default device
+is @samp{ps} (but it can be changed when @code{groff} is configured and
+built). It can optionally preprocess with any of @code{gpic},
+@code{geqn}, @code{gtbl}, @code{ggrn}, @code{grap}, @code{gchem},
+@code{grefer}, @code{gsoelim}, or @code{preconv}.
-This section only documents options to the @code{groff} front end. Many
-of the arguments to @code{groff} are passed on to @code{gtroff},
+This section only documents options to the @code{groff} front end.
+Many of the arguments to @code{groff} are passed on to @code{gtroff},
therefore those are also included. Arguments to pre- or postprocessors
can be found in @ref{Invoking gpic}, @ref{Invoking geqn}, @ref{Invoking
gtbl}, @ref{Invoking ggrn}, @ref{Invoking grefer}, @ref{Invoking
-gsoelim}, @ref{Invoking preconv}, @ref{Invoking grotty}, @ref{Invoking
-grops}, @ref{Invoking grohtml}, @ref{Invoking grodvi}, @ref{Invoking
-grolj4}, @ref{Invoking grolbp}, and @ref{Invoking gxditview}.
+gchem}, @ref{Invoking gsoelim}, @ref{Invoking preconv}, @ref{Invoking
+grotty}, @ref{Invoking grops}, @ref{Invoking grohtml}, @ref{Invoking
+grodvi}, @ref{Invoking grolj4}, @ref{Invoking grolbp}, and
+@ref{Invoking gxditview}.
The command line format for @code{groff} is:
@Example
-groff [ -abceghiklpstvzCEGNRSUVXZ ] [ -d@var{cs} ] [ -D@var{arg} ]
+groff [ -abceghijklpstvzCEGNRSUVXZ ] [ -d@var{cs} ] [ -D@var{arg} ]
[ -f@var{fam} ] [ -F@var{dir} ] [ -I@var{dir} ] [ -K@var{arg} ]
[ -L@var{arg} ] [ -m@var{name} ] [ -M@var{dir} ] [ -n@var{num} ]
[ -o@var{list} ] [ -P@var{arg} ] [ -r@var{cn} ] [ -T@var{def} ]
@@ -1048,7 +1050,7 @@
Preprocess with @code{ggrn}.
@item -G
-Preprocess with @code{grap}.
+Preprocess with @code{grap}. Implies @option{-p}.
@item -h
Print a help message.
@@ -1080,6 +1082,9 @@
specified. No directory search is performed for files specified using
an absolute path.
+@item -j
+Preprocess with @code{gchem}. Implies @option{-p}.
+
@item -k
Preprocess with @code{preconv}. This is run before any other
preprocessor. Please refer to @code{preconv}'s manual page for its
@@ -1329,10 +1334,10 @@
@cindex prefix, for commands
If this is set to@tie{}@var{X}, then @code{groff} runs
@code{@var{X}troff} instead of @code{gtroff}. This also applies to
-@code{tbl}, @code{pic}, @code{eqn}, @code{grn}, @code{refer}, and
-@code{soelim}. It does not apply to @code{grops}, @code{grodvi},
-@code{grotty}, @code{pre-grohtml}, @code{post-grohtml}, @code{preconv},
-@code{grolj4}, and @code{gxditview}.
+@code{tbl}, @code{pic}, @code{eqn}, @code{grn}, @code{chem},
+@code{refer}, and @code{soelim}. It does not apply to @code{grops},
+@code{grodvi}, @code{grotty}, @code{pre-grohtml}, @code{post-grohtml},
+@code{preconv}, @code{grolj4}, and @code{gxditview}.
The default command prefix is determined during the installation
process. If a non-GNU troff system is found, prefix @samp{g} is used,
@@ -14663,6 +14668,7 @@
* gpic::
* ggrn::
* grap::
+* gchem::
* grefer::
* gsoelim::
* preconv::
@@ -14763,7 +14769,7 @@
@c =====================================================================
-@node grap, grefer, ggrn, Preprocessors
+@node grap, gchem, ggrn, Preprocessors
@section @code{grap}
@cindex @code{grap}, the program
@@ -14777,7 +14783,30 @@
@c =====================================================================
-@node grefer, gsoelim, grap, Preprocessors
+@node gchem, grefer, grap, Preprocessors
+@section @code{gchem}
+@cindex @code{chem}, the program
+@cindex @code{gchem}, the program
+
+@c XXX
+
+@menu
+* Invoking gchem::
+@end menu
+
+@c ---------------------------------------------------------------------
+
+@node Invoking gchem, , gchem, gchem
+@subsection Invoking @code{gchem}
+@cindex invoking @code{gchem}
+@cindex @code{gchem}, invoking
+
+@c XXX
+
+
+@c =====================================================================
+
+@node grefer, gsoelim, gchem, Preprocessors
@section @code{grefer}
@cindex @code{refer}, the program
@cindex @code{grefer}, the program
_______________________________________________
Groff-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/groff-commit