Re: How to change the label theorem?

2003-11-16 Thread Herbert Voß
Paul Smith schrieb:

Could not I have the French label for Theorem in the DVI file by 
appropriately changing the amsmaths.inc file? If so, where should I 
operate the change? I can change the label for definitions, corollaries, 
and so on... but for theorem I do not know how to do it.
amsart.layout, search in this file for theorem

Herbert




Re: How to change the label theorem?

2003-11-16 Thread Paul Smith
Could not I have the French label for Theorem in the DVI file by 
appropriately changing the amsmaths.inc file? If so, where should I 
operate the change? I can change the label for definitions, 
corollaries, and so on... but for theorem I do not know how to do it.


amsart.layout, search in this file for theorem
It works fine! Thank you once again for your precious help, Herbert!

Paul




Re: How to change the label theorem?

2003-11-16 Thread Herbert Voß
Paul Smith schrieb:

Could not I have the French label for Theorem in the DVI file by 
appropriately changing the amsmaths.inc file? If so, where should I 
operate the change? I can change the label for definitions, corollaries, 
and so on... but for theorem I do not know how to do it.
amsart.layout, search in this file for theorem

Herbert




Re: How to change the label theorem?

2003-11-16 Thread Paul Smith
Could not I have the French label for Theorem in the DVI file by 
appropriately changing the amsmaths.inc file? If so, where should I 
operate the change? I can change the label for definitions, 
corollaries, and so on... but for theorem I do not know how to do it.


amsart.layout, search in this file for theorem
It works fine! Thank you once again for your precious help, Herbert!

Paul




Re: How to change the label "theorem"?

2003-11-16 Thread Herbert Voß
Paul Smith schrieb:

Could not I have the French label for Theorem in the DVI file by 
appropriately changing the amsmaths.inc file? If so, where should I 
operate the change? I can change the label for definitions, corollaries, 
and so on... but for theorem I do not know how to do it.
amsart.layout, search in this file for theorem

Herbert




Re: How to change the label "theorem"?

2003-11-16 Thread Paul Smith
Could not I have the French label for Theorem in the DVI file by 
appropriately changing the amsmaths.inc file? If so, where should I 
operate the change? I can change the label for definitions, 
corollaries, and so on... but for theorem I do not know how to do it.


amsart.layout, search in this file for theorem
It works fine! Thank you once again for your precious help, Herbert!

Paul




Re: How to change the label theorem?

2003-11-15 Thread Paul Smith
 Try \renewtheorem{theorem}{... the french word ...}
 
 Thanks, Herbert. But, where should I insert that command?
 
 In the preamble. Layout-Document-Preamble
 
 
  I did it, but I get the following error message:
 
  LaTeX Error: Missing \begin{document}.
   \renewtheorem{t
  heorem}{FrenchTheorem}
  You're in trouble here.  Try typing  return  to proceed.
  If that doesn't work, type  X return  to quit.

 please send a testfile


Herbert, I have enclosed to this e-mail the requested file. Thank you a lot
in advance! Paul


Test.lyx
Description: Binary data


Re: How to change the label theorem?

2003-11-15 Thread Herbert Voß
Paul Smith schrieb:
Try \renewtheorem{theorem}{... the french word ...}
Thanks, Herbert. But, where should I insert that command?
In the preamble. Layout-Document-Preamble


I did it, but I get the following error message:

LaTeX Error: Missing \begin{document}.
\renewtheorem{t
   heorem}{FrenchTheorem}
You're in trouble here.  Try typing  return  to proceed.
If that doesn't work, type  X return  to quit.
please send a testfile


Herbert, I have enclosed to this e-mail the requested file. Thank you a lot
in advance! Paul
write

\newtheorem{theorem}{FrenchTheorem}

into the preamble. I'd forgotten that in amsart the
theorem isn't defined.
I tried it with LyX 1.3.3

Herbert




Re: How to change the label theorem?

2003-11-15 Thread Paul Smith
 Try \renewtheorem{theorem}{... the french word ...}
 
 Thanks, Herbert. But, where should I insert that command?
 
 In the preamble. Layout-Document-Preamble
 
 
 I did it, but I get the following error message:
 
 LaTeX Error: Missing \begin{document}.
  \renewtheorem{t
 heorem}{FrenchTheorem}
 You're in trouble here.  Try typing  return  to proceed.
 If that doesn't work, type  X return  to quit.
 
 please send a testfile
 write

 \newtheorem{theorem}{FrenchTheorem}

 into the preamble. I'd forgotten that in amsart the
 theorem isn't defined.

