postion, velocity and aceleration ...

2000-03-28 Thread Osvaldo Fornaro

Hi,

I need to write r , r dot (r with a dot above it) and r dot dot (r with
a double dot above it) representing a first and a second derivate of a
vector in math mode.

How is it possible to obtain this?

Thanks in advance,

Osvaldo Fornaro
Univ. Nac. del Centro
Argentina




Re: postion, velocity and aceleration ...

2000-03-28 Thread Herbert Voss

Osvaldo Fornaro wrote:
 
 Hi,
 
 I need to write r , r dot (r with a dot above it) and r dot dot (r with
 a double dot above it) representing a first and a second derivate of a
 vector in math mode.

in texmode

\dot{\vec{r}}  is first derivation of vector r
\ddot{r}   is second derivation of r

HErbert

-- 
[EMAIL PROTECTED]
http://perce.de/voss




Re: postion, velocity and aceleration ...

2000-03-28 Thread Jean-Pierre.Chretien


Date: Tue, 28 Mar 2000 15:14:22 +
From: Herbert Voss [EMAIL PROTECTED]
To: Osvaldo Fornaro [EMAIL PROTECTED]
CC: Lyx User Mailing List [EMAIL PROTECTED]
Subject: Re: postion, velocity and aceleration ...

Osvaldo Fornaro wrote:
 
 Hi,
 
 I need to write r , r dot (r with a dot above it) and r dot dot (r with
 a double dot above it) representing a first and a second derivate of a
 vector in math mode.

in texmode

\dot{\vec{r}}  is first derivation of vector r
\ddot{r}   is second derivation of r

Sure, but without ERT:
M-m . r
M-m " r
should do it...

-- 
Jean-Pierre




Re: postion, velocity and aceleration ...

2000-03-28 Thread Osvaldo Fornaro

"Jean-Pierre.Chretien" wrote:

 Date: Tue, 28 Mar 2000 15:14:22 +
 From: Herbert Voss [EMAIL PROTECTED]
 To: Osvaldo Fornaro [EMAIL PROTECTED]
 CC: Lyx User Mailing List [EMAIL PROTECTED]
 Subject: Re: postion, velocity and aceleration ...
 
 Osvaldo Fornaro wrote:
 
  Hi,
 
  I need to write r , r dot (r with a dot above it) and r dot dot (r with
  a double dot above it) representing a first and a second derivate of a
  vector in math mode.
 
 in texmode
 
 \dot{\vec{r}}  is first derivation of vector r
 \ddot{r}   is second derivation of r

 Sure, but without ERT:
 M-m . r
 M-m " r
 should do it...

 --
 Jean-Pierre

Thank you for your reply, both Herbert and Jean-Pierre. The first option does
not work for me in math mode, due to cuts all the rest of the paragraph, even
if latex mode is in show mode (and without any error message). The second
option seems to work for me. However, I need the vector notation as bold
(matrix maybe) and not with the little arrow.  In middle of the text i can
change the font type to bold, but in math mode the \bf or \text{\bf{}} seems
to be don't work for me.

Do you know something to such respect?

Osvaldo Fornaro







Re: postion, velocity and aceleration ...

2000-03-28 Thread Herbert Voss

Osvaldo Fornaro wrote:
 
 "Jean-Pierre.Chretien" wrote:
 
  \dot{\vec{r}}  is first derivation of vector r
  \ddot{r}   is second derivation of r
 
  Sure, but without ERT:
  M-m . r
  M-m " r
  should do it...
 
  --
  Jean-Pierre
 
 Thank you for your reply, both Herbert and Jean-Pierre. The first option does
 not work for me in math mode, due to cuts all the rest of the paragraph, even
 if latex mode is in show mode (and without any error message). The second
 option seems to work for me. However, I need the vector notation as bold
 (matrix maybe) and not with the little arrow.  In middle of the text i can
 change the font type to bold, but in math mode the \bf or \text{\bf{}} seems
 to be don't work for me.

