Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

\dddot ?

278 views
Skip to first unread message

Jan C Becker

unread,
Apr 17, 1996, 3:00:00 AM4/17/96
to

I need a Latex math function which gives me a triple dot,
just like \ddot results in a double dot.
I have tried \dddot{x}
\tdot{x}
\dot{\dot{x}}
but it does not work.

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

Alain Kessi

unread,
Apr 18, 1996, 3:00:00 AM4/18/96
to jbe...@acsu.buffalo.edu
jbe...@acsu.buffalo.edu (Jan C Becker) wrote:
>I need a Latex math function which gives me a triple dot,
>just like \ddot results in a double dot.
>I have tried \dddot{x}

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


Tom Scavo

unread,
Apr 18, 1996, 3:00:00 AM4/18/96
to
In article <4l3s89$m...@azure.acsu.buffalo.edu>,

Jan C Becker <jbe...@acsu.buffalo.edu> wrote:
>
>I need a Latex math function which gives me a triple dot,
>just like \ddot results in a double dot.
>I have tried \dddot{x}
> \tdot{x}
> \dot{\dot{x}}
>but it does not work.
>
>Does anybody know how to do this ?

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/

kna...@iphcip1.physik.uni-mainz.de

unread,
Apr 18, 1996, 3:00:00 AM4/18/96
to
In article <4l3s89$m...@azure.acsu.buffalo.edu>, jbe...@acsu.buffalo.edu (Jan C Becker) writes:
:
:I need a Latex math function which gives me a triple dot,

:just like \ddot results in a double dot.
:I have tried \dddot{x}
: \tdot{x}
: \dot{\dot{x}}
:but it does not work.
:
:Does anybody know how to do this ?

\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

0 new messages