Herbert, I did as you suggested and the file was perfectly compiled.
However, the label Theorem remains on the DVI file. (FrenchTheorem label
does not show up.) I am using LyX 1.3.2.

Paul


Re: How to change the label theorem?

2003-11-15 Thread Herbert Voß
Paul Smith schrieb:

\newtheorem{theorem}{FrenchTheorem}

into the preamble. I'd forgotten that in amsart the
theorem isn't defined.


Herbert, I did as you suggested and the file was perfectly compiled.
However, the label Theorem remains on the DVI file. (FrenchTheorem label
does not show up.) I am using LyX 1.3.2.
hm, curious. please insert into the preamble as first line
\listfiles
and send me the logfile and the temporary tex file, which
are in /tmp/lyx/...
Herbert




Re: How to change the label theorem?

2003-11-15 Thread Herbert Voß
Paul Smith schrieb:
 The files are here, Herbert.
ok, I see. A problem with LyX.
Write into the preamble:
\newtheorem{theorem}{FrenchTheorem}
\let\thm\theorem
Herbert




Re: How to change the label theorem?

2003-11-15 Thread Paul Smith
 ok, I see. A problem with LyX.
 Write into the preamble:

 \newtheorem{theorem}{FrenchTheorem}
 \let\thm\theorem


Herbert,

It works almost perfectly. Without inserting \let\thm\theorem in the
preamble, the output DVI file displays Theorem 0.1 whereas otherwise it
appears FrenchTheorem 1.. It seems that anything was changed in the
theorem numbering.

Paul


Re: How to change the label theorem?

2003-11-15 Thread Herbert Voß
Paul Smith schrieb:
ok, I see. A problem with LyX.
Write into the preamble:
\newtheorem{theorem}{FrenchTheorem}
\let\thm\theorem
It works almost perfectly. Without inserting \let\thm\theorem in the
preamble, the output DVI file displays Theorem 0.1 whereas otherwise it
appears FrenchTheorem 1.. It seems that anything was changed in the
theorem numbering.
change the first line to

\newtheorem{theorem}{FrenchTheorem}[section]

Herbert




Re: How to change the label theorem?

2003-11-15 Thread Paul Smith
 ok, I see. A problem with LyX.
 Write into the preamble:
 
 \newtheorem{theorem}{FrenchTheorem}
 \let\thm\theorem
 
  It works almost perfectly. Without inserting \let\thm\theorem in the
  preamble, the output DVI file displays Theorem 0.1 whereas otherwise
it
  appears FrenchTheorem 1.. It seems that anything was changed in the
  theorem numbering.

 change the first line to

 \newtheorem{theorem}{FrenchTheorem}[section]

It works perfectly! Thank you very much indeed, Herbert!

Paul


Re: How to change the label theorem?

2003-11-15 Thread Paul Smith
ok, I see. A problem with LyX.
Write into the preamble:
\newtheorem{theorem}{FrenchTheorem}
\let\thm\theorem
It works almost perfectly. Without inserting \let\thm\theorem in the
preamble, the output DVI file displays Theorem 0.1 whereas otherwise it
appears FrenchTheorem 1.. It seems that anything was changed in the
theorem numbering.


change the first line to

\newtheorem{theorem}{FrenchTheorem}[section]
Herbert,

After the changes suggested by you, I get the following sequence in the 
DVI file:

Theorem 0.1. This is the first theorem.

Lemma 0.2. This the only lemma.

Theorem 0.2. This is the second theorem.

Should not the last theorem be labeled as Theorem 0.3?

Thank you in advance!

Paul



Re: How to change the label theorem?

2003-11-15 Thread Paul Smith
ok, I see. A problem with LyX.
Write into the preamble:
\newtheorem{theorem}{FrenchTheorem}
\let\thm\theorem


It works almost perfectly. Without inserting \let\thm\theorem in the
preamble, the output DVI file displays Theorem 0.1 whereas 
otherwise it
appears FrenchTheorem 1.. It seems that anything was changed in the
theorem numbering.