choose in mathmode \mathbf{...}

HErbert

-- 
[EMAIL PROTECTED]
http://perce.de/voss



Re: postion, velocity and aceleration ...

2000-03-28 Thread Osvaldo Fornaro

Herbert Voss wrote:

 Osvaldo Fornaro wrote:
 
  "Jean-Pierre.Chretien" wrote:
 
   \dot{\vec{r}}  is first derivation of vector r
   \ddot{r}   is second derivation of r
  
   Sure, but without ERT:
   M-m . r
   M-m " r
   should do it...
  
   --
   Jean-Pierre
 
  Thank you for your reply, both Herbert and Jean-Pierre. The first option does
  not work for me in math mode, due to cuts all the rest of the paragraph, even
  if latex mode is in show mode (and without any error message). The second
  option seems to work for me. However, I need the vector notation as bold
  (matrix maybe) and not with the little arrow.  In middle of the text i can
  change the font type to bold, but in math mode the \bf or \text{\bf{}} seems
  to be don't work for me.

 choose in mathmode \mathbf{...}


Thank you very much. It's that i looking for.

Osvaldo Fornaro






postion, velocity and aceleration ...

2000-03-28 Thread Osvaldo Fornaro

Hi,

I need to write r , r dot (r with a dot above it) and r dot dot (r with
a double dot above it) representing a first and a second derivate of a
vector in math mode.

How is it possible to obtain this?

Thanks in advance,

Osvaldo Fornaro
Univ. Nac. del Centro
Argentina




Re: postion, velocity and aceleration ...

2000-03-28 Thread Herbert Voss

Osvaldo Fornaro wrote:
 
 Hi,
 
 I need to write r , r dot (r with a dot above it) and r dot dot (r with
 a double dot above it) representing a first and a second derivate of a
 vector in math mode.

in texmode

\dot{\vec{r}}  is first derivation of vector r
\ddot{r}   is second derivation of r

HErbert

-- 
[EMAIL PROTECTED]
http://perce.de/voss




Re: postion, velocity and aceleration ...

2000-03-28 Thread Jean-Pierre.Chretien


Date: Tue, 28 Mar 2000 15:14:22 +
From: Herbert Voss [EMAIL PROTECTED]
To: Osvaldo Fornaro [EMAIL PROTECTED]
CC: Lyx User Mailing List [EMAIL PROTECTED]
Subject: Re: postion, velocity and aceleration ...

Osvaldo Fornaro wrote:
 
 Hi,
 
 I need to write r , r dot (r with a dot above it) and r dot dot (r with
 a double dot above it) representing a first and a second derivate of a
 vector in math mode.

in texmode

\dot{\vec{r}}  is first derivation of vector r
\ddot{r}   is second derivation of r

Sure, but without ERT:
M-m . r
M-m " r
should do it...

-- 
Jean-Pierre




Re: postion, velocity and aceleration ...

2000-03-28 Thread Osvaldo Fornaro

"Jean-Pierre.Chretien" wrote:

 Date: Tue, 28 Mar 2000 15:14:22 +
 From: Herbert Voss [EMAIL PROTECTED]
 To: Osvaldo Fornaro [EMAIL PROTECTED]
 CC: Lyx User Mailing List [EMAIL PROTECTED]
 Subject: Re: postion, velocity and aceleration ...
 
 Osvaldo Fornaro wrote:
 
  Hi,
 
  I need to write r , r dot (r with a dot above it) and r dot dot (r with
  a double dot above it) representing a first and a second derivate of a
  vector in math mode.
 
 in texmode
 
 \dot{\vec{r}}  is first derivation of vector r
 \ddot{r}   is second derivation of r

 Sure, but without ERT:
 M-m . r
 M-m " r
 should do it...

 --
 Jean-Pierre

