Hi Janez,
> Can groff or eqn print out floor() |_ _| and ceil() |- -| characters?
Yes. See the first paper listed in the eqn section, in particular its
section 16, "Big Brackets, Etc.".
http://troff.org/papers.html
left floor x over y right floor <=
left ceiling a over b righ
On 05-Apr-07 06:51:39, [EMAIL PROTECTED] wrote:
> Hi!
>
> Can groff or eqn print out floor() |_ _| and ceil() |- -| characters?
eqn recognises keywords "floor" and "ceiling2, and adjusts their
heights to match enclosed expressions using "left" and "right",
as in:
.EQ L
left floor {x over y} rig
Hi!
Can groff or eqn print out floor() |_ _| and ceil() |- -| characters?