change the first line to

\newtheorem{theorem}{FrenchTheorem}[section]
Could not I have the French label for Theorem in the DVI file by 
appropriately changing the amsmaths.inc file? If so, where should I 
operate the change? I can change the label for definitions, corollaries, 
and so on... but for theorem I do not know how to do it.

Thank you a lot in advance!

Paul




Re: How to change the label theorem?

2003-11-15 Thread Paul Smith
 Try \renewtheorem{theorem}{... the french word ...}
 
 Thanks, Herbert. But, where should I insert that command?
 
 In the preamble. Layout-Document-Preamble
 
 
  I did it, but I get the following error message:
 
  LaTeX Error: Missing \begin{document}.
   \renewtheorem{t
  heorem}{FrenchTheorem}
  You're in trouble here.  Try typing  return  to proceed.
  If that doesn't work, type  X return  to quit.

 please send a testfile


Herbert, I have enclosed to this e-mail the requested file. Thank you a lot
in advance! Paul


Test.lyx
Description: Binary data


Re: How to change the label theorem?

2003-11-15 Thread Herbert Voß
Paul Smith schrieb:
Try \renewtheorem{theorem}{... the french word ...}
Thanks, Herbert. But, where should I insert that command?
In the preamble. Layout-Document-Preamble


I did it, but I get the following error message:

LaTeX Error: Missing \begin{document}.
\renewtheorem{t
   heorem}{FrenchTheorem}
You're in trouble here.  Try typing  return  to proceed.
If that doesn't work, type  X return  to quit.
please send a testfile


Herbert, I have enclosed to this e-mail the requested file. Thank you a lot
in advance! Paul
write

\newtheorem{theorem}{FrenchTheorem}

into the preamble. I'd forgotten that in amsart the
theorem isn't defined.
I tried it with LyX 1.3.3

Herbert




Re: How to change the label theorem?

2003-11-15 Thread Paul Smith
 Try \renewtheorem{theorem}{... the french word ...}
 
 Thanks, Herbert. But, where should I insert that command?
 
 In the preamble. Layout-Document-Preamble
 
 
 I did it, but I get the following error message:
 
 LaTeX Error: Missing \begin{document}.
  \renewtheorem{t
 heorem}{FrenchTheorem}
 You're in trouble here.  Try typing  return  to proceed.
 If that doesn't work, type  X return  to quit.
 
 please send a testfile
 write

 \newtheorem{theorem}{FrenchTheorem}

 into the preamble. I'd forgotten that in amsart the
 theorem isn't defined.

Herbert, I did as you suggested and the file was perfectly compiled.
However, the label Theorem remains on the DVI file. (FrenchTheorem label
does not show up.) I am using LyX 1.3.2.

Paul


Re: How to change the label theorem?

2003-11-15 Thread Herbert Voß
Paul Smith schrieb:

\newtheorem{theorem}{FrenchTheorem}

into the preamble. I'd forgotten that in amsart the
theorem isn't defined.


Herbert, I did as you suggested and the file was perfectly compiled.
However, the label Theorem remains on the DVI file. (FrenchTheorem label
does not show up.) I am using LyX 1.3.2.
hm, curious. please insert into the preamble as first line
\listfiles
and send me the logfile and the temporary tex file, which
are in /tmp/lyx/...
Herbert




Re: How to change the label theorem?

2003-11-15 Thread Herbert Voß
Paul Smith schrieb:
 The files are here, Herbert.
ok, I see. A problem with LyX.
Write into the preamble:
\newtheorem{theorem}{FrenchTheorem}
\let\thm\theorem
Herbert




Re: How to change the label theorem?

2003-11-15 Thread Paul Smith
 ok, I see. A problem with LyX.
 Write into the preamble:

 \newtheorem{theorem}{FrenchTheorem}
 \let\thm\theorem


Herbert,

It works almost perfectly. Without inserting \let\thm\theorem in the
preamble, the output DVI file displays Theorem 0.1 whereas otherwise it
appears FrenchTheorem 1.. It seems that anything was changed in the
theorem numbering.

Paul


Re: How to change the label theorem?

