CVSROOT: /sources/groff
Module name: groff
Changes by: Eric S. Raymond <esr> 07/02/05 17:11:00
Modified files:
src/preproc/eqn: lex.cpp
Log message:
Replace ... with three medial dots as in the Guide to EQN.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/src/preproc/eqn/lex.cpp?cvsroot=groff&r1=1.5&r2=1.6
Patches:
Index: lex.cpp
===================================================================
RCS file: /sources/groff/groff/src/preproc/eqn/lex.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- lex.cpp 5 Feb 2007 15:24:56 -0000 1.5
+++ lex.cpp 5 Feb 2007 17:11:00 -0000 1.6
@@ -259,7 +259,7 @@
{ "vec", "accent { vec_def }" },
{ "dyad_def", "up 52 size -5 { \\(<> }" },
{ "dyad", "accent { dyad_def }" },
- { "...", "type \"inner\" vcenter { . . . }" },
+ { "...", "type \"inner\" vcenter { \(md \(md \(md }" },
};
/* equivalent definitions for MathML mode */
@@ -274,7 +274,7 @@
{ "utilde", "uaccent { \"~\" }" },
{ "vec", "accent { \\(-> }" },
{ "dyad", "accent { \\(<> }" },
- { "...", "type \"inner\" { . . . }" },
+ { "...", "type \"inner\" { \(md \(md \(md }" },
};
void init_table(const char *device)
_______________________________________________
Groff-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/groff-commit