CVSROOT: /cvsroot/groff
Module name: groff
Changes by: Werner LEMBERG <wl> 09/10/28 07:54:09
Modified files:
. : ChangeLog
src/preproc/eqn: eqn.man
src/preproc/tbl: tbl.man
Log message:
Document limitations with `#' characters, tbl, and eqn.
Problem reported by Michael Kain <[email protected]>.
* src/preproc/eqn/eqn.man, src/preproc/tbl/tbl.man: Do it.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1213&r2=1.1214
http://cvs.savannah.gnu.org/viewcvs/groff/src/preproc/eqn/eqn.man?cvsroot=groff&r1=1.17&r2=1.18
http://cvs.savannah.gnu.org/viewcvs/groff/src/preproc/tbl/tbl.man?cvsroot=groff&r1=1.27&r2=1.28
Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1213
retrieving revision 1.1214
diff -u -b -r1.1213 -r1.1214
--- ChangeLog 26 Oct 2009 08:26:17 -0000 1.1213
+++ ChangeLog 28 Oct 2009 07:54:09 -0000 1.1214
@@ -1,3 +1,10 @@
+2009-10-28 Werner LEMBERG <[email protected]>
+
+ Document limitations with `#' characters, tbl, and eqn.
+ Problem reported by Michael Kain <[email protected]>.
+
+ * src/preproc/eqn/eqn.man, src/preproc/tbl/tbl.man: Do it.
+
2009-10-26 Werner LEMBERG <[email protected]>
* tmac/doc-common (Dx): Define register.
Index: src/preproc/eqn/eqn.man
===================================================================
RCS file: /cvsroot/groff/groff/src/preproc/eqn/eqn.man,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- src/preproc/eqn/eqn.man 5 Jan 2009 20:11:05 -0000 1.17
+++ src/preproc/eqn/eqn.man 28 Oct 2009 07:54:09 -0000 1.18
@@ -113,7 +113,6 @@
.
.
.SH OPTIONS
-.
.TP
.BI \-d xy
Specify delimiters
@@ -1168,11 +1167,23 @@
causes a character to be set in roman type.
.
.
+.SH "INTERACTION WITH @g...@eqn"
+It is not possible to use the hash character (#) as a delimiter for in-line
+equations in
+.B eqn
+since
+.BR @g...@tbl (@MAN1EXT@)
+uses a macro called
+.BR .T# ,
+causing a clash.
+.
+.
.SH FILES
.Tp \w'\...@macrodir@/eqnrc'u+2n
.B @MACRODIR@/eqnrc
Initialization file.
.
+.
.SH MATHML MODE LIMITATIONS
MathML is designed on the assumption that it cannot know the exact
physical characteristics of the media and devices on which it will
Index: src/preproc/tbl/tbl.man
===================================================================
RCS file: /cvsroot/groff/groff/src/preproc/tbl/tbl.man,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- src/preproc/tbl/tbl.man 5 Jan 2009 20:11:11 -0000 1.27
+++ src/preproc/tbl/tbl.man 28 Oct 2009 07:54:09 -0000 1.28
@@ -679,6 +679,16 @@
.RB ( groff (@MAN1EXT@)
automatically takes care of the correct order of preprocessors).
.
+.LP
+It is not possible to use the hash character (#) as a delimiter for in-line
+equations in
+.BR @g...@eqn (@MAN1EXT@)
+since
+.B @g...@tbl
+uses a macro called
+.BR .T# ,
+causing a clash.
+.
.
.SH "GNU TBL ENHANCEMENTS"
There is no limit on the number of columns in a table, nor any limit on the
_______________________________________________
Groff-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/groff-commit