Re: Converting figures from EPS to PDF

2002-04-10 Thread Nick Burgan

Hello All,

This is not explicitly a LyX question but it's related.

I want to use pdflatex to create a PDF of my LyX document (I have tried many 
things but this seems to be the only way to get equations to look nice 
on-screen, also I want to use hyperrefs).

As pdflatex can't handle eps figures I have converted my figures to PDF and 
put a copy of them in the same directory as the eps figure, so that within 
LyX the eps is used and when pdflatex is called it uses the pdf files.

My problem is with converting my eps figures to pdf. 
I have tried using convert, but this puts my small figure in the middle of 
an A4 page, so when it gets included in my document it has to go on a page by 
itself with loads of space around it. The fonts also look very bad on the 
screen.

I have also tried using epstopdf, this gives a nicely bound figure (ie 
there is no white space around my figure) but the fonts also are bad on 
screen (not as bad as with convert though). I looked at the document info of 
the resulting PDF file and it says that type 3 fonts have been used. Is there 
a way of forcing type 1 fonts to be used.

I have also tried using the convert option of GSview under Windows. The 
resulting file looks great on the screen but I have the same problem of lots 
of white space around the figure. 

Does anyone know a solution to this problem, or another program that would do 
the trick

Thanks in advance
Nick  

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: Converting figures from EPS to PDF

2002-04-10 Thread Nick Burgan

Hello All,

This is not explicitly a LyX question but it's related.

I want to use pdflatex to create a PDF of my LyX document (I have tried many 
things but this seems to be the only way to get equations to look nice 
on-screen, also I want to use hyperrefs).

As pdflatex can't handle eps figures I have converted my figures to PDF and 
put a copy of them in the same directory as the eps figure, so that within 
LyX the eps is used and when pdflatex is called it uses the pdf files.

My problem is with converting my eps figures to pdf. 
I have tried using convert, but this puts my small figure in the middle of 
an A4 page, so when it gets included in my document it has to go on a page by 
itself with loads of space around it. The fonts also look very bad on the 
screen.

I have also tried using epstopdf, this gives a nicely bound figure (ie 
there is no white space around my figure) but the fonts also are bad on 
screen (not as bad as with convert though). I looked at the document info of 
the resulting PDF file and it says that type 3 fonts have been used. Is there 
a way of forcing type 1 fonts to be used.

I have also tried using the convert option of GSview under Windows. The 
resulting file looks great on the screen but I have the same problem of lots 
of white space around the figure. 

Does anyone know a solution to this problem, or another program that would do 
the trick

Thanks in advance
Nick  

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: Converting figures from EPS to PDF

2002-04-10 Thread Nick Burgan

Hello All,

This is not explicitly a LyX question but it's related.

I want to use pdflatex to create a PDF of my LyX document (I have tried many 
things but this seems to be the only way to get equations to look nice 
on-screen, also I want to use hyperrefs).

As pdflatex can't handle eps figures I have converted my figures to PDF and 
put a copy of them in the same directory as the eps figure, so that within 
LyX the eps is used and when pdflatex is called it uses the pdf files.

My problem is with converting my eps figures to pdf. 
I have tried using "convert", but this puts my small figure in the middle of 
an A4 page, so when it gets included in my document it has to go on a page by 
itself with loads of space around it. The fonts also look very bad on the 
screen.

I have also tried using "epstopdf", this gives a nicely bound figure (ie 
there is no white space around my figure) but the fonts also are bad on 
screen (not as bad as with convert though). I looked at the document info of 
the resulting PDF file and it says that type 3 fonts have been used. Is there 
a way of forcing type 1 fonts to be used.

I have also tried using the convert option of GSview under Windows. The 
resulting file looks great on the screen but I have the same problem of lots 
of white space around the figure. 

Does anyone know a solution to this problem, or another program that would do 
the trick

Thanks in advance
Nick  
____
Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: Image conversion

2002-02-13 Thread Nick Burgan

Hi Roberto

 I need to convert PNG files to EPS so I can include them in a LyX
 document. I've tried using convert and it works, but the output looks
 pretty bad on GV. Is that a convert problem or do all PNG - EPS
 conversions look bad?


I think that most eps images look bad in Lyx or in GV (I think they use the 
same rendering engine). I had some photographs which were jpegs and I 
converted them to eps to put in a LyX document. They look very grainy in LyX 
and in GV but they print perfectly.  Depending on the size of the file they 
also take a long time to render on the screen.

The only program that I have found on my Linux system that displays eps 
images nicely is Image Magick. The convert program that you used is part of 
Image Magick and the other part is a program called display. Just type 
display on the command line and it should load up. It also renders the 
images much more quickly

I am told that the new version of LyX (1.2) uses the rendering engine from 
Image Magick, so images should come out better and faster.

Hope thats of some help
cheers
Nick



Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: Image conversion

2002-02-13 Thread Nick Burgan

Hi Roberto

 I need to convert PNG files to EPS so I can include them in a LyX
 document. I've tried using convert and it works, but the output looks
 pretty bad on GV. Is that a convert problem or do all PNG - EPS
 conversions look bad?


I think that most eps images look bad in Lyx or in GV (I think they use the 
same rendering engine). I had some photographs which were jpegs and I 
converted them to eps to put in a LyX document. They look very grainy in LyX 
and in GV but they print perfectly.  Depending on the size of the file they 
also take a long time to render on the screen.

The only program that I have found on my Linux system that displays eps 
images nicely is Image Magick. The convert program that you used is part of 
Image Magick and the other part is a program called display. Just type 
display on the command line and it should load up. It also renders the 
images much more quickly

I am told that the new version of LyX (1.2) uses the rendering engine from 
Image Magick, so images should come out better and faster.

Hope thats of some help
cheers
Nick



Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: Image conversion

2002-02-13 Thread Nick Burgan

Hi Roberto
>
> I need to convert PNG files to EPS so I can include them in a LyX
> document. I've tried using "convert" and it works, but the output looks
> pretty bad on GV. Is that a "convert" problem or do all PNG -> EPS
> conversions look bad?
>

I think that most eps images look bad in Lyx or in GV (I think they use the 
same rendering engine). I had some photographs which were jpegs and I 
converted them to eps to put in a LyX document. They look very grainy in LyX 
and in GV but they print perfectly.  Depending on the size of the file they 
also take a long time to render on the screen.

The only program that I have found on my Linux system that displays eps 
images nicely is Image Magick. The convert program that you used is part of 
Image Magick and the other part is a program called display. Just type 
"display" on the command line and it should load up. It also renders the 
images much more quickly

I am told that the new version of LyX (1.2) uses the rendering engine from 
Image Magick, so images should come out better and faster.

Hope thats of some help
cheers
Nick



Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: IEEEtran / Babel

2002-02-11 Thread Nick Burgan

Allan,

Thanks for your email.

I tried 

\AtBeginDocument{\usepackage{babel}}

in the preferences dialogue, but my IEEE paper still wouldn't compile (LyX 
calls LaTeX but LaTeX just seems to hang on its 1st run and I have to kill it)

Excuse my ignorance but what was your reasoning behind suggesting using

\AtBeginDocument{\usepackage{babel}}

instead of

\usepackage{babel}

cheers
Nick


On Tue, 12 Feb 2002  2:55:pm, Allan Rae wrote:
 On Mon, 11 Feb 2002, Nick Burgan wrote:
  Hello All,
 
  I am writing a paper for the IEEE using IEEEtran_v15.cls as my Document
  Class. After trying lots of things to try and get IEEEtran to work and
  reading all of the emails on the list that I could find related to this,
  I believe that you can not use Babel when using the IEEEtran. Is this
  correct ?
 
  Now that I have removed the line \usepackage{babel} from Edit -
  Preferences - Lang Opts - language, Package  my paper compiles without
  any errors.
 
  My problem is that often I have several documents open within LyX. All of
  these except for the IEEE paper use babel. If I want to compile them I
  need to type the \usepackage{babel} line in again. I was wondering if
  there was something that I could put just in the preamble of my IEEE
  paper that would turn babel off, without having to turn it off globally
  in LyX.

 Try this (just a guess) in the preferences dialog instead:

   \AtBeginDocument{\usepackage{babel}}

 Allan. (ARRae)