Thank you for your reply, both Herbert and Jean-Pierre. The first option does
not work for me in math mode, due to cuts all the rest of the paragraph, even
if latex mode is in show mode (and without any error message). The second
option seems to work for me. However, I need the vector notation as bold
(matrix maybe) and not with the little arrow.  In middle of the text i can
change the font type to bold, but in math mode the \bf or \text{\bf{}} seems
to be don't work for me.

Do you know something to such respect?

Osvaldo Fornaro







Re: postion, velocity and aceleration ...

2000-03-28 Thread Herbert Voss

Osvaldo Fornaro wrote:
 
 "Jean-Pierre.Chretien" wrote:
 
  \dot{\vec{r}}  is first derivation of vector r
  \ddot{r}   is second derivation of r
 
  Sure, but without ERT:
  M-m . r
  M-m " r
  should do it...
 
  --
  Jean-Pierre
 
 Thank you for your reply, both Herbert and Jean-Pierre. The first option does
 not work for me in math mode, due to cuts all the rest of the paragraph, even
 if latex mode is in show mode (and without any error message). The second
 option seems to work for me. However, I need the vector notation as bold
 (matrix maybe) and not with the little arrow.  In middle of the text i can
 change the font type to bold, but in math mode the \bf or \text{\bf{}} seems
 to be don't work for me.

choose in mathmode \mathbf{...}

HErbert

-- 
[EMAIL PROTECTED]
http://perce.de/voss



Re: postion, velocity and aceleration ...

2000-03-28 Thread Osvaldo Fornaro

Herbert Voss wrote:

 Osvaldo Fornaro wrote:
 
  "Jean-Pierre.Chretien" wrote:
 
   \dot{\vec{r}}  is first derivation of vector r
   \ddot{r}   is second derivation of r
  
   Sure, but without ERT:
   M-m . r
   M-m " r
   should do it...
  
   --
   Jean-Pierre
 
  Thank you for your reply, both Herbert and Jean-Pierre. The first option does
  not work for me in math mode, due to cuts all the rest of the paragraph, even
  if latex mode is in show mode (and without any error message). The second
  option seems to work for me. However, I need the vector notation as bold
  (matrix maybe) and not with the little arrow.  In middle of the text i can
  change the font type to bold, but in math mode the \bf or \text{\bf{}} seems
  to be don't work for me.

 choose in mathmode \mathbf{...}


Thank you very much. It's that i looking for.

Osvaldo Fornaro






postion, velocity and aceleration ...

2000-03-28 Thread Osvaldo Fornaro

Hi,

I need to write r , r dot (r with a dot above it) and r dot dot (r with
a double dot above it) representing a first and a second derivate of a
vector in math mode.

How is it possible to obtain this?

Thanks in advance,

Osvaldo Fornaro
Univ. Nac. del Centro
Argentina




Re: postion, velocity and aceleration ...

2000-03-28 Thread Herbert Voss

Osvaldo Fornaro wrote:
> 
> Hi,
> 
> I need to write r , r dot (r with a dot above it) and r dot dot (r with
> a double dot above it) representing a first and a second derivate of a
> vector in math mode.

in texmode

\dot{\vec{r}}  is first derivation of vector r
\ddot{r}   is second derivation of r

HErbert

-- 
[EMAIL PROTECTED]
http://perce.de/voss




Re: postion, velocity and aceleration ...

2000-03-28 Thread Jean-Pierre.Chretien


>>Date: Tue, 28 Mar 2000 15:14:22 +
>>From: Herbert Voss <[EMAIL PROTECTED]>
>>To: Osvaldo Fornaro <[EMAIL PROTECTED]>
>>CC: Lyx User Mailing List <[EMAIL PROTECTED]>
>>Subject: Re: postion, velocity and aceleration ...
>>
>>Osvaldo Fornaro wrote:
>>> 
>>> Hi,
>>> 
>>> I need to write r , r dot (r with a dot above it) and r dot dot (r with
>>> a double dot above it) representing a first and a second derivate of a
>>> vector in math mode.
>>
>>in texmode
>>
>>\dot{\vec{r}}  is first derivation of vector r
>>\ddot{r}   is second derivation of r