2003-11-15 Thread Herbert Voß
Paul Smith schrieb:
ok, I see. A problem with LyX.
Write into the preamble:
\newtheorem{theorem}{FrenchTheorem}
\let\thm\theorem
It works almost perfectly. Without inserting \let\thm\theorem in the
preamble, the output DVI file displays Theorem 0.1 whereas otherwise it
appears FrenchTheorem 1.. It seems that anything was changed in the
theorem numbering.
change the first line to

\newtheorem{theorem}{FrenchTheorem}[section]

Herbert




Re: How to change the label theorem?

2003-11-15 Thread Paul Smith
 ok, I see. A problem with LyX.
 Write into the preamble:
 
 \newtheorem{theorem}{FrenchTheorem}
 \let\thm\theorem
 
  It works almost perfectly. Without inserting \let\thm\theorem in the
  preamble, the output DVI file displays Theorem 0.1 whereas otherwise
it
  appears FrenchTheorem 1.. It seems that anything was changed in the
  theorem numbering.

 change the first line to

 \newtheorem{theorem}{FrenchTheorem}[section]

It works perfectly! Thank you very much indeed, Herbert!

Paul


Re: How to change the label theorem?

2003-11-15 Thread Paul Smith
ok, I see. A problem with LyX.
Write into the preamble:
\newtheorem{theorem}{FrenchTheorem}
\let\thm\theorem
It works almost perfectly. Without inserting \let\thm\theorem in the
preamble, the output DVI file displays Theorem 0.1 whereas otherwise it
appears FrenchTheorem 1.. It seems that anything was changed in the
theorem numbering.


change the first line to

\newtheorem{theorem}{FrenchTheorem}[section]
Herbert,

After the changes suggested by you, I get the following sequence in the 
DVI file:

Theorem 0.1. This is the first theorem.

Lemma 0.2. This the only lemma.

Theorem 0.2. This is the second theorem.

Should not the last theorem be labeled as Theorem 0.3?

Thank you in advance!

Paul



Re: How to change the label theorem?

2003-11-15 Thread Paul Smith
ok, I see. A problem with LyX.
Write into the preamble:
\newtheorem{theorem}{FrenchTheorem}
\let\thm\theorem


It works almost perfectly. Without inserting \let\thm\theorem in the
preamble, the output DVI file displays Theorem 0.1 whereas 
otherwise it
appears FrenchTheorem 1.. It seems that anything was changed in the
theorem numbering.


change the first line to

\newtheorem{theorem}{FrenchTheorem}[section]
Could not I have the French label for Theorem in the DVI file by 
appropriately changing the amsmaths.inc file? If so, where should I 
operate the change? I can change the label for definitions, corollaries, 
and so on... but for theorem I do not know how to do it.

Thank you a lot in advance!

Paul




Re: How to change the label "theorem"?

2003-11-15 Thread Paul Smith
> Try \renewtheorem{theorem}{... the french word ...}
> >>>
> >>>Thanks, Herbert. But, where should I insert that command?
> >>
> >>In the preamble. Layout->Document->Preamble
> >
> >
> > I did it, but I get the following error message:
> >
> > LaTeX Error: Missing \begin{document}.
> >  \renewtheorem{t
> > heorem}{FrenchTheorem}
> > You're in trouble here.  Try typingto proceed.
> > If that doesn't work, type  X   to quit.
>
> please send a testfile


Herbert, I have enclosed to this e-mail the requested file. Thank you a lot
in advance! Paul


Test.lyx
Description: Binary data


Re: How to change the label "theorem"?

2003-11-15 Thread Herbert Voß
Paul Smith schrieb:
Try \renewtheorem{theorem}{... the french word ...}
Thanks, Herbert. But, where should I insert that command?
In the preamble. Layout->Document->Preamble


I did it, but I get the following error message:

LaTeX Error: Missing \begin{document}.
\renewtheorem{t
   heorem}{FrenchTheorem}
You're in trouble here.  Try typingto proceed.
If that doesn't work, type  X   to quit.
please send a testfile


Herbert, I have enclosed to this e-mail the requested file. Thank you a lot
in advance! Paul
write

\newtheorem{theorem}{FrenchTheorem}

into the preamble. I'd forgotten that in amsart the
theorem isn't defined.
I tried it with LyX 1.3.3

Herbert




Re: How to change the label "theorem"?