-- 

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: IEEEtran / Babel

2002-02-11 Thread Nick Burgan

Allan,

Thanks for your email.

I tried 

\AtBeginDocument{\usepackage{babel}}

in the preferences dialogue, but my IEEE paper still wouldn't compile (LyX 
calls LaTeX but LaTeX just seems to hang on its 1st run and I have to kill it)

Excuse my ignorance but what was your reasoning behind suggesting using

\AtBeginDocument{\usepackage{babel}}

instead of

\usepackage{babel}

cheers
Nick


On Tue, 12 Feb 2002  2:55:pm, Allan Rae wrote:
 On Mon, 11 Feb 2002, Nick Burgan wrote:
  Hello All,
 
  I am writing a paper for the IEEE using IEEEtran_v15.cls as my Document
  Class. After trying lots of things to try and get IEEEtran to work and
  reading all of the emails on the list that I could find related to this,
  I believe that you can not use Babel when using the IEEEtran. Is this
  correct ?
 
  Now that I have removed the line \usepackage{babel} from Edit -
  Preferences - Lang Opts - language, Package  my paper compiles without
  any errors.
 
  My problem is that often I have several documents open within LyX. All of
  these except for the IEEE paper use babel. If I want to compile them I
  need to type the \usepackage{babel} line in again. I was wondering if
  there was something that I could put just in the preamble of my IEEE
  paper that would turn babel off, without having to turn it off globally
  in LyX.

 Try this (just a guess) in the preferences dialog instead:

   \AtBeginDocument{\usepackage{babel}}

 Allan. (ARRae)

-- 

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: IEEEtran / Babel

2002-02-11 Thread Nick Burgan

Allan,

Thanks for your email.

I tried 

\AtBeginDocument{\usepackage{babel}}

in the preferences dialogue, but my IEEE paper still wouldn't compile (LyX 
calls LaTeX but LaTeX just seems to hang on its 1st run and I have to kill it)

Excuse my ignorance but what was your reasoning behind suggesting using

\AtBeginDocument{\usepackage{babel}}

instead of

\usepackage{babel}

cheers
Nick


On Tue, 12 Feb 2002  2:55:pm, Allan Rae wrote:
> On Mon, 11 Feb 2002, Nick Burgan wrote:
> > Hello All,
> >
> > I am writing a paper for the IEEE using IEEEtran_v15.cls as my Document
> > Class. After trying lots of things to try and get IEEEtran to work and
> > reading all of the emails on the list that I could find related to this,
> > I believe that you can not use Babel when using the IEEEtran. Is this
> > correct ?
> >
> > Now that I have removed the line \usepackage{babel} from Edit ->
> > Preferences -> Lang Opts -> language, Package  my paper compiles without
> > any errors.
> >
> > My problem is that often I have several documents open within LyX. All of
> > these except for the IEEE paper use babel. If I want to compile them I
> > need to type the \usepackage{babel} line in again. I was wondering if
> > there was something that I could put just in the preamble of my IEEE
> > paper that would turn babel off, without having to turn it off globally
> > in LyX.
>
> Try this (just a guess) in the preferences dialog instead:
>
>   \AtBeginDocument{\usepackage{babel}}
>
> Allan. (ARRae)

-- 

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: BibTeX style problem

2001-11-13 Thread Nick Burgan

Guido,

You can do all of these things and many more by using the package natbib.

If you haven't got it installed, install it.
At the end of your document where you have your BibTeX Generated References, 
use the style plainnat . The plainnat.bst file comes with natbib and can be 
used to replace the plain.bst file.

Then to use the package you just put in your preamble
\usepackage{natbib} 

The only complication is that you can't utilise all the features of natbib by 
just using Insert -- Citation Reference. (I believe that in LyX 1.2 more 
natbib features are supported in this way)

If you do Insert -- Citation Reference, you will get 
Jones et al. (1990)  (I believe this is one of the options you wanted)

If you would like some other options you need to use a bit of ERT. At the 
point in your document where you would like your reference, instead of doing 
Insert -- Citation Reference, type in ERT;

\citet {jon90}   (where jon90 is they key in your references database) and 
you will get the same style as above

\citep{jon90} and you will get  (Jones et al.,1990) 

\citealt{jon90} and you will get   Jones et al. 1990  (the second option 
you wanted )

Natbib is very powerful, and there are hundreds of options. I suggest 
printing out the documentation that comes with natbib, and they are fairly 
easy to work out from that.

I hope this has been of some help

Nick

On Wed, 14 Nov 2001 10:10:am, Guido Milanese wrote:
 This is slightly OT, and in fact I posted this question to the TeX
 list, but i had no answer -- that's why i take the liberty to ask
 this question here.

 I am looking for a BibTeX style of the author-date type, but with no
 parenthesis added before and after the entry. I tried also the
 authordate series, but the problem remains.
 The format should be as such:

 ...as noticed by Wright:1992 and by Maltby:1991.

 or

 ...as noticed by Wright (1992) and by Maltby (1991).

 but not as follows:
 ...as noticed by (Wright:1992) and by (Maltby:1991).

 Thank you very much.
 gm

 --
 E-Mail: Guido Milanese [EMAIL PROTECTED]
 Vocal Ensemble Ars Antiqua, Genova, Italia
 Homepage: http://www.arsantiqua.org
 + + + + + + NON NOBIS DOMINE + + + + + + +
 --

-- 

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: BibTeX style problem

2001-11-13 Thread Nick Burgan

Guido,

You can do all of these things and many more by using the package natbib.

If you haven't got it installed, install it.
At the end of your document where you have your BibTeX Generated References, 
use the style plainnat . The plainnat.bst file comes with natbib and can be 
used to replace the plain.bst file.

Then to use the package you just put in your preamble
\usepackage{natbib} 

The only complication is that you can't utilise all the features of natbib by 
just using Insert -- Citation Reference. (I believe that in LyX 1.2 more 
natbib features are supported in this way)

If you do Insert -- Citation Reference, you will get 
Jones et al. (1990)  (I believe this is one of the options you wanted)

If you would like some other options you need to use a bit of ERT. At the 
point in your document where you would like your reference, instead of doing 
Insert -- Citation Reference, type in ERT;

\citet {jon90}   (where jon90 is they key in your references database) and 
you will get the same style as above

\citep{jon90} and you will get  (Jones et al.,1990) 

\citealt{jon90} and you will get   Jones et al. 1990  (the second option 
you wanted )

Natbib is very powerful, and there are hundreds of options. I suggest 
printing out the documentation that comes with natbib, and they are fairly 
easy to work out from that.

I hope this has been of some help

Nick

On Wed, 14 Nov 2001 10:10:am, Guido Milanese wrote:
 This is slightly OT, and in fact I posted this question to the TeX
 list, but i had no answer -- that's why i take the liberty to ask
 this question here.

 I am looking for a BibTeX style of the author-date type, but with no
 parenthesis added before and after the entry. I tried also the
 authordate series, but the problem remains.
 The format should be as such:

 ...as noticed by Wright:1992 and by Maltby:1991.

 or

 ...as noticed by Wright (1992) and by Maltby (1991).

 but not as follows:
 ...as noticed by (Wright:1992) and by (Maltby:1991).

 Thank you very much.
 gm

 --
 E-Mail: Guido Milanese [EMAIL PROTECTED]
 Vocal Ensemble Ars Antiqua, Genova, Italia
 Homepage: http://www.arsantiqua.org
 + + + + + + NON NOBIS DOMINE + + + + + + +
 --

-- 

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: BibTeX style problem

2001-11-13 Thread Nick Burgan

Guido,

You can do all of these things and many more by using the package natbib.

