Does anybody know how to do this ?
Thanks, Jan
____________________________________________________________________
Jan C. Becker Department of Mechanical and Aerospace Engineering
805 Furnas Hall
State University of New York at Buffalo
Buffalo, NY 14260
USA
Phone: ++ (716) 645-2593 Ext.2251
Fax: ++ (716) 645-3875
email: jbe...@acsu.buffalo.edu
It does work, but you have to load the amsmath package first, from
the amslatex bundle:
\usepackage{amsmath}
There is even a \ddddot.
--
Alain Kessi (alain...@psi.ch)
at Paul Scherrer Institut, Zuerich, Switzerland
Try
\usepackage{amsmath}
...
... $\dddot{x}$ ...
There's also a \ddddot command in amsmath.
Cheers,
--
Tom Scavo
mailto:trs...@syr.edu
http://web.syr.edu/~trscavo/
\usepackage{amsmath}
should enable \dddot. If you don't need the full features of amsmath (or
dislike some of them), you can copy-and-paste the definition of \dddot from
there.
--J"org Knappen.
:
:Thanks, Jan