Sure, but without ERT:
M-m . r
M-m " r
should do it...

-- 
Jean-Pierre




Re: postion, velocity and aceleration ...

2000-03-28 Thread Osvaldo Fornaro

"Jean-Pierre.Chretien" wrote:

> >>Date: Tue, 28 Mar 2000 15:14:22 +
> >>From: Herbert Voss <[EMAIL PROTECTED]>
> >>To: Osvaldo Fornaro <[EMAIL PROTECTED]>
> >>CC: Lyx User Mailing List <[EMAIL PROTECTED]>
> >>Subject: Re: postion, velocity and aceleration ...
> >>
> >>Osvaldo Fornaro wrote:
> >>>
> >>> Hi,
> >>>
> >>> I need to write r , r dot (r with a dot above it) and r dot dot (r with
> >>> a double dot above it) representing a first and a second derivate of a
> >>> vector in math mode.
> >>
> >>in texmode
> >>
> >>\dot{\vec{r}}  is first derivation of vector r
> >>\ddot{r}   is second derivation of r
>
> Sure, but without ERT:
> M-m . r
> M-m " r
> should do it...
>
> --
> Jean-Pierre

Thank you for your reply, both Herbert and Jean-Pierre. The first option does
not work for me in math mode, due to cuts all the rest of the paragraph, even
if latex mode is in show mode (and without any error message). The second
option seems to work for me. However, I need the vector notation as bold
(matrix maybe) and not with the little arrow.  In middle of the text i can
change the font type to bold, but in math mode the \bf or \text{\bf{}} seems
to be don't work for me.

Do you know something to such respect?

Osvaldo Fornaro







Re: postion, velocity and aceleration ...

2000-03-28 Thread Herbert Voss

Osvaldo Fornaro wrote:
> 
> "Jean-Pierre.Chretien" wrote:
> 
> > >>\dot{\vec{r}}  is first derivation of vector r
> > >>\ddot{r}   is second derivation of r
> >
> > Sure, but without ERT:
> > M-m . r
> > M-m " r
> > should do it...
> >
> > --
> > Jean-Pierre
> 
> Thank you for your reply, both Herbert and Jean-Pierre. The first option does
> not work for me in math mode, due to cuts all the rest of the paragraph, even
> if latex mode is in show mode (and without any error message). The second
> option seems to work for me. However, I need the vector notation as bold
> (matrix maybe) and not with the little arrow.  In middle of the text i can
> change the font type to bold, but in math mode the \bf or \text{\bf{}} seems
> to be don't work for me.

choose in mathmode \mathbf{...}

HErbert

-- 
[EMAIL PROTECTED]
http://perce.de/voss



Re: postion, velocity and aceleration ...

2000-03-28 Thread Osvaldo Fornaro

Herbert Voss wrote:

> Osvaldo Fornaro wrote:
> >
> > "Jean-Pierre.Chretien" wrote:
> >
> > > >>\dot{\vec{r}}  is first derivation of vector r
> > > >>\ddot{r}   is second derivation of r
> > >
> > > Sure, but without ERT:
> > > M-m . r
> > > M-m " r
> > > should do it...
> > >
> > > --
> > > Jean-Pierre
> >
> > Thank you for your reply, both Herbert and Jean-Pierre. The first option does
> > not work for me in math mode, due to cuts all the rest of the paragraph, even
> > if latex mode is in show mode (and without any error message). The second
> > option seems to work for me. However, I need the vector notation as bold
> > (matrix maybe) and not with the little arrow.  In middle of the text i can
> > change the font type to bold, but in math mode the \bf or \text{\bf{}} seems
> > to be don't work for me.
>
> choose in mathmode \mathbf{...}
>

Thank you very much. It's that i looking for.

Osvaldo Fornaro