If you haven't got it installed, install it.
At the end of your document where you have your BibTeX Generated References, 
use the style plainnat . The plainnat.bst file comes with natbib and can be 
used to replace the plain.bst file.

Then to use the package you just put in your preamble
\usepackage{natbib} 

The only complication is that you can't utilise all the features of natbib by 
just using Insert --> Citation Reference. (I believe that in LyX 1.2 more 
natbib features are supported in this way)

If you do Insert --> Citation Reference, you will get 
Jones et al. (1990)  (I believe this is one of the options you wanted)

If you would like some other options you need to use a bit of ERT. At the 
point in your document where you would like your reference, instead of doing 
Insert --> Citation Reference, type in ERT;

\citet {jon90}   (where jon90 is they key in your references database) and 
you will get the same style as above

\citep{jon90} and you will get " (Jones et al.,1990) "

\citealt{jon90} and you will get  " Jones et al. 1990 " (the second option 
you wanted )

Natbib is very powerful, and there are hundreds of options. I suggest 
printing out the documentation that comes with natbib, and they are fairly 
easy to work out from that.

I hope this has been of some help

Nick

On Wed, 14 Nov 2001 10:10:am, Guido Milanese wrote:
> This is slightly OT, and in fact I posted this question to the TeX
> list, but i had no answer -- that's why i take the liberty to ask
> this question here.
>
> I am looking for a BibTeX style of the author-date type, but with no
> parenthesis added before and after the entry. I tried also the
> authordate series, but the problem remains.
> The format should be as such:
>
> ...as noticed by Wright:1992 and by Maltby:1991.
>
> or
>
> ...as noticed by Wright (1992) and by Maltby (1991).
>
> but not as follows:
> ...as noticed by (Wright:1992) and by (Maltby:1991).
>
> Thank you very much.
> gm
>
> --
> E-Mail: Guido Milanese <[EMAIL PROTECTED]>
> Vocal Ensemble Ars Antiqua, Genova, Italia
> Homepage: http://www.arsantiqua.org
> + + + + + + NON NOBIS DOMINE + + + + + + +
> --

-- 

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: Display formula problem

2001-11-11 Thread Nick Burgan

Remzi,

I'm not sure exactly what is causing your problem.
When I opened your LyX file I was not able to toggle the position of the 
limits either.

I re-wrote the formular myself (see file attached) and it worked fine.

It seems to be a problem with the sum symbol that you are using. When I 
defined a sum symbol using \sum (or from the math panel) my sum symbol came 
out much bigger than yours. How did you define yours ? The limit toggling 
seems to work fine with my sum symbol but not with yours.
 
On Fri,  9 Nov 2001  4:02:am, you wrote:
 Thanks Nick,

 but it doesn't seem to work. Here is an example file attached... I used
 display formula before, I wonder if this is a bug or I am doing something
 wrong.

 Thanks

 Remzi

 On Wednesday 07 November 2001 18:55, Nick Burgan wrote:
  Remzi,
 
  You can toggle between the superscript/sunscript way and the directly
  above/below way when in display math mode, by typing
 
  Alt-m-l
  (the cursors position must be before or behind the symbol)
 
  Hope thats of some help
  Nick
 
  On Thu,  8 Nov 2001  3:14:am, you wrote:
   Lyx 1.1.6fix3 It seems to be a problem with the display formula. When I
   try to put the upper and lower limits of a sum, it does it like the
   inline formula does. Not exactly above the sum
   Any idea?
  
   Remzi


Content-Type: text/plain; charset=iso-8859-1; name=problem.lyx
Content-Transfer-Encoding: base64
Content-Description: 


-- 

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367


#LyX 1.1 created this file. For more info see http://www.lyx.org/
\lyxformat 218
\textclass article
\language english
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Standard

The following equation is in display formula mode:
\begin_inset Formula \[
\Sigma ^{10}_{l=5}l^{2}\]

\end_inset 


\layout Standard

Did you want the formular to be like this ?
\layout Standard


\begin_inset Formula \[
\sum _{l=5}^{10}l^{2}\]

\end_inset 


\the_end



Re: Display formula problem

2001-11-11 Thread Nick Burgan

Remzi,

I'm not sure exactly what is causing your problem.
When I opened your LyX file I was not able to toggle the position of the 
limits either.

I re-wrote the formular myself (see file attached) and it worked fine.

It seems to be a problem with the sum symbol that you are using. When I 
defined a sum symbol using \sum (or from the math panel) my sum symbol came 
out much bigger than yours. How did you define yours ? The limit toggling 
seems to work fine with my sum symbol but not with yours.
 
On Fri,  9 Nov 2001  4:02:am, you wrote:
 Thanks Nick,

 but it doesn't seem to work. Here is an example file attached... I used
 display formula before, I wonder if this is a bug or I am doing something
 wrong.

 Thanks

 Remzi

 On Wednesday 07 November 2001 18:55, Nick Burgan wrote:
  Remzi,
 
  You can toggle between the superscript/sunscript way and the directly
  above/below way when in display math mode, by typing
 
  Alt-m-l
  (the cursors position must be before or behind the symbol)
 
  Hope thats of some help
  Nick
 
  On Thu,  8 Nov 2001  3:14:am, you wrote:
   Lyx 1.1.6fix3 It seems to be a problem with the display formula. When I
   try to put the upper and lower limits of a sum, it does it like the
   inline formula does. Not exactly above the sum
   Any idea?
  
   Remzi


Content-Type: text/plain; charset=iso-8859-1; name=problem.lyx
Content-Transfer-Encoding: base64
Content-Description: 


-- 

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367


#LyX 1.1 created this file. For more info see http://www.lyx.org/
\lyxformat 218
\textclass article
\language english
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Standard

The following equation is in display formula mode:
\begin_inset Formula \[
\Sigma ^{10}_{l=5}l^{2}\]

\end_inset 


\layout Standard

Did you want the formular to be like this ?
\layout Standard


\begin_inset Formula \[
\sum _{l=5}^{10}l^{2}\]

\end_inset 


\the_end



Re: Display formula problem

2001-11-11 Thread Nick Burgan

Remzi,

I'm not sure exactly what is causing your problem.
When I opened your LyX file I was not able to toggle the position of the 
limits either.

I re-wrote the formular myself (see file attached) and it worked fine.

It seems to be a problem with the sum symbol that you are using. When I 
defined a sum symbol using \sum (or from the math panel) my sum symbol came 
out much bigger than yours. How did you define yours ? The limit toggling 
seems to work fine with my sum symbol but not with yours.
 
On Fri,  9 Nov 2001  4:02:am, you wrote:
> Thanks Nick,
>
> but it doesn't seem to work. Here is an example file attached... I used
> display formula before, I wonder if this is a bug or I am doing something
> wrong.
>
> Thanks
>
> Remzi
>
> On Wednesday 07 November 2001 18:55, Nick Burgan wrote:
> > Remzi,
> >
> > You can toggle between the superscript/sunscript way and the directly
> > above/below way when in display math mode, by typing
> >
> > Alt-m-l
> > (the cursors position must be before or behind the symbol)
> >
> > Hope thats of some help
> > Nick
> >
> > On Thu,  8 Nov 2001  3:14:am, you wrote:
> > > Lyx 1.1.6fix3 It seems to be a problem with the display formula. When I
> > > try to put the upper and lower limits of a sum, it does it like the
> > > inline formula does. Not exactly above the sum
> > > Any idea?
> > >
> > > Remzi


Content-Type: text/plain; charset="iso-8859-1"; name="problem.lyx"
Content-Transfer-Encoding: base64
Content-Description: 


-- 

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367


#LyX 1.1 created this file. For more info see http://www.lyx.org/
\lyxformat 218
\textclass article
\language english
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Standard

The following equation is in display formula mode:
\begin_inset Formula \[
\Sigma ^{10}_{l=5}l^{2}\]

\end_inset 


\layout Standard

