Parasite word 'english' in the header.

2005-09-15 Thread fAX k.root

Hi!

I'm experiencing the following problem: suppose I have a document titled 
'Formulae Page'. Then in headers of the subsequent pages I'm getting
'englishFormulae Page'. I don't know where word 'english' is coming 
from, but when I turn babel support off in the preferences, the problem 
disappears.


The beginning of the TeX file generated by LyX in my case is:

=
\documentclass[english]{amsart}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{a4wide}
\setlength\parskip{\medskipamount}
\setlength\parindent{0pt}
\usepackage{amssymb}

\makeatletter

\usepackage{babel}
\makeatother
\begin{document}
==

Any suggestions?

Thank you in advance.

--
With best regards,
Pavel Gurevich



Re: Parasite word 'english' in the header.

2005-09-15 Thread Andre Berger
* fAX k.root [EMAIL PROTECTED], 2005-09-15 23:31 +0200:
 Hi!
 
 I'm experiencing the following problem: suppose I have a document titled 
 'Formulae Page'. Then in headers of the subsequent pages I'm getting
 'englishFormulae Page'. I don't know where word 'english' is coming 
 from, but when I turn babel support off in the preferences, the problem 
 disappears.
 
 The beginning of the TeX file generated by LyX in my case is:
 
 =
 \documentclass[english]{amsart}
 \usepackage[T1]{fontenc}
 \usepackage[latin1]{inputenc}
 \usepackage{a4wide}
 \setlength\parskip{\medskipamount}
 \setlength\parindent{0pt}
 \usepackage{amssymb}
 
 \makeatletter
 
 \usepackage{babel}
 \makeatother
 \begin{document}
 ==

I have never used amsart but would start trouble-shooting w/

\documentclass{amsart}
\usepackage[english]{babel}

HTH,

-Andre


Parasite word 'english' in the header.

2005-09-15 Thread fAX k.root

Hi!

I'm experiencing the following problem: suppose I have a document titled 
'Formulae Page'. Then in headers of the subsequent pages I'm getting
'englishFormulae Page'. I don't know where word 'english' is coming 
from, but when I turn babel support off in the preferences, the problem 
disappears.


The beginning of the TeX file generated by LyX in my case is:

=
\documentclass[english]{amsart}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{a4wide}
\setlength\parskip{\medskipamount}
\setlength\parindent{0pt}
\usepackage{amssymb}

\makeatletter

\usepackage{babel}
\makeatother
\begin{document}
==

Any suggestions?

Thank you in advance.

--
With best regards,
Pavel Gurevich



Re: Parasite word 'english' in the header.

2005-09-15 Thread Andre Berger
* fAX k.root [EMAIL PROTECTED], 2005-09-15 23:31 +0200:
 Hi!
 
 I'm experiencing the following problem: suppose I have a document titled 
 'Formulae Page'. Then in headers of the subsequent pages I'm getting
 'englishFormulae Page'. I don't know where word 'english' is coming 
 from, but when I turn babel support off in the preferences, the problem 
 disappears.
 
 The beginning of the TeX file generated by LyX in my case is:
 
 =
 \documentclass[english]{amsart}
 \usepackage[T1]{fontenc}
 \usepackage[latin1]{inputenc}
 \usepackage{a4wide}
 \setlength\parskip{\medskipamount}
 \setlength\parindent{0pt}
 \usepackage{amssymb}
 
 \makeatletter
 
 \usepackage{babel}
 \makeatother
 \begin{document}
 ==

I have never used amsart but would start trouble-shooting w/

\documentclass{amsart}
\usepackage[english]{babel}

HTH,

-Andre


"Parasite" word 'english' in the header.

2005-09-15 Thread fAX k.root

Hi!

I'm experiencing the following problem: suppose I have a document titled 
'Formulae Page'. Then in headers of the subsequent pages I'm getting
'englishFormulae Page'. I don't know where word 'english' is coming 
from, but when I turn babel support off in the preferences, the problem 
disappears.


The beginning of the TeX file generated by LyX in my case is:

=
\documentclass[english]{amsart}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{a4wide}
\setlength\parskip{\medskipamount}
\setlength\parindent{0pt}
\usepackage{amssymb}

\makeatletter

\usepackage{babel}
\makeatother
\begin{document}
==

Any suggestions?

Thank you in advance.

--
With best regards,
Pavel Gurevich



Re: "Parasite" word 'english' in the header.

2005-09-15 Thread Andre Berger
* fAX k.root <[EMAIL PROTECTED]>, 2005-09-15 23:31 +0200:
> Hi!
> 
> I'm experiencing the following problem: suppose I have a document titled 
> 'Formulae Page'. Then in headers of the subsequent pages I'm getting
> 'englishFormulae Page'. I don't know where word 'english' is coming 
> from, but when I turn babel support off in the preferences, the problem 
> disappears.
> 
> The beginning of the TeX file generated by LyX in my case is:
> 
> =
> \documentclass[english]{amsart}
> \usepackage[T1]{fontenc}
> \usepackage[latin1]{inputenc}
> \usepackage{a4wide}
> \setlength\parskip{\medskipamount}
> \setlength\parindent{0pt}
> \usepackage{amssymb}
> 
> \makeatletter
> 
> \usepackage{babel}
> \makeatother
> \begin{document}
> ==

I have never used amsart but would start trouble-shooting w/

\documentclass{amsart}
\usepackage[english]{babel}

HTH,

-Andre