2003-11-15 Thread Paul Smith
> >>Try \renewtheorem{theorem}{... the french word ...}
> >
> >Thanks, Herbert. But, where should I insert that command?
> 
> In the preamble. Layout->Document->Preamble
> >>>
> >>>
> >>>I did it, but I get the following error message:
> >>>
> >>>LaTeX Error: Missing \begin{document}.
> >>> \renewtheorem{t
> >>>heorem}{FrenchTheorem}
> >>>You're in trouble here.  Try typingto proceed.
> >>>If that doesn't work, type  X   to quit.
> >>
> >>please send a testfile
> write
>
> \newtheorem{theorem}{FrenchTheorem}
>
> into the preamble. I'd forgotten that in amsart the
> theorem isn't defined.

Herbert, I did as you suggested and the file was perfectly compiled.
However, the label "Theorem" remains on the DVI file. (FrenchTheorem label
does not show up.) I am using LyX 1.3.2.

Paul


Re: How to change the label "theorem"?

2003-11-15 Thread Herbert Voß
Paul Smith schrieb:

\newtheorem{theorem}{FrenchTheorem}

into the preamble. I'd forgotten that in amsart the
theorem isn't defined.


Herbert, I did as you suggested and the file was perfectly compiled.
However, the label "Theorem" remains on the DVI file. (FrenchTheorem label
does not show up.) I am using LyX 1.3.2.
hm, curious. please insert into the preamble as first line
\listfiles
and send me the logfile and the temporary tex file, which
are in /tmp/lyx/...
Herbert




Re: How to change the label "theorem"?

2003-11-15 Thread Herbert Voß
Paul Smith schrieb:
> The files are here, Herbert.
ok, I see. A problem with LyX.
Write into the preamble:
\newtheorem{theorem}{FrenchTheorem}
\let\thm\theorem
Herbert




Re: How to change the label "theorem"?

2003-11-15 Thread Paul Smith
> ok, I see. A problem with LyX.
> Write into the preamble:
>
> \newtheorem{theorem}{FrenchTheorem}
> \let\thm\theorem


Herbert,

It works almost perfectly. Without inserting "\let\thm\theorem" in the
preamble, the output DVI file displays "Theorem 0.1" whereas otherwise it
appears "FrenchTheorem 1.". It seems that anything was changed in the
theorem numbering.

Paul


Re: How to change the label "theorem"?

2003-11-15 Thread Herbert Voß
Paul Smith schrieb:
ok, I see. A problem with LyX.
Write into the preamble:
\newtheorem{theorem}{FrenchTheorem}
\let\thm\theorem
It works almost perfectly. Without inserting "\let\thm\theorem" in the
preamble, the output DVI file displays "Theorem 0.1" whereas otherwise it
appears "FrenchTheorem 1.". It seems that anything was changed in the
theorem numbering.
change the first line to

\newtheorem{theorem}{FrenchTheorem}[section]

Herbert




Re: How to change the label "theorem"?

2003-11-15 Thread Paul Smith
> >>ok, I see. A problem with LyX.
> >>Write into the preamble:
> >>
> >>\newtheorem{theorem}{FrenchTheorem}
> >>\let\thm\theorem
> >
> > It works almost perfectly. Without inserting "\let\thm\theorem" in the
> > preamble, the output DVI file displays "Theorem 0.1" whereas otherwise
it
> > appears "FrenchTheorem 1.". It seems that anything was changed in the
> > theorem numbering.
>
> change the first line to
>
> \newtheorem{theorem}{FrenchTheorem}[section]

It works perfectly! Thank you very much indeed, Herbert!

Paul


Re: How to change the label "theorem"?

2003-11-15 Thread Paul Smith
ok, I see. A problem with LyX.
Write into the preamble:
\newtheorem{theorem}{FrenchTheorem}
\let\thm\theorem
It works almost perfectly. Without inserting "\let\thm\theorem" in the
preamble, the output DVI file displays "Theorem 0.1" whereas otherwise it
appears "FrenchTheorem 1.". It seems that anything was changed in the
theorem numbering.


change the first line to

\newtheorem{theorem}{FrenchTheorem}[section]
Herbert,

After the changes suggested by you, I get the following sequence in the 
DVI file:

Theorem 0.1. This is the first theorem.