Did you want the formular to be like this ?
\layout Standard


\begin_inset Formula \[
\sum _{l=5}^{10}l^{2}\]

\end_inset 


\the_end



Re: Display formula problem

2001-11-07 Thread Nick Burgan

Remzi,

You can toggle between the superscript/sunscript way and the directly 
above/below way when in display math mode, by typing

Alt-m-l 
(the cursors position must be before or behind the symbol)

Hope thats of some help
Nick

On Thu,  8 Nov 2001  3:14:am, you wrote:
 Lyx 1.1.6fix3 It seems to be a problem with the display formula. When I try
 to put the upper and lower limits of a sum, it does it like the inline
 formula does. Not exactly above the sum
 Any idea?

 Remzi

-- 

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: Display formula problem

2001-11-07 Thread Nick Burgan

Remzi,

You can toggle between the superscript/sunscript way and the directly 
above/below way when in display math mode, by typing

Alt-m-l 
(the cursors position must be before or behind the symbol)

Hope thats of some help
Nick

On Thu,  8 Nov 2001  3:14:am, you wrote:
 Lyx 1.1.6fix3 It seems to be a problem with the display formula. When I try
 to put the upper and lower limits of a sum, it does it like the inline
 formula does. Not exactly above the sum
 Any idea?

 Remzi

-- 

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: Display formula problem

2001-11-07 Thread Nick Burgan

Remzi,

You can toggle between the superscript/sunscript way and the directly 
above/below way when in display math mode, by typing

Alt-m-l 
(the cursors position must be before or behind the symbol)

Hope thats of some help
Nick

On Thu,  8 Nov 2001  3:14:am, you wrote:
> Lyx 1.1.6fix3 It seems to be a problem with the display formula. When I try
> to put the upper and lower limits of a sum, it does it like the inline
> formula does. Not exactly above the sum
> Any idea?
>
> Remzi

-- 
________
Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: Some observations and suggestions

2001-10-16 Thread Nick Burgan

 This is already possible with the undocumented ERT-inset, see the attached
 example.

I can't seem to get this feature to work

If have tried typing ERT-inset in the bar at the bottom
but the response I get is Unknown action ()

What am I doing wrong ?
(I'm using 1.1.6fix3)

Nick

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: Some observations and suggestions

2001-10-16 Thread Nick Burgan

 This is already possible with the undocumented ERT-inset, see the attached
 example.

I can't seem to get this feature to work

If have tried typing ERT-inset in the bar at the bottom
but the response I get is Unknown action ()

What am I doing wrong ?
(I'm using 1.1.6fix3)

Nick

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: Some observations and suggestions

2001-10-16 Thread Nick Burgan

> This is already possible with the undocumented ERT-inset, see the attached
> example.

I can't seem to get this feature to work

If have tried typing "ERT-inset" in the bar at the bottom
but the response I get is "Unknown action ()"

What am I doing wrong ?
(I'm using 1.1.6fix3)

Nick
________
Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: New German Spelling

2001-10-12 Thread Nick Burgan

Rainer,

It seems I wasn't much help before.

Do you still need to use the (old) german dictionary ?

By default LyX uses the dictionary of the language of the document 
(Layout-Document-Lanuage). So if you have this set to german, the way I 
understand it is that LyX would tell ispell to look for a dictionary called 
german.hash. This is probably a bit of a hack, but maybe you could make a 
dictionary called german.hash which is simply a symbolic link to the igerman 
dictionary. Then you could save the old german dictionary as german_old.hash 
and when you need to use it specify this in the spellchecker.

I guess the best way to do it would be able to define a new language called 
igerman in (Layout-Document-Lanuage). Maybe someone, who knows a lot more 
about it than I do, knows how to do this ?

Nick


On Fri, 12 Oct 2001  5:19:pm, you wrote:
 Nick,

 thanks for you reply.

  Rainer,
 
  I am not too sure what the ngerman dictionary is but maybe I can be of
  some help.

 The German language was modified recently. The goal was to reduce the
 number of exceptions in the spelling of words...during a transitional phase
 both spellings may now be used in official documents. I personally prefer
 to use the new spelling, which is in ngerman, the german contains the old
 spelling.

  I am assuming that you are using ispell ?
  If you have the ngerman dictionary installed you can get LyX (ispell) to
  use this to check the spelling by
 
  edit-preferences-Lang Opts-Spell checker
 
  select use alternate language, and type in ngerman
 
  (If you have the ngerman dictionary installed, you should have a
  ngerman.hash file, all of my dictionaries are in /usr/lib/ispell/)
 
  I hope thats of some help

 This is what I am doing right now. But I would like to have it as default
 for all German language documents

  Also why do you want an english dictionary instead of a british one ?
  Do you want american spelling ?

 It seems that I had another problem...I can't reproduce that problem any
 more.

 Rainer.

  Nick
 
  On Fri, 12 Oct 2001  3:30:am, Rainer Dorsch wrote:
   Hi,
  
   I am wondering, if it is possible to tell lyx to use the ngerman
   dictionary by default, if the document language is German.
  
   Also it seems that there is an ibritish, but no ienglish (at least in
   Debian).
  
   Thanks.
  
   Rainer.
 
  --
  
  Nick Burgan
  Postgraduate Student
 
  Active Noise and Vibration Control Group
  Department of Mechanical Engineering
  University of Adelaide
  SA 5005
  AUSTRALIA
 
  Phone: +61 (0)8 8303 6385
  Fax: +61 (0)8 8303 4367
  

-- 

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: New German Spelling

2001-10-12 Thread Nick Burgan

Rainer,

It seems I wasn't much help before.

Do you still need to use the (old) german dictionary ?

By default LyX uses the dictionary of the language of the document 
(Layout-Document-Lanuage). So if you have this set to german, the way I 
understand it is that LyX would tell ispell to look for a dictionary called 
german.hash. This is probably a bit of a hack, but maybe you could make a 
dictionary called german.hash which is simply a symbolic link to the igerman 
dictionary. Then you could save the old german dictionary as german_old.hash 
and when you need to use it specify this in the spellchecker.

I guess the best way to do it would be able to define a new language called 
igerman in (Layout-Document-Lanuage). Maybe someone, who knows a lot more 
about it than I do, knows how to do this ?

Nick


On Fri, 12 Oct 2001  5:19:pm, you wrote:
 Nick,

 thanks for you reply.

  Rainer,
 
  I am not too sure what the ngerman dictionary is but maybe I can be of
  some help.

 The German language was modified recently. The goal was to reduce the
 number of exceptions in the spelling of words...during a transitional phase
 both spellings may now be used in official documents. I personally prefer
 to use the new spelling, which is in ngerman, the german contains the old
 spelling.

  I am assuming that you are using ispell ?
  If you have the ngerman dictionary installed you can get LyX (ispell) to
  use this to check the spelling by
 
  edit-preferences-Lang Opts-Spell checker
 
  select use alternate language, and type in ngerman
 
  (If you have the ngerman dictionary installed, you should have a
  ngerman.hash file, all of my dictionaries are in /usr/lib/ispell/)
 
  I hope thats of some help

 This is what I am doing right now. But I would like to have it as default
 for all German language documents

  Also why do you want an english dictionary instead of a british one ?
  Do you want american spelling ?

 It seems that I had another problem...I can't reproduce that problem any
 more.

 Rainer.

  Nick
 
  On Fri, 12 Oct 2001  3:30:am, Rainer Dorsch wrote:
   Hi,
  
   I am wondering, if it is possible to tell lyx to use the ngerman
   dictionary by default, if the document language is German.
  
   Also it seems that there is an ibritish, but no ienglish (at least in
   Debian).
  
   Thanks.
  
   Rainer.
 
  --
  
  Nick Burgan
  Postgraduate Student
 
  Active Noise and Vibration Control Group
  Department of Mechanical Engineering
  University of Adelaide
  SA 5005
  AUSTRALIA
 
  Phone: +61 (0)8 8303 6385
  Fax: +61 (0)8 8303 4367
  

-- 

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: New German Spelling

2001-10-12 Thread Nick Burgan

Rainer,

It seems I wasn't much help before.

Do you still need to use the (old) german dictionary ?

By default LyX uses the dictionary of the language of the document 
(Layout->Document->Lanuage). So if you have this set to german, the way I 
understand it is that LyX would tell ispell to look for a dictionary called 
german.hash. This is probably a bit of a hack, but maybe you could make a 
dictionary called german.hash which is simply a symbolic link to the igerman 
dictionary. Then you could save the old german dictionary as german_old.hash 
and when you need to use it specify this in the spellchecker.

I guess the best way to do it would be able to define a new language called 
igerman in (Layout->Document->Lanuage). Maybe someone, who knows a lot more 
about it than I do, knows how to do this ?

Nick


On Fri, 12 Oct 2001  5:19:pm, you wrote:
> Nick,
>
> thanks for you reply.
>
> > Rainer,
> >
> > I am not too sure what the ngerman dictionary is but maybe I can be of
> > some help.
>
> The German language was modified recently. The goal was to reduce the
> number of exceptions in the spelling of words...during a transitional phase
> both spellings may now be used in official documents. I personally prefer
> to use the new spelling, which is in ngerman, the german contains the old
> spelling.
>
> > I am assuming that you are using ispell ?
> > If you have the ngerman dictionary installed you can get LyX (ispell) to
> > use this to check the spelling by
> >
> > edit->preferences->Lang Opts->Spell checker
> >
> > select use alternate language, and type in ngerman
> >
> > (If you have the ngerman dictionary installed, you should have a
> > ngerman.hash file, all of my dictionaries are in /usr/lib/ispell/)
> >
> > I hope thats of some help
>
> This is what I am doing right now. But I would like to have it as default
> for all German language documents
>
> > Also why do you want an english dictionary instead of a british one ?
> > Do you want american spelling ?
>
> It seems that I had another problem...I can't reproduce that problem any
> more.
>
> Rainer.
>
> > Nick
> >
> > On Fri, 12 Oct 2001  3:30:am, Rainer Dorsch wrote:
> > > Hi,
> > >
> > > I am wondering, if it is possible to tell lyx to use the ngerman
> > > dictionary by default, if the document language is German.
> > >
> > > Also it seems that there is an ibritish, but no ienglish (at least in
> > > Debian).
> > >
> > > Thanks.
> > >
> > > Rainer.
> >
> > --
> > 
> > Nick Burgan
> > Postgraduate Student
> >
> > Active Noise and Vibration Control Group
> > Department of Mechanical Engineering
> > University of Adelaide
> > SA 5005
> > AUSTRALIA
> >
> > Phone: +61 (0)8 8303 6385
> > Fax: +61 (0)8 8303 4367
> > 

-- 

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: New German Spelling

2001-10-11 Thread Nick Burgan

Rainer,

I am not too sure what the ngerman dictionary is but maybe I can be of some 
help.

I am assuming that you are using ispell ?
If you have the ngerman dictionary installed you can get LyX (ispell) to use 
this to check the spelling by 

edit-preferences-Lang Opts-Spell checker

select use alternate language, and type in ngerman

(If you have the ngerman dictionary installed, you should have a ngerman.hash 
file, all of my dictionaries are in /usr/lib/ispell/)

I hope thats of some help

Also why do you want an english dictionary instead of a british one ?
Do you want american spelling ?

Nick

On Fri, 12 Oct 2001  3:30:am, Rainer Dorsch wrote:
 Hi,

 I am wondering, if it is possible to tell lyx to use the ngerman dictionary
 by default, if the document language is German.

 Also it seems that there is an ibritish, but no ienglish (at least in
 Debian).

 Thanks.

 Rainer.

-- 

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: New German Spelling

2001-10-11 Thread Nick Burgan

Rainer,

I am not too sure what the ngerman dictionary is but maybe I can be of some 
help.

I am assuming that you are using ispell ?
If you have the ngerman dictionary installed you can get LyX (ispell) to use 
this to check the spelling by 

edit-preferences-Lang Opts-Spell checker

select use alternate language, and type in ngerman

(If you have the ngerman dictionary installed, you should have a ngerman.hash 
file, all of my dictionaries are in /usr/lib/ispell/)

I hope thats of some help

Also why do you want an english dictionary instead of a british one ?
Do you want american spelling ?

Nick

On Fri, 12 Oct 2001  3:30:am, Rainer Dorsch wrote:
 Hi,

 I am wondering, if it is possible to tell lyx to use the ngerman dictionary
 by default, if the document language is German.

 Also it seems that there is an ibritish, but no ienglish (at least in
 Debian).

 Thanks.

 Rainer.

-- 

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: New German Spelling

2001-10-11 Thread Nick Burgan

Rainer,

I am not too sure what the ngerman dictionary is but maybe I can be of some 
help.

I am assuming that you are using ispell ?
If you have the ngerman dictionary installed you can get LyX (ispell) to use 
this to check the spelling by 

edit->preferences->Lang Opts->Spell checker

select use alternate language, and type in ngerman

(If you have the ngerman dictionary installed, you should have a ngerman.hash 
file, all of my dictionaries are in /usr/lib/ispell/)

I hope thats of some help

Also why do you want an english dictionary instead of a british one ?
Do you want american spelling ?

Nick

On Fri, 12 Oct 2001  3:30:am, Rainer Dorsch wrote:
> Hi,
>
> I am wondering, if it is possible to tell lyx to use the ngerman dictionary
> by default, if the document language is German.
>
> Also it seems that there is an ibritish, but no ienglish (at least in
> Debian).
>
> Thanks.
>
> Rainer.

-- 
____
Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: Problems with EPS figures

2001-10-10 Thread Nick Burgan

I have found the .eps export feature on a lot of windows based programs to be 
pretty dodgy too.

Generally under windows programs I print to a postscript file and then open 
the files using GSview. If often gives some errors but manages to open the 
files. Then I use it to convert to .eps or re-save as a .ps . Then I use 
these files in LyX and they don't give me any troubles.

Nick


On Thu, 11 Oct 2001  1:37:am, Adrian Barrett wrote:
 Hi there,

 Does anybody know if there is a difference between EPS files created under
 windows and linux?  I have LyX running both under Cygwin and on a Redhat
 box.  Both have no problem displaying EPS images which come from a Unix
 background - for example the platypus figure in the user manual, or

 On the Cygwin LyX, EPS figures created by windows don't show as previews,
 although they do come up correctly in the DVI viewer.

 Under linux, EPS figures created by windows based programs generate errors
 when trying to open them in lots of different packages (gimp, xfig, lyx, gv
 etc).

 Any ideas??

 Adrian

 PS can you reply to my email as well as the list please.


Content-Type: text/html; charset=iso-8859-1; name=Attachment: 1
Content-Transfer-Encoding: quoted-printable
Content-Description: 


-- 

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: Problems with EPS figures

2001-10-10 Thread Nick Burgan

I have found the .eps export feature on a lot of windows based programs to be 
pretty dodgy too.

Generally under windows programs I print to a postscript file and then open 
the files using GSview. If often gives some errors but manages to open the 
files. Then I use it to convert to .eps or re-save as a .ps . Then I use 
these files in LyX and they don't give me any troubles.

Nick


On Thu, 11 Oct 2001  1:37:am, Adrian Barrett wrote:
 Hi there,

 Does anybody know if there is a difference between EPS files created under
 windows and linux?  I have LyX running both under Cygwin and on a Redhat
 box.  Both have no problem displaying EPS images which come from a Unix
 background - for example the platypus figure in the user manual, or

 On the Cygwin LyX, EPS figures created by windows don't show as previews,
 although they do come up correctly in the DVI viewer.

 Under linux, EPS figures created by windows based programs generate errors
 when trying to open them in lots of different packages (gimp, xfig, lyx, gv
 etc).

 Any ideas??

 Adrian

 PS can you reply to my email as well as the list please.


Content-Type: text/html; charset=iso-8859-1; name=Attachment: 1
Content-Transfer-Encoding: quoted-printable
Content-Description: 


-- 

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: Problems with EPS figures

2001-10-10 Thread Nick Burgan

I have found the .eps export feature on a lot of windows based programs to be 
pretty dodgy too.

Generally under windows programs I print to a postscript file and then open 
the files using GSview. If often gives some errors but manages to open the 
files. Then I use it to convert to .eps or re-save as a .ps . Then I use 
these files in LyX and they don't give me any troubles.

Nick


On Thu, 11 Oct 2001  1:37:am, Adrian Barrett wrote:
> Hi there,
>
> Does anybody know if there is a difference between EPS files created under
> windows and linux?  I have LyX running both under Cygwin and on a Redhat
> box.  Both have no problem displaying EPS images which come from a "Unix
> background" - for example the platypus figure in the user manual, or
>
> On the Cygwin LyX, EPS figures created by windows don't show as previews,
> although they do come up correctly in the DVI viewer.
>
> Under linux, EPS figures created by windows based programs generate errors
> when trying to open them in lots of different packages (gimp, xfig, lyx, gv
> etc).
>
> Any ideas??
>
> Adrian
>
> PS can you reply to my email as well as the list please.


Content-Type: text/html; charset="iso-8859-1"; name="Attachment: 1"
Content-Transfer-Encoding: quoted-printable
Content-Description: 
----

-- 

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: Bold greek letters in math-mode

2001-10-04 Thread Nick Burgan

On Thu,  4 Oct 2001 12:38:am, Alessandro Cafarella wrote:
 How can I write a bold greek letter in math-mode?

The easiest way I have found to do it, is to put
\boldsymbol
before any characters that you wish to be bold

eg
\boldsymbol\alpha

hope thats of some help

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: Redefining bibliography heading

2001-10-04 Thread Nick Burgan

Ben,

you may have already worked it out, but I've done this by putting

\def\bibname{References}

in ERT , on the line before I have my BibTeX Generated References
I'm not sure if it is the best way to do it but it worked for me.

Nick

On Thu,  4 Oct 2001  6:38:am, Herbert Voss wrote:
 Ben Knights wrote:
  I am using a bibtex-based bibliography, which I include at the base of
  my lyx document. Using the report document class, this results in
  the final document having the word Bibliography as the section name
  for the bibliography.
 
  I would like to change this from Bibliography to References. I
  have looked at the report.cls class file, and it defines \bibname as
  Bibliography. Hence I tried \renewcommand{\bibname}{References} in my
  Latex preamble, but that didn't work. Have I made a mistake here?
 
  Does anyone have any idea on how to change the Bibliography heading
  to References in lyx.

 try

 \AtBeginDocument{\renewcommand{\bibname}{References}}

 Herbert

-- 

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: Bold greek letters in math-mode

2001-10-04 Thread Nick Burgan

On Thu,  4 Oct 2001 12:38:am, Alessandro Cafarella wrote:
 How can I write a bold greek letter in math-mode?

The easiest way I have found to do it, is to put
\boldsymbol
before any characters that you wish to be bold

eg
\boldsymbol\alpha

hope thats of some help

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: Redefining bibliography heading

2001-10-04 Thread Nick Burgan

Ben,

you may have already worked it out, but I've done this by putting

\def\bibname{References}

in ERT , on the line before I have my BibTeX Generated References
I'm not sure if it is the best way to do it but it worked for me.

Nick

On Thu,  4 Oct 2001  6:38:am, Herbert Voss wrote:
 Ben Knights wrote:
  I am using a bibtex-based bibliography, which I include at the base of
  my lyx document. Using the report document class, this results in
  the final document having the word Bibliography as the section name
  for the bibliography.
 
  I would like to change this from Bibliography to References. I
  have looked at the report.cls class file, and it defines \bibname as
  Bibliography. Hence I tried \renewcommand{\bibname}{References} in my
  Latex preamble, but that didn't work. Have I made a mistake here?
 
  Does anyone have any idea on how to change the Bibliography heading
  to References in lyx.

 try

 \AtBeginDocument{\renewcommand{\bibname}{References}}

 Herbert

-- 

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: Bold greek letters in math-mode

2001-10-04 Thread Nick Burgan

On Thu,  4 Oct 2001 12:38:am, Alessandro Cafarella wrote:
> How can I write a bold greek letter in math-mode?
>
The easiest way I have found to do it, is to put
\boldsymbol
before any characters that you wish to be bold

eg
\boldsymbol\alpha

hope thats of some help
____
Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: Redefining bibliography heading

2001-10-04 Thread Nick Burgan

Ben,

you may have already worked it out, but I've done this by putting

\def\bibname{References}

in ERT , on the line before I have my "BibTeX Generated References"
I'm not sure if it is the best way to do it but it worked for me.

Nick

On Thu,  4 Oct 2001  6:38:am, Herbert Voss wrote:
> Ben Knights wrote:
> > I am using a bibtex-based bibliography, which I include at the base of
> > my lyx document. Using the "report" document class, this results in
> > the final document having the word "Bibliography" as the section name
> > for the bibliography.
> >
> > I would like to change this from "Bibliography" to "References". I
> > have looked at the report.cls class file, and it defines \bibname as
> > Bibliography. Hence I tried \renewcommand{\bibname}{References} in my
> > Latex preamble, but that didn't work. Have I made a mistake here?
> >
> > Does anyone have any idea on how to change the "Bibliography" heading
> > to "References" in lyx.
>
> try
>
> \AtBeginDocument{\renewcommand{\bibname}{References}}
>
> Herbert

-- 

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




titlesec package, compact headings

2001-09-09 Thread Nick Burgan

Hello All,

I am writing a report that must be limited to 20 pages. I would like the 
chapter headings to take up less space (vertically) on the page so I can fit 
more into the report.

I'm trying to use the titlesec package to produce more compact chapter 
headings. I have read the documentation for the package and on the 2nd page 
it mentions a compact option which reduces the spacing above and below the 
titles. This looks to be just what I want but no information is given on how 
to use this option. Unfortunately my skills in using LaTeX commands aren't 
that good.

The package basically seems to give you two main commands
\titleformat
\titlespacing

Basically I want to change the title spacing of the chapters, so I would 
imagine that I need to use the \titlespacing command but I'm not sure where 
the compact option should fit in.

Has anyone had much experience using this package and know how to use the 
compact option? Or perhaps someone knows another way to achieve the same 
result.

Thanks in advance
Nick 

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: titlesec package, compact headings

2001-09-09 Thread Nick Burgan

Hello again,

I tried 

\usepackage[compact]{titlesec}

in the preamble but there is no difference in the DVI output

I also tried
\usepackage[compact]{titlesec}
\titlespacing{\chapter}{0pt}{1*}{1*}

in the preamble but that didn't do anything either.
(by the way what do the *'s mean in the above command)

Any ideas ?

I have made a small trial file to try things out on, so I'm not using any 
other packages that might conflict with titlesec.

Nick



On Sun,  9 Sep 2001  6:29:pm, you wrote:
 Nick Burgan wrote:
  I'm trying to use the titlesec package to produce more compact chapter
  headings. I have read the documentation for the package and on the 2nd
  page it mentions a compact option which reduces the spacing above and
  below the titles. This looks to be just what I want but no information
  is given on how to use this option. Unfortunately my skills in using
  LaTeX commands aren't that good.

 \usepackage[compact]{titlesec}

 in preamble

  The package basically seems to give you two main commands
  \titleformat
  \titlespacing
 
  Basically I want to change the title spacing of the chapters, so I would
  imagine that I need to use the \titlespacing command but I'm not sure
  where the compact option should fit in.

 for example
 \titlespacing{chapter}{0pt}{1*}{1*}

 Herbert


 http://www.educat.hu-berlin.de/~voss/lyx/

-- 

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




titlesec package, compact headings

2001-09-09 Thread Nick Burgan

Hello All,

I am writing a report that must be limited to 20 pages. I would like the 
chapter headings to take up less space (vertically) on the page so I can fit 
more into the report.

I'm trying to use the titlesec package to produce more compact chapter 
headings. I have read the documentation for the package and on the 2nd page 
it mentions a compact option which reduces the spacing above and below the 
titles. This looks to be just what I want but no information is given on how 
to use this option. Unfortunately my skills in using LaTeX commands aren't 
that good.

The package basically seems to give you two main commands
\titleformat
\titlespacing

Basically I want to change the title spacing of the chapters, so I would 
imagine that I need to use the \titlespacing command but I'm not sure where 
the compact option should fit in.

Has anyone had much experience using this package and know how to use the 
compact option? Or perhaps someone knows another way to achieve the same 
result.

Thanks in advance
Nick 

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: titlesec package, compact headings

2001-09-09 Thread Nick Burgan

Hello again,

I tried 

\usepackage[compact]{titlesec}

in the preamble but there is no difference in the DVI output

I also tried
\usepackage[compact]{titlesec}
\titlespacing{\chapter}{0pt}{1*}{1*}

in the preamble but that didn't do anything either.
(by the way what do the *'s mean in the above command)

Any ideas ?

I have made a small trial file to try things out on, so I'm not using any 
other packages that might conflict with titlesec.

Nick



On Sun,  9 Sep 2001  6:29:pm, you wrote:
 Nick Burgan wrote:
  I'm trying to use the titlesec package to produce more compact chapter
  headings. I have read the documentation for the package and on the 2nd
  page it mentions a compact option which reduces the spacing above and
  below the titles. This looks to be just what I want but no information
  is given on how to use this option. Unfortunately my skills in using
  LaTeX commands aren't that good.

 \usepackage[compact]{titlesec}

 in preamble

  The package basically seems to give you two main commands
  \titleformat
  \titlespacing
 
  Basically I want to change the title spacing of the chapters, so I would
  imagine that I need to use the \titlespacing command but I'm not sure
  where the compact option should fit in.

 for example
 \titlespacing{chapter}{0pt}{1*}{1*}

 Herbert


 http://www.educat.hu-berlin.de/~voss/lyx/

-- 

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




titlesec package, compact headings

2001-09-09 Thread Nick Burgan

Hello All,

I am writing a report that must be limited to 20 pages. I would like the 
chapter headings to take up less space (vertically) on the page so I can fit 
more into the report.

I'm trying to use the titlesec package to produce more compact chapter 
headings. I have read the documentation for the package and on the 2nd page 
it mentions a "compact" option which "reduces the spacing above and below the 
titles". This looks to be just what I want but no information is given on how 
to use this option. Unfortunately my skills in using LaTeX commands aren't 
that good.

The package basically seems to give you two main commands
\titleformat
\titlespacing

Basically I want to change the title spacing of the chapters, so I would 
imagine that I need to use the \titlespacing command but I'm not sure where 
the compact option should fit in.

Has anyone had much experience using this package and know how to use the 
compact option? Or perhaps someone knows another way to achieve the same 
result.

Thanks in advance
Nick 
____
Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: titlesec package, compact headings

2001-09-09 Thread Nick Burgan

Hello again,

I tried 

\usepackage[compact]{titlesec}

in the preamble but there is no difference in the DVI output

I also tried
\usepackage[compact]{titlesec}
\titlespacing{\chapter}{0pt}{1*}{1*}

in the preamble but that didn't do anything either.
(by the way what do the *'s mean in the above command)

Any ideas ?

I have made a small trial file to try things out on, so I'm not using any 
other packages that might conflict with titlesec.

Nick



On Sun,  9 Sep 2001  6:29:pm, you wrote:
> Nick Burgan wrote:
> > I'm trying to use the titlesec package to produce more compact chapter
> > headings. I have read the documentation for the package and on the 2nd
> > page it mentions a "compact" option which "reduces the spacing above and
> > below the titles". This looks to be just what I want but no information
> > is given on how to use this option. Unfortunately my skills in using
> > LaTeX commands aren't that good.
>
> \usepackage[compact]{titlesec}
>
> in preamble
>
> > The package basically seems to give you two main commands
> > \titleformat
> > \titlespacing
> >
> > Basically I want to change the title spacing of the chapters, so I would
> > imagine that I need to use the \titlespacing command but I'm not sure
> > where the compact option should fit in.
>
> for example
> \titlespacing{chapter}{0pt}{1*}{1*}
>
> Herbert
>
>
> http://www.educat.hu-berlin.de/~voss/lyx/

-- 

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Rendering of EPS files

2001-09-06 Thread Nick Burgan

Hello All,

I wish to insert some photographs into my LyX document. I have the photos as 
.jpeg originally and I have converted them to .eps (level 2) using the 
Convert package that is part of image magick
ie. convert filename.jpg eps2:filename.eps

When I insert the .eps files into LyX, the image quality is very poor, and 
they look very grainy. In fact the .eps files look very poor in most of the 
image viewers I have on my system. Except for the Display package (part of 
image magick again).

(It doesn't seem to be a problem with figures ie plots, just with 
photograpghs)

I realise that the images will print perfectly but I was looking for a way to 
make them look better 'on screen'.

I guess LyX relies on ghostscript to render the images on screen ?

Is it possible to make LyX use another image rendering 'engine', for example 
the one that Display uses (I have no idea what this is). Display seems to 
render the images much faster also.

Maybe this is a development issue ?

Thanks in advance
Nick

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Rendering of EPS files

2001-09-06 Thread Nick Burgan

Hello All,

I wish to insert some photographs into my LyX document. I have the photos as 
.jpeg originally and I have converted them to .eps (level 2) using the 
Convert package that is part of image magick
ie. convert filename.jpg eps2:filename.eps

When I insert the .eps files into LyX, the image quality is very poor, and 
they look very grainy. In fact the .eps files look very poor in most of the 
image viewers I have on my system. Except for the Display package (part of 
image magick again).

(It doesn't seem to be a problem with figures ie plots, just with 
photograpghs)

I realise that the images will print perfectly but I was looking for a way to 
make them look better 'on screen'.

I guess LyX relies on ghostscript to render the images on screen ?

Is it possible to make LyX use another image rendering 'engine', for example 
the one that Display uses (I have no idea what this is). Display seems to 
render the images much faster also.

Maybe this is a development issue ?

Thanks in advance
Nick

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Rendering of EPS files

2001-09-06 Thread Nick Burgan

Hello All,

I wish to insert some photographs into my LyX document. I have the photos as 
.jpeg originally and I have converted them to .eps (level 2) using the 
Convert package that is part of image magick
ie. convert filename.jpg eps2:filename.eps

When I insert the .eps files into LyX, the image quality is very poor, and 
they look very grainy. In fact the .eps files look very poor in most of the 
image viewers I have on my system. Except for the Display package (part of 
image magick again).

(It doesn't seem to be a problem with figures ie plots, just with 
photograpghs)

I realise that the images will print perfectly but I was looking for a way to 
make them look better 'on screen'.

I guess LyX relies on ghostscript to render the images on screen ?

Is it possible to make LyX use another image rendering 'engine', for example 
the one that Display uses (I have no idea what this is). Display seems to 
render the images much faster also.

Maybe this is a development issue ?

Thanks in advance
Nick

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: \mathversion; fonts in menu

2001-08-27 Thread Nick Burgan

Krzys,

I'm not exactly sure if you wanted to do this, but if you just want to make 
individual symbols in your equations bold then if you precede the symbol, (in 
math mode) with

\boldsymbol

then it will make the symbol bold. It will only make the character that 
directly follows the command bold though, for example if you did

\boldsymbol\gamma\psi

the gamma will be bold and the psi wont

(also if you just want to make normal letters bold in math mode use ctrl-b)

I'm not sure of all the advantages and disadvantages of using the \boldsymbol 
command but it is the best way I have found to make selected Greek letters 
etc bold in an equation

Nick

On Fri, 24 Aug 2001  7:14:am, [EMAIL PROTECTED] wrote:
 1. I use \mathversion to make some of my
 equations turn to bold. I have just tried
 it on few examples and it seems to work OK
 (the greek small italic letters are bold too, ...)

 Does anyone know if there might be any problems using
 that command ? (I didn't find any information here,
 or in LyX Tips page ...)

  example:

 (in red TeX)\mathversion{bold}
 ... my LyX blue box equation ...
 (in red TeX)\mathversion{normal}

 

 2. I am using LyX for few weeks now,
 and among others thing I am playing with fonts.
 Is there a simple way to add new fonts into the
 LyX Document Layout menu ?
 For example, my TeTeX distribution comes with
 the beton package (a kind of Computer Modern
 modified fond). I just put
 \usepackage{beton}
 in the lyx preamble and it works great.
 For the math font i just use Euler
 \usepackage{euler}

 Is there a way to have this fonts in the menu
 with the others (default, times, palatino, ...)

 Thanks.

 Krzys


 ___
___ ifrance.com, l'email gratuit le plus complet de l'Internet !
 vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
 http://www.ifrance.com/_reloc/email.emailif

-- 

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: \mathversion; fonts in menu

2001-08-27 Thread Nick Burgan

Krzys,

I'm not exactly sure if you wanted to do this, but if you just want to make 
individual symbols in your equations bold then if you precede the symbol, (in 
math mode) with

\boldsymbol

then it will make the symbol bold. It will only make the character that 
directly follows the command bold though, for example if you did

\boldsymbol\gamma\psi

the gamma will be bold and the psi wont

(also if you just want to make normal letters bold in math mode use ctrl-b)

I'm not sure of all the advantages and disadvantages of using the \boldsymbol 
command but it is the best way I have found to make selected Greek letters 
etc bold in an equation

Nick

On Fri, 24 Aug 2001  7:14:am, [EMAIL PROTECTED] wrote:
 1. I use \mathversion to make some of my
 equations turn to bold. I have just tried
 it on few examples and it seems to work OK
 (the greek small italic letters are bold too, ...)

 Does anyone know if there might be any problems using
 that command ? (I didn't find any information here,
 or in LyX Tips page ...)

  example:

 (in red TeX)\mathversion{bold}
 ... my LyX blue box equation ...
 (in red TeX)\mathversion{normal}

 

 2. I am using LyX for few weeks now,
 and among others thing I am playing with fonts.
 Is there a simple way to add new fonts into the
 LyX Document Layout menu ?
 For example, my TeTeX distribution comes with
 the beton package (a kind of Computer Modern
 modified fond). I just put
 \usepackage{beton}
 in the lyx preamble and it works great.
 For the math font i just use Euler
 \usepackage{euler}

 Is there a way to have this fonts in the menu
 with the others (default, times, palatino, ...)

 Thanks.

 Krzys


 ___
___ ifrance.com, l'email gratuit le plus complet de l'Internet !
 vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
 http://www.ifrance.com/_reloc/email.emailif

-- 

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: \mathversion; fonts in menu

2001-08-27 Thread Nick Burgan

Krzys,

I'm not exactly sure if you wanted to do this, but if you just want to make 
individual symbols in your equations bold then if you precede the symbol, (in 
math mode) with

\boldsymbol

then it will make the symbol bold. It will only make the character that 
directly follows the command bold though, for example if you did

\boldsymbol\gamma\psi

the gamma will be bold and the psi wont

(also if you just want to make normal letters bold in math mode use ctrl-b)

I'm not sure of all the advantages and disadvantages of using the \boldsymbol 
command but it is the best way I have found to make selected Greek letters 
etc bold in an equation

Nick

On Fri, 24 Aug 2001  7:14:am, [EMAIL PROTECTED] wrote:
> 1. I use \mathversion to make some of my
> equations turn to "bold". I have just tried
> it on few examples and it seems to work OK
> (the greek small italic letters are bold too, ...)
>
> Does anyone know if there might be any problems using
> that command ? (I didn't find any information here,
> or in LyX Tips page ...)
>
>  example:
>
> (in red TeX)\mathversion{bold}
> ... my LyX blue box equation ...
> (in red TeX)\mathversion{normal}
>
> 
>
> 2. I am using LyX for few weeks now,
> and among others thing I am "playing" with fonts.
> Is there a simple way to add new fonts into the
> LyX Document Layout menu ?
> For example, my TeTeX distribution comes with
> the beton package (a kind of Computer Modern
> modified fond). I just put
> \usepackage{beton}
> in the lyx preamble and it works great.
> For the math font i just use Euler
> \usepackage{euler}
>
> Is there a way to have this fonts in the menu
> with the others (default, times, palatino, ...)
>
> Thanks.
>
> Krzys
>
>
> ___
>___ ifrance.com, l'email gratuit le plus complet de l'Internet !
> vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
> http://www.ifrance.com/_reloc/email.emailif

-- 

Nick Burgan
Postgraduate Student

Active Noise and Vibration Control Group
Department of Mechanical Engineering
University of Adelaide
SA 5005
AUSTRALIA

Phone: +61 (0)8 8303 6385
Fax: +61 (0)8 8303 4367




Re: Missing \begin{document}

2001-03-13 Thread Nick Burgan

On Sat, 10 Mar 2001 11:41:pm, root wrote:
 I downloaded and installed lyx-1.1.6fix1 and when I try to process
 (convert to LaTeX od print) the file I get the error message:

 \missing{begin{document}

 The problem is that the program sometime before `beginning' the
 document, calls the file english.cfg.
 How can tjis be fixed?

 Thank you.


When I first installed 1.1.6fix1 I was having the same problem. After messing 
around for ages what seemed to be causing the problem was that I had a space 
in the name of the directory in which the file was located. If you remove any 
spaces or other strange characters (dashes "-" etc ) from the everywhere in 
the directory tree of the file the problem goes away. Or if you move the file 
to another appropriately named directory and open it from there, there is no 
problem.

I hope this is of some help

Nick Burgan



Re: Missing \begin{document}

2001-03-13 Thread Nick Burgan

On Sat, 10 Mar 2001 11:41:pm, root wrote:
 I downloaded and installed lyx-1.1.6fix1 and when I try to process
 (convert to LaTeX od print) the file I get the error message:

 \missing{begin{document}

 The problem is that the program sometime before `beginning' the
 document, calls the file english.cfg.
 How can tjis be fixed?

 Thank you.


When I first installed 1.1.6fix1 I was having the same problem. After messing 
around for ages what seemed to be causing the problem was that I had a space 
in the name of the directory in which the file was located. If you remove any 
spaces or other strange characters (dashes "-" etc ) from the everywhere in 
the directory tree of the file the problem goes away. Or if you move the file 
to another appropriately named directory and open it from there, there is no 
problem.

I hope this is of some help

Nick Burgan



Re: Missing \begin{document}

2001-03-13 Thread Nick Burgan

On Sat, 10 Mar 2001 11:41:pm, root wrote:
> I downloaded and installed lyx-1.1.6fix1 and when I try to process
> (convert to LaTeX od print) the file I get the error message:
>
> \missing{begin{document}
>
> The problem is that the program sometime before `beginning' the
> document, calls the file english.cfg.
> How can tjis be fixed?
>
> Thank you.
>

When I first installed 1.1.6fix1 I was having the same problem. After messing 
around for ages what seemed to be causing the problem was that I had a space 
in the name of the directory in which the file was located. If you remove any 
spaces or other strange characters (dashes "-" etc ) from the everywhere in 
the directory tree of the file the problem goes away. Or if you move the file 
to another appropriately named directory and open it from there, there is no 
problem.

I hope this is of some help

Nick Burgan