diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-05-01 13:18:29 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-05-01 13:18:29 +0000 |
commit | 1876a7922275034b55a38dd9fac1f5bfae071028 (patch) | |
tree | 719813431362e437d34516b6d974058e46193abe /contrib/groff/tmac/eqnrc | |
parent | 9c9e6eb0f0c4940671e9f168748a72e200683901 (diff) | |
download | src-1876a7922275034b55a38dd9fac1f5bfae071028.tar.gz src-1876a7922275034b55a38dd9fac1f5bfae071028.zip |
Merge Groff 1.19 changes.
Notes
Notes:
svn path=/head/; revision=114410
Diffstat (limited to 'contrib/groff/tmac/eqnrc')
-rw-r--r-- | contrib/groff/tmac/eqnrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/groff/tmac/eqnrc b/contrib/groff/tmac/eqnrc index 63bd03717f14..7c102961ad33 100644 --- a/contrib/groff/tmac/eqnrc +++ b/contrib/groff/tmac/eqnrc @@ -23,7 +23,7 @@ ifdef html ! define ps|X|html %1% ! ifdef ps|X|html ! sdefine inf %"\s[\En[.s]*13u/10u]\v'12M'\(if\v'-12M'\s0"% ! ifdef dvi ! -sdefine int %{type "operator" vcenter \(is}% +sdefine int %{type "operator" vcenter \[integral]}% sdefine sum %{type "operator" vcenter \[sum]}% sdefine prod %{type "operator" vcenter \[product]}% sdefine coprod %{type "operator" vcenter \[coproduct]}% |