Lemma 0.2. This the only lemma.

Theorem 0.2. This is the second theorem.

Should not the last theorem be labeled as “Theorem 0.3”?

Thank you in advance!

Paul



Re: How to change the label "theorem"?

2003-11-15 Thread Paul Smith
ok, I see. A problem with LyX.
Write into the preamble:
\newtheorem{theorem}{FrenchTheorem}
\let\thm\theorem


It works almost perfectly. Without inserting "\let\thm\theorem" in the
preamble, the output DVI file displays "Theorem 0.1" whereas 
otherwise it
appears "FrenchTheorem 1.". It seems that anything was changed in the
theorem numbering.


change the first line to

\newtheorem{theorem}{FrenchTheorem}[section]
Could not I have the French label for Theorem in the DVI file by 
appropriately changing the amsmaths.inc file? If so, where should I 
operate the change? I can change the label for definitions, corollaries, 
and so on... but for theorem I do not know how to do it.

Thank you a lot in advance!

Paul




Re: How to change the label theorem?

2003-11-14 Thread Herbert Voß
Paul Smith schrieb:
I am using AMS article document class and I would like to replace the label
theorem (in the DVI file) by the French corresponding one. I tried to
change it in amsmaths.inc, but I cannot find therein the proper place to
operate the replacement. Could somebody here please help me?
try
\renewtheorem{theorem}{... the french word ...}
Herbert




Re: How to change the label theorem?

2003-11-14 Thread Paul Smith
  I am using AMS article document class and I would like to replace the
label
  theorem (in the DVI file) by the French corresponding one. I tried to
  change it in amsmaths.inc, but I cannot find therein the proper place to
  operate the replacement. Could somebody here please help me?

 try
 \renewtheorem{theorem}{... the french word ...}

Thanks, Herbert. But, where should I insert that command?

Paul


Re: How to change the label theorem?

2003-11-14 Thread Angus Leeming
Paul Smith wrote:
 Try \renewtheorem{theorem}{... the french word ...}
 Thanks, Herbert. But, where should I insert that command?

In the preamble. Layout-Document-Preamble

-- 
Angus



Re: How to change the label theorem?

2003-11-14 Thread Paul Smith
  Try \renewtheorem{theorem}{... the french word ...}
  Thanks, Herbert. But, where should I insert that command?
 
 In the preamble. Layout-Document-Preamble

I did it, but I get the following error message:

LaTeX Error: Missing \begin{document}.
 \renewtheorem{t
heorem}{FrenchTheorem}
You're in trouble here.  Try typing  return  to proceed.
If that doesn't work, type  X return  to quit.


Re: How to change the label theorem?

2003-11-14 Thread Herbert Voß
Paul Smith schrieb:
Try \renewtheorem{theorem}{... the french word ...}
Thanks, Herbert. But, where should I insert that command?
In the preamble. Layout-Document-Preamble


I did it, but I get the following error message:

LaTeX Error: Missing \begin{document}.
 \renewtheorem{t
heorem}{FrenchTheorem}
You're in trouble here.  Try typing  return  to proceed.
If that doesn't work, type  X return  to quit.
please send a testfile

Herbert




Re: How to change the label theorem?

2003-11-14 Thread Herbert Voß
Paul Smith schrieb:
I am using AMS article document class and I would like to replace the label
theorem (in the DVI file) by the French corresponding one. I tried to
change it in amsmaths.inc, but I cannot find therein the proper place to
operate the replacement. Could somebody here please help me?
try
\renewtheorem{theorem}{... the french word ...}
Herbert




Re: How to change the label theorem?

2003-11-14 Thread Paul Smith
  I am using AMS article document class and I would like to replace the
label
  theorem (in the DVI file) by the French corresponding one. I tried to
  change it in amsmaths.inc, but I cannot find therein the proper place to
  operate the replacement. Could somebody here please help me?

 try
 \renewtheorem{theorem}{... the french word ...}

Thanks, Herbert. But, where should I insert that command?

Paul


Re: How to change the label theorem?

2003-11-14 Thread Angus Leeming
Paul Smith wrote:
 Try \renewtheorem{theorem}{... the french word ...}
 Thanks, Herbert. But, where should I insert that command?

In the preamble. Layout-Document-Preamble

-- 
Angus



Re: How to change the label theorem?

2003-11-14 Thread Paul Smith
  Try \renewtheorem{theorem}{... the french word ...}
  Thanks, Herbert. But, where should I insert that command?
 
 In the preamble. Layout-Document-Preamble

I did it, but I get the following error message:

LaTeX Error: Missing \begin{document}.
 \renewtheorem{t
heorem}{FrenchTheorem}
You're in trouble here.  Try typing  return  to proceed.
If that doesn't work, type  X return  to quit.


Re: How to change the label theorem?

2003-11-14 Thread Herbert Voß
Paul Smith schrieb:
Try \renewtheorem{theorem}{... the french word ...}
Thanks, Herbert. But, where should I insert that command?
In the preamble. Layout-Document-Preamble


I did it, but I get the following error message:

LaTeX Error: Missing \begin{document}.
 \renewtheorem{t
heorem}{FrenchTheorem}
You're in trouble here.  Try typing  return  to proceed.
If that doesn't work, type  X return  to quit.
please send a testfile

Herbert




Re: How to change the label "theorem"?

2003-11-14 Thread Herbert Voß
Paul Smith schrieb:
I am using AMS article document class and I would like to replace the label
"theorem" (in the DVI file) by the French corresponding one. I tried to
change it in amsmaths.inc, but I cannot find therein the proper place to
operate the replacement. Could somebody here please help me?
try
\renewtheorem{theorem}{... the french word ...}
Herbert




Re: How to change the label "theorem"?

2003-11-14 Thread Paul Smith
> > I am using AMS article document class and I would like to replace the
label
> > "theorem" (in the DVI file) by the French corresponding one. I tried to
> > change it in amsmaths.inc, but I cannot find therein the proper place to
> > operate the replacement. Could somebody here please help me?
>
> try
> \renewtheorem{theorem}{... the french word ...}

Thanks, Herbert. But, where should I insert that command?

Paul


Re: How to change the label "theorem"?

2003-11-14 Thread Angus Leeming
Paul Smith wrote:
>> Try \renewtheorem{theorem}{... the french word ...}
> Thanks, Herbert. But, where should I insert that command?

In the preamble. Layout->Document->Preamble

-- 
Angus



Re: How to change the label "theorem"?

2003-11-14 Thread Paul Smith
> >> Try \renewtheorem{theorem}{... the french word ...}
> > Thanks, Herbert. But, where should I insert that command?
> 
> In the preamble. Layout->Document->Preamble

I did it, but I get the following error message:

LaTeX Error: Missing \begin{document}.
 \renewtheorem{t
heorem}{FrenchTheorem}
You're in trouble here.  Try typingto proceed.
If that doesn't work, type  X   to quit.


Re: How to change the label "theorem"?

2003-11-14 Thread Herbert Voß
Paul Smith schrieb:
Try \renewtheorem{theorem}{... the french word ...}
Thanks, Herbert. But, where should I insert that command?
In the preamble. Layout->Document->Preamble


I did it, but I get the following error message:

LaTeX Error: Missing \begin{document}.
 \renewtheorem{t
heorem}{FrenchTheorem}
You're in trouble here.  Try typingto proceed.
If that doesn't work, type  X   to quit.
please send a testfile

Herbert




How to change the label theorem?

2003-11-13 Thread Paul Smith
Dear All

I am using AMS article document class and I would like to replace the label
theorem (in the DVI file) by the French corresponding one. I tried to
change it in amsmaths.inc, but I cannot find therein the proper place to
operate the replacement. Could somebody here please help me?

Thank you a lot in advance!

Paul


How to change the label theorem?

2003-11-13 Thread Paul Smith
Dear All

I am using AMS article document class and I would like to replace the label
theorem (in the DVI file) by the French corresponding one. I tried to
change it in amsmaths.inc, but I cannot find therein the proper place to
operate the replacement. Could somebody here please help me?

Thank you a lot in advance!

Paul


How to change the label "theorem"?

2003-11-13 Thread Paul Smith
Dear All

I am using AMS article document class and I would like to replace the label
"theorem" (in the DVI file) by the French corresponding one. I tried to
change it in amsmaths.inc, but I cannot find therein the proper place to
operate the replacement. Could somebody here please help me?

Thank you a lot in advance!

Paul