Empty files?

2002-04-26 Thread Sarah Mount


I have a LyX file which normally converts to a 9-page postscript document. 
Having changed a bit of the preamble (to include some messing around with 
fancyhdrs), every time I try to generate a postscript or pdf file, LyX 
says operation resulted in an empty file. Has anyone had similar 
problems?

Cheers,

Sarah

-- 
All over the place, from the popular culture to the propaganda system, 
there is constant pressure to make people feel that they are helpless, 
that the only role they can have is to ratify decisions and to consume.
  -- Noam Chomsky




Re: Empty files?

2002-04-26 Thread Sarah Mount

On Fri, 26 Apr 2002, Herbert Voss wrote:

 Sarah Mount wrote:
 
  I have a LyX file which normally converts to a 9-page postscript document. 
  Having changed a bit of the preamble (to include some messing around with 
  fancyhdrs), every time I try to generate a postscript or pdf file, LyX 
  says operation resulted in an empty file. Has anyone had similar 
  problems?
 
 in 99% a problem in the preamble, mostly a missing parenthesis

Thanks, I eventually found this by exporting to TeX and runnint LaTeX by 
hand. I'm a bit surprised that LyX doesn't give the same error message as 
LaTeX in this situation.

Cheers,

Sarah




Empty files?

2002-04-26 Thread Sarah Mount


I have a LyX file which normally converts to a 9-page postscript document. 
Having changed a bit of the preamble (to include some messing around with 
fancyhdrs), every time I try to generate a postscript or pdf file, LyX 
says operation resulted in an empty file. Has anyone had similar 
problems?

Cheers,

Sarah

-- 
All over the place, from the popular culture to the propaganda system, 
there is constant pressure to make people feel that they are helpless, 
that the only role they can have is to ratify decisions and to consume.
  -- Noam Chomsky




Re: Empty files?

2002-04-26 Thread Sarah Mount

On Fri, 26 Apr 2002, Herbert Voss wrote:

 Sarah Mount wrote:
 
  I have a LyX file which normally converts to a 9-page postscript document. 
  Having changed a bit of the preamble (to include some messing around with 
  fancyhdrs), every time I try to generate a postscript or pdf file, LyX 
  says operation resulted in an empty file. Has anyone had similar 
  problems?
 
 in 99% a problem in the preamble, mostly a missing parenthesis

Thanks, I eventually found this by exporting to TeX and runnint LaTeX by 
hand. I'm a bit surprised that LyX doesn't give the same error message as 
LaTeX in this situation.

Cheers,

Sarah




Empty files?

2002-04-26 Thread Sarah Mount


I have a LyX file which normally converts to a 9-page postscript document. 
Having changed a bit of the preamble (to include some messing around with 
fancyhdrs), every time I try to generate a postscript or pdf file, LyX 
says "operation resulted in an empty file". Has anyone had similar 
problems?

Cheers,

Sarah

-- 
All over the place, from the popular culture to the propaganda system, 
there is constant pressure to make people feel that they are helpless, 
that the only role they can have is to ratify decisions and to consume.
  -- Noam Chomsky




Re: Empty files?

2002-04-26 Thread Sarah Mount

On Fri, 26 Apr 2002, Herbert Voss wrote:

> Sarah Mount wrote:
> 
> > I have a LyX file which normally converts to a 9-page postscript document. 
> > Having changed a bit of the preamble (to include some messing around with 
> > fancyhdrs), every time I try to generate a postscript or pdf file, LyX 
> > says "operation resulted in an empty file". Has anyone had similar 
> > problems?
> 
> in 99% a problem in the preamble, mostly a missing parenthesis

Thanks, I eventually found this by exporting to TeX and runnint LaTeX by 
hand. I'm a bit surprised that LyX doesn't give the same error message as 
LaTeX in this situation.

Cheers,

Sarah




Character sizes in section names

2002-04-25 Thread Sarah Mount


Is there any way to change the size of characters in section names and
numbers (and in the Abstract header of an abstract) to be font size 10, 
without making them standard text?

Thanks,

Sarah




LyX layout files

2002-04-25 Thread Sarah Mount


OK, I'm trying to make sure all my section headings, abstract, title 
authors are in a size 10 font.  I've got a .layout file that's reproduced
below, but it doesn't seem to make any difference at all. (Obviously, I've 
selected size 10 fonts in the Layout-Document dialog box!). Any help 
would be much appreciated.

Thanks,

Sarah


#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[article]{article (Michael)}
# Article textclass definition file. Taken from initial LyX source code
# ...

# Input general definitions
Input stdclass.inc

# There are no chapters in an article.
NoStyle Chapter
NoStyle Chapter*

MaxCounter  Counter_Section
SecNumDepth 3
TocDepth3

# Section style definition
Style Section
  # standard font definition
  Font 
Series  Bold
SizeNormal
  EndFont

End

# Subsection style definition
Style Subsection
  # standard font definition
  Font 
Series  Bold
SizeNormal
  EndFont

End

# Subsubsection style definition
Style Subsubsection
  # standard font definition
  Font 
Series  Bold
SizeNormal
  EndFont

End


# Abstract style definition
Style Abstract 
  # standard font definition
  Font 
SizeNormal
  EndFont

  # label font definition
  LabelFont 
Series  Bold
SizeNormal
  EndFont
End 

# Title style definition
Style Title
  # standard font definition
  Font 
SizeNormal
  EndFont

End

# Author style definition
Style Author
  # standard font definition
  Font 
SizeNormal
  EndFont

End





Re: LyX layout files

2002-04-25 Thread Sarah Mount

On Thu, 25 Apr 2002, Herbert Voss wrote:

 Sarah Mount wrote:
 
  OK, I'm trying to make sure all my section headings, abstract, title 
  authors are in a size 10 font.  I've got a .layout file that's reproduced
  below, but it doesn't seem to make any difference at all. (Obviously, I've 
  selected size 10 fonts in the Layout-Document dialog box!). Any help 
  would be much appreciated.
 
 
 the layout file is only (!) for the lyx-view and has nothing(!) to do
 with the latex output. when it's the same it's fine, when not ...

I know, I just wanted the LyX view to look similar to the output :)
 
 if you want to change only for one document the chapter/sections/..
 titles, than use in preamble for example:
 
 \usepackage{sectsty}
 \allsectionsfont{\small}

Excellent, thanks.
 
 if you want it for all docs than it makes sense to write an own
 lyx-layout to get more wysiwig.

Well, Word is my other option, but I've found that it handles figures very 
badly, especially in two-column mode. Sigh.

Thanks,

Sarah




Character sizes in section names

2002-04-25 Thread Sarah Mount


Is there any way to change the size of characters in section names and
numbers (and in the Abstract header of an abstract) to be font size 10, 
without making them standard text?

Thanks,

Sarah




LyX layout files

2002-04-25 Thread Sarah Mount


OK, I'm trying to make sure all my section headings, abstract, title 
authors are in a size 10 font.  I've got a .layout file that's reproduced
below, but it doesn't seem to make any difference at all. (Obviously, I've 
selected size 10 fonts in the Layout-Document dialog box!). Any help 
would be much appreciated.

Thanks,

Sarah


#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[article]{article (Michael)}
# Article textclass definition file. Taken from initial LyX source code
# ...

# Input general definitions
Input stdclass.inc

# There are no chapters in an article.
NoStyle Chapter
NoStyle Chapter*

MaxCounter  Counter_Section
SecNumDepth 3
TocDepth3

# Section style definition
Style Section
  # standard font definition
  Font 
Series  Bold
SizeNormal
  EndFont

End

# Subsection style definition
Style Subsection
  # standard font definition
  Font 
Series  Bold
SizeNormal
  EndFont

End

# Subsubsection style definition
Style Subsubsection
  # standard font definition
  Font 
Series  Bold
SizeNormal
  EndFont

End


# Abstract style definition
Style Abstract 
  # standard font definition
  Font 
SizeNormal
  EndFont

  # label font definition
  LabelFont 
Series  Bold
SizeNormal
  EndFont
End 

# Title style definition
Style Title
  # standard font definition
  Font 
SizeNormal
  EndFont

End

# Author style definition
Style Author
  # standard font definition
  Font 
SizeNormal
  EndFont

End





Re: LyX layout files

2002-04-25 Thread Sarah Mount

On Thu, 25 Apr 2002, Herbert Voss wrote:

 Sarah Mount wrote:
 
  OK, I'm trying to make sure all my section headings, abstract, title 
  authors are in a size 10 font.  I've got a .layout file that's reproduced
  below, but it doesn't seem to make any difference at all. (Obviously, I've 
  selected size 10 fonts in the Layout-Document dialog box!). Any help 
  would be much appreciated.
 
 
 the layout file is only (!) for the lyx-view and has nothing(!) to do
 with the latex output. when it's the same it's fine, when not ...

I know, I just wanted the LyX view to look similar to the output :)
 
 if you want to change only for one document the chapter/sections/..
 titles, than use in preamble for example:
 
 \usepackage{sectsty}
 \allsectionsfont{\small}

Excellent, thanks.
 
 if you want it for all docs than it makes sense to write an own
 lyx-layout to get more wysiwig.

Well, Word is my other option, but I've found that it handles figures very 
badly, especially in two-column mode. Sigh.

Thanks,

Sarah




Character sizes in section names

2002-04-25 Thread Sarah Mount


Is there any way to change the size of characters in section names and
numbers (and in the "Abstract" header of an abstract) to be font size 10, 
without making them standard text?

Thanks,

Sarah




LyX layout files

2002-04-25 Thread Sarah Mount


OK, I'm trying to make sure all my section headings, abstract, title &
authors are in a size 10 font.  I've got a .layout file that's reproduced
below, but it doesn't seem to make any difference at all. (Obviously, I've 
selected size 10 fonts in the Layout->Document dialog box!). Any help 
would be much appreciated.

Thanks,

Sarah


#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[article]{article (Michael)}
# Article textclass definition file. Taken from initial LyX source code
# ...

# Input general definitions
Input stdclass.inc

# There are no chapters in an article.
NoStyle Chapter
NoStyle Chapter*

MaxCounter  Counter_Section
SecNumDepth 3
TocDepth3

# Section style definition
Style Section
  # standard font definition
  Font 
Series  Bold
SizeNormal
  EndFont

End

# Subsection style definition
Style Subsection
  # standard font definition
  Font 
Series  Bold
SizeNormal
  EndFont

End

# Subsubsection style definition
Style Subsubsection
  # standard font definition
  Font 
Series  Bold
SizeNormal
  EndFont

End


# Abstract style definition
Style Abstract 
  # standard font definition
  Font 
SizeNormal
  EndFont

  # label font definition
  LabelFont 
Series  Bold
SizeNormal
  EndFont
End 

# Title style definition
Style Title
  # standard font definition
  Font 
SizeNormal
  EndFont

End

# Author style definition
Style Author
  # standard font definition
  Font 
SizeNormal
  EndFont

End





Re: LyX layout files

2002-04-25 Thread Sarah Mount

On Thu, 25 Apr 2002, Herbert Voss wrote:

> Sarah Mount wrote:
> 
> > OK, I'm trying to make sure all my section headings, abstract, title &
> > authors are in a size 10 font.  I've got a .layout file that's reproduced
> > below, but it doesn't seem to make any difference at all. (Obviously, I've 
> > selected size 10 fonts in the Layout->Document dialog box!). Any help 
> > would be much appreciated.
> 
> 
> the layout file is only (!) for the lyx-view and has nothing(!) to do
> with the latex output. when it's the same it's fine, when not ...

I know, I just wanted the LyX view to look similar to the output :)
 
> if you want to change only for one document the chapter/sections/..
> titles, than use in preamble for example:
> 
> \usepackage{sectsty}
> \allsectionsfont{\small}

Excellent, thanks.
 
> if you want it for all docs than it makes sense to write an own
> lyx-layout to get more wysiwig.

Well, Word is my other option, but I've found that it handles figures very 
badly, especially in two-column mode. Sigh.

Thanks,

Sarah




Spaces in verbatim environments?

2002-02-28 Thread Sarah Mount

I have a piece of tex in a lyx file that should look like this:

\begin{verbatim}
fun fact 0 = 1
  | fact n = n * fact(n-1)
\end{verbatim}

(with forced linebreak characters at the end of each line)

How can I type the double space before the | character without using
Ctrl-space (which appears as a tilde because of the verbatim environment)?

Many thanks,

Sarah




Spaces in verbatim environments?

2002-02-28 Thread Sarah Mount

I have a piece of tex in a lyx file that should look like this:

\begin{verbatim}
fun fact 0 = 1
  | fact n = n * fact(n-1)
\end{verbatim}

(with forced linebreak characters at the end of each line)

How can I type the double space before the | character without using
Ctrl-space (which appears as a tilde because of the verbatim environment)?

Many thanks,

Sarah




Spaces in verbatim environments?

2002-02-28 Thread Sarah Mount

I have a piece of tex in a .lyx file that should look like this:

\begin{verbatim}
fun fact 0 = 1
  | fact n = n * fact(n-1)
\end{verbatim}

(with forced linebreak characters at the end of each line)

How can I type the double space before the | character without using
Ctrl-space (which appears as a tilde because of the verbatim environment)?

Many thanks,

Sarah




LyX mangles harvard refs?

2002-02-09 Thread Sarah Mount


(Sorry if this is a known bug and I missed it on the list!)

I'm currently using 1.1.6fix4 (the latest version, I think) [1] with
\usepackage{harvard} in my preamble and bib style agsm. Whenever I have
more than one reference in a LyX cite box, only the first one gets
rendered and the others come out as question marks. This doesn't happen if
I use the plain bib style.

I guess, I can just use more than one cite box for every double (n-tuple!)  
citation, but perhaps there's a neater fix?

Many thanks,

Sarah

[1] and the tetex-1.0.7-15.6 rpm, if that's useful info'




Re: LyX mangles harvard refs?

2002-02-09 Thread Sarah Mount

On Sat, 9 Feb 2002, Herbert Voss wrote:

 no problem here. You always get a ? when something is wrong with
 your bibfile or the bibentries.

Ah...well, emacs validate thingy says there's nothing wrong with them 
:-(
 
 do you use a bibfile or bibentries with lyx-paragraph layout
 bibliography?

I don't think so (how would I know?). It seems odd to me that this error 
isn't replicated in plain bibstyle, if there's something wrong with my 
bibtex file!

Thanks,

Sarah




LyX mangles harvard refs?

2002-02-09 Thread Sarah Mount


(Sorry if this is a known bug and I missed it on the list!)

I'm currently using 1.1.6fix4 (the latest version, I think) [1] with
\usepackage{harvard} in my preamble and bib style agsm. Whenever I have
more than one reference in a LyX cite box, only the first one gets
rendered and the others come out as question marks. This doesn't happen if
I use the plain bib style.

I guess, I can just use more than one cite box for every double (n-tuple!)  
citation, but perhaps there's a neater fix?

Many thanks,

Sarah

[1] and the tetex-1.0.7-15.6 rpm, if that's useful info'




Re: LyX mangles harvard refs?

2002-02-09 Thread Sarah Mount

On Sat, 9 Feb 2002, Herbert Voss wrote:

 no problem here. You always get a ? when something is wrong with
 your bibfile or the bibentries.

Ah...well, emacs validate thingy says there's nothing wrong with them 
:-(
 
 do you use a bibfile or bibentries with lyx-paragraph layout
 bibliography?

I don't think so (how would I know?). It seems odd to me that this error 
isn't replicated in plain bibstyle, if there's something wrong with my 
bibtex file!

Thanks,

Sarah




LyX mangles harvard refs?

2002-02-09 Thread Sarah Mount


(Sorry if this is a known bug and I missed it on the list!)

I'm currently using 1.1.6fix4 (the latest version, I think) [1] with
\usepackage{harvard} in my preamble and bib style agsm. Whenever I have
more than one reference in a LyX cite box, only the first one gets
rendered and the others come out as question marks. This doesn't happen if
I use the plain bib style.

I guess, I can just use more than one cite box for every double (n-tuple!)  
citation, but perhaps there's a neater fix?

Many thanks,

Sarah

[1] and the tetex-1.0.7-15.6 rpm, if that's useful info'




Re: LyX mangles harvard refs?

2002-02-09 Thread Sarah Mount

On Sat, 9 Feb 2002, Herbert Voss wrote:

> no problem here. You always get a "?" when something is wrong with
> your bibfile or the bibentries.

Ah...well, emacs "validate" thingy says there's nothing wrong with them 
:-(
 
> do you use a bibfile or bibentries with lyx-paragraph layout
> bibliography?

I don't think so (how would I know?). It seems odd to me that this error 
isn't replicated in "plain" bibstyle, if there's something wrong with my 
bibtex file!

Thanks,

Sarah




References / bibliographies

2002-02-08 Thread Sarah Mount


I want to have a list of references without the References section 
heading at the top. Any ideas?

Many thanks,

Sarah




Re: References / bibliographies

2002-02-08 Thread Sarah Mount

On Fri, 8 Feb 2002, Tuukka Toivonen wrote:

 On Fri, 8 Feb 2002, Sarah Mount wrote:
 
 I want to have a list of references without the References section
 
 Well, the easiest way is to write
   \renewcommand{\refname}{}

Ah! That works, although there's still a big gap between the section title 
and first reference.

Many thanks!

Sarah





References / bibliographies

2002-02-08 Thread Sarah Mount


I want to have a list of references without the References section 
heading at the top. Any ideas?

Many thanks,

Sarah




Re: References / bibliographies

2002-02-08 Thread Sarah Mount

On Fri, 8 Feb 2002, Tuukka Toivonen wrote:

 On Fri, 8 Feb 2002, Sarah Mount wrote:
 
 I want to have a list of references without the References section
 
 Well, the easiest way is to write
   \renewcommand{\refname}{}

Ah! That works, although there's still a big gap between the section title 
and first reference.

Many thanks!

Sarah





References / bibliographies

2002-02-08 Thread Sarah Mount


I want to have a list of references without the "References" section 
heading at the top. Any ideas?

Many thanks,

Sarah




Re: References / bibliographies

2002-02-08 Thread Sarah Mount

On Fri, 8 Feb 2002, Tuukka Toivonen wrote:

> On Fri, 8 Feb 2002, Sarah Mount wrote:
> 
> >I want to have a list of references without the "References" section
> 
> Well, the easiest way is to write
>   \renewcommand{\refname}{}

Ah! That works, although there's still a big gap between the section title 
and first reference.

Many thanks!

Sarah





Kerning in math mode (a bit OT)

2001-05-30 Thread Sarah Mount


f's in math mode seem to be kerned strangely, is there a way round this,
or am I hallucinating after too much coffee?

Thanks!

Sarah

-- 
I've held on all these years now, now what medal have I got?
Hold on, hold on to what?
- Heaton/Rotherby





Kerning in math mode (a bit OT)

2001-05-30 Thread Sarah Mount


f's in math mode seem to be kerned strangely, is there a way round this,
or am I hallucinating after too much coffee?

Thanks!

Sarah

-- 
I've held on all these years now, now what medal have I got?
Hold on, hold on to what?
- Heaton/Rotherby





Kerning in math mode (a bit OT)

2001-05-30 Thread Sarah Mount


f's in math mode seem to be kerned strangely, is there a way round this,
or am I hallucinating after too much coffee?

Thanks!

Sarah

-- 
I've held on all these years now, now what medal have I got?
Hold on, hold on to what?
- Heaton/Rotherby





Math symbols - slightly OT

2001-05-16 Thread Sarah Mount


Hi :)

In my LyX document, I need a math symbol that means equals, by
definition, which should look like a normal equals (=) sign, with
def in small letters above the upper bar. 

Is there a built-in symbol that looks like this, or does anyone know of a
suitable macro?

Thanks for the help!

Sarah




Math symbols - slightly OT

2001-05-16 Thread Sarah Mount


Hi :)

In my LyX document, I need a math symbol that means equals, by
definition, which should look like a normal equals (=) sign, with
def in small letters above the upper bar. 

Is there a built-in symbol that looks like this, or does anyone know of a
suitable macro?

Thanks for the help!

Sarah




Math symbols - slightly OT

2001-05-16 Thread Sarah Mount


Hi :)

In my LyX document, I need a math symbol that means "equals, by
definition", which should look like a normal equals (=) sign, with
"def" in small letters above the upper bar. 

Is there a built-in symbol that looks like this, or does anyone know of a
suitable macro?

Thanks for the help!

Sarah




Quick BibTeX question...

2001-04-11 Thread Sarah Mount


How can I print a ~ (tilde) in an article title? I don't want to put the
tilde over a letter (like in some Spanish words) I want it to appear on
its own. Any ideas?

Thanks everyone!

Sarah




Re: Quick BibTeX question...

2001-04-11 Thread Sarah Mount

On Wed, 11 Apr 2001, Herbert Voss wrote:

 On Wed, 11 Apr 2001, Sarah Mount wrote:
 
 
  How can I print a ~ (tilde) in an article title? I don't want to put the
  tilde over a letter (like in some Spanish words) I want it to appear on
  its own. Any ideas?
 
 have a look at
 
 http://www.emerson.emory.edu/services/latex/latex_155.html#SEC155
 
 for special character. in lyx you can write your ~, that is all.

Thanks, but that doesn't work in a BibTeX field :(

Regards,

Sarah





Re: Quick BibTeX question...

2001-04-11 Thread Sarah Mount

On Wed, 11 Apr 2001, Laurent DUVAL wrote:

 \~{} works fine with  me in a bib file.

Thanks - I'd forgotten about the {} !!

Regards,

Sarah




Quick BibTeX question...

2001-04-11 Thread Sarah Mount


How can I print a ~ (tilde) in an article title? I don't want to put the
tilde over a letter (like in some Spanish words) I want it to appear on
its own. Any ideas?

Thanks everyone!

Sarah




Re: Quick BibTeX question...

2001-04-11 Thread Sarah Mount

On Wed, 11 Apr 2001, Herbert Voss wrote:

 On Wed, 11 Apr 2001, Sarah Mount wrote:
 
 
  How can I print a ~ (tilde) in an article title? I don't want to put the
  tilde over a letter (like in some Spanish words) I want it to appear on
  its own. Any ideas?
 
 have a look at
 
 http://www.emerson.emory.edu/services/latex/latex_155.html#SEC155
 
 for special character. in lyx you can write your ~, that is all.

Thanks, but that doesn't work in a BibTeX field :(

Regards,

Sarah





Re: Quick BibTeX question...

2001-04-11 Thread Sarah Mount

On Wed, 11 Apr 2001, Laurent DUVAL wrote:

 \~{} works fine with  me in a bib file.

Thanks - I'd forgotten about the {} !!

Regards,

Sarah




Quick BibTeX question...

2001-04-11 Thread Sarah Mount


How can I print a ~ (tilde) in an article title? I don't want to put the
tilde over a letter (like in some Spanish words) I want it to appear on
its own. Any ideas?

Thanks everyone!

Sarah




Re: Quick BibTeX question...

2001-04-11 Thread Sarah Mount

On Wed, 11 Apr 2001, Herbert Voss wrote:

> On Wed, 11 Apr 2001, Sarah Mount wrote:
> 
> >
> > How can I print a ~ (tilde) in an article title? I don't want to put the
> > tilde over a letter (like in some Spanish words) I want it to appear on
> > its own. Any ideas?
> 
> have a look at
> 
> http://www.emerson.emory.edu/services/latex/latex_155.html#SEC155
> 
> for special character. in lyx you can write your ~, that is all.

Thanks, but that doesn't work in a BibTeX field :(

Regards,

Sarah





Re: Quick BibTeX question...

2001-04-11 Thread Sarah Mount

On Wed, 11 Apr 2001, Laurent DUVAL wrote:

> \~{} works fine with  me in a bib file.

Thanks - I'd forgotten about the {} !!

Regards,

Sarah




Can't compile 1.1.6/1.1.6fix1

2001-03-01 Thread Sarah Mount


Hi everyone. I'm having some problems compiling the latest versions of
LyX. I'm running RH6.2 with xforms-0.88.1-1 and xpm-3.4k-2 (which provides
/usr/X11R6/lib/libXpm.so.4 i think :P).

I get the following error:

In file included from formula.C:29:
../../src/minibuffer.h:5: forms.h: No such file or directory
In file included from formula.C:30:
../../src/BufferView.h:19: forms.h: No such file or directory
In file included from formula.C:35:
../../src/lyx_gui_misc.h:21: forms.h: No such file or directory
In file included from formula.C:37:
../../src/LyXView.h:20: forms.h: No such file or directory
make[3]: *** [formula.lo] Error 1
make[3]: Leaving directory `/home/snim2/inst/lyx-1.1.6/src/mathed'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/snim2/inst/lyx-1.1.6/src'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/home/snim2/inst/lyx-1.1.6/src'
make: *** [all-recursive] Error 1

If anyone can help, I'd be really grateful.

Thanks,

Sarah




Re: Can't compile 1.1.6/1.1.6fix1

2001-03-01 Thread Sarah Mount

On Thu, 1 Mar 2001, Tuukka Toivonen wrote:

 On Thu, 1 Mar 2001, Sarah Mount wrote:
 
  LyX. I'm running RH6.2 with xforms-0.88.1-1 and xpm-3.4k-2 (which provides
 ...
  ../../src/minibuffer.h:5: forms.h: No such file or directory
 
 I have little experience about RedHat, but
 - if there is "xforms-devel" package or similar, you must install that
   too.

Ah! Thanks that was the problem.

Regards,

Sarah




Can't compile 1.1.6/1.1.6fix1

2001-03-01 Thread Sarah Mount


Hi everyone. I'm having some problems compiling the latest versions of
LyX. I'm running RH6.2 with xforms-0.88.1-1 and xpm-3.4k-2 (which provides
/usr/X11R6/lib/libXpm.so.4 i think :P).

I get the following error:

In file included from formula.C:29:
../../src/minibuffer.h:5: forms.h: No such file or directory
In file included from formula.C:30:
../../src/BufferView.h:19: forms.h: No such file or directory
In file included from formula.C:35:
../../src/lyx_gui_misc.h:21: forms.h: No such file or directory
In file included from formula.C:37:
../../src/LyXView.h:20: forms.h: No such file or directory
make[3]: *** [formula.lo] Error 1
make[3]: Leaving directory `/home/snim2/inst/lyx-1.1.6/src/mathed'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/snim2/inst/lyx-1.1.6/src'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/home/snim2/inst/lyx-1.1.6/src'
make: *** [all-recursive] Error 1

If anyone can help, I'd be really grateful.

Thanks,

Sarah




Re: Can't compile 1.1.6/1.1.6fix1

2001-03-01 Thread Sarah Mount

On Thu, 1 Mar 2001, Tuukka Toivonen wrote:

 On Thu, 1 Mar 2001, Sarah Mount wrote:
 
  LyX. I'm running RH6.2 with xforms-0.88.1-1 and xpm-3.4k-2 (which provides
 ...
  ../../src/minibuffer.h:5: forms.h: No such file or directory
 
 I have little experience about RedHat, but
 - if there is "xforms-devel" package or similar, you must install that
   too.

Ah! Thanks that was the problem.

Regards,

Sarah




Can't compile 1.1.6/1.1.6fix1

2001-03-01 Thread Sarah Mount


Hi everyone. I'm having some problems compiling the latest versions of
LyX. I'm running RH6.2 with xforms-0.88.1-1 and xpm-3.4k-2 (which provides
/usr/X11R6/lib/libXpm.so.4 i think :P).

I get the following error:

In file included from formula.C:29:
../../src/minibuffer.h:5: forms.h: No such file or directory
In file included from formula.C:30:
../../src/BufferView.h:19: forms.h: No such file or directory
In file included from formula.C:35:
../../src/lyx_gui_misc.h:21: forms.h: No such file or directory
In file included from formula.C:37:
../../src/LyXView.h:20: forms.h: No such file or directory
make[3]: *** [formula.lo] Error 1
make[3]: Leaving directory `/home/snim2/inst/lyx-1.1.6/src/mathed'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/snim2/inst/lyx-1.1.6/src'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/home/snim2/inst/lyx-1.1.6/src'
make: *** [all-recursive] Error 1

If anyone can help, I'd be really grateful.

Thanks,

Sarah




Re: Can't compile 1.1.6/1.1.6fix1

2001-03-01 Thread Sarah Mount

On Thu, 1 Mar 2001, Tuukka Toivonen wrote:

> On Thu, 1 Mar 2001, Sarah Mount wrote:
> 
> > LyX. I'm running RH6.2 with xforms-0.88.1-1 and xpm-3.4k-2 (which provides
> ...
> > ../../src/minibuffer.h:5: forms.h: No such file or directory
> 
> I have little experience about RedHat, but
> - if there is "xforms-devel" package or similar, you must install that
>   too.

Ah! Thanks that was the problem.

Regards,

Sarah




LaTeX bullets question...

2001-02-08 Thread Sarah Mount


This is a rather odd question (and a bit OT) so apologies.

I have a list of things that I want to itemize, but they won't fit on one
slide; so I tried using a table. Thing is, I want bullets to appear in
front of each table entry. Is there a way to do this?

Many thanks,

Sarah




LaTeX bullets question...

2001-02-08 Thread Sarah Mount


This is a rather odd question (and a bit OT) so apologies.

I have a list of things that I want to itemize, but they won't fit on one
slide; so I tried using a table. Thing is, I want bullets to appear in
front of each table entry. Is there a way to do this?

Many thanks,

Sarah




LaTeX bullets question...

2001-02-08 Thread Sarah Mount


This is a rather odd question (and a bit OT) so apologies.

I have a list of things that I want to itemize, but they won't fit on one
slide; so I tried using a table. Thing is, I want bullets to appear in
front of each table entry. Is there a way to do this?

Many thanks,

Sarah




Re: Can I pipe a text region to a shell command?

2001-01-22 Thread Sarah Mount

On Mon, 22 Jan 2001, Paul Lussier wrote:

 In a message dated: Sun, 21 Jan 2001 13:35:25 +0100
 Jan Ulrich Hasecke said:
 
 Is it possible to pipe a text region to a shell command like wc?
 
 This would be a truly cool hack.  

Indeed, esp. as shell-command-on-{region, buffer} is one of the big
advantages of Emacs  TeX over LyX atm.

Regards,

Sarah

-- 
Sarah Mount - Tutorial Asst. in Computer Science
University of Coventry (024) 7688 8519




Re: Can I pipe a text region to a shell command?

2001-01-22 Thread Sarah Mount

On Mon, 22 Jan 2001, Paul Lussier wrote:

 In a message dated: Sun, 21 Jan 2001 13:35:25 +0100
 Jan Ulrich Hasecke said:
 
 Is it possible to pipe a text region to a shell command like wc?
 
 This would be a truly cool hack.  

Indeed, esp. as shell-command-on-{region, buffer} is one of the big
advantages of Emacs  TeX over LyX atm.

Regards,

Sarah

-- 
Sarah Mount - Tutorial Asst. in Computer Science
University of Coventry (024) 7688 8519




Re: Can I pipe a text region to a shell command?

2001-01-22 Thread Sarah Mount

On Mon, 22 Jan 2001, Paul Lussier wrote:

> In a message dated: Sun, 21 Jan 2001 13:35:25 +0100
> Jan Ulrich Hasecke said:
> 
> >Is it possible to pipe a text region to a shell command like wc?
> 
> This would be a truly cool hack.  

Indeed, esp. as shell-command-on-{region, buffer} is one of the big
advantages of Emacs & TeX over LyX atm.

Regards,

Sarah

-- 
Sarah Mount - Tutorial Asst. in Computer Science
University of Coventry (024) 7688 8519




[Author Date] citations...

2000-11-09 Thread Sarah Mount


Sorry if this has been asked before!

I need to use an [Author, Date] citation style, like "Harvard/ASGM", or
whatever, in my BibTeX bibliography. I (think) I've put the relevant .sty,
.tex, .bst files in the right places, but can't get LyX to generate a
bibliography if I use the appropriate style. Any help at all would be
appreciated!

Thanks,

Sarah

-- 
Sarah Mount - Tutorial Asst. in Computer Science
University of Coventry (024) 7688 8519




Re: [Author Date] citations...

2000-11-09 Thread Sarah Mount

On Thu, 9 Nov 2000, Sarah Mount wrote:

Sorry everyone -- fixed now!

 I need to use an [Author, Date] citation style, like "Harvard/ASGM", or
 whatever, in my BibTeX bibliography. I (think) I've put the relevant .sty,
 .tex, .bst files in the right places, but can't get LyX to generate a
 bibliography if I use the appropriate style. Any help at all would be
 appreciated!

-- 
Sarah Mount - Tutorial Asst. in Computer Science
University of Coventry (024) 7688 8519




[Author Date] citations...

2000-11-09 Thread Sarah Mount


Sorry if this has been asked before!

I need to use an [Author, Date] citation style, like "Harvard/ASGM", or
whatever, in my BibTeX bibliography. I (think) I've put the relevant .sty,
.tex, .bst files in the right places, but can't get LyX to generate a
bibliography if I use the appropriate style. Any help at all would be
appreciated!

Thanks,

Sarah

-- 
Sarah Mount - Tutorial Asst. in Computer Science
University of Coventry (024) 7688 8519




Re: [Author Date] citations...

2000-11-09 Thread Sarah Mount

On Thu, 9 Nov 2000, Sarah Mount wrote:

Sorry everyone -- fixed now!

 I need to use an [Author, Date] citation style, like "Harvard/ASGM", or
 whatever, in my BibTeX bibliography. I (think) I've put the relevant .sty,
 .tex, .bst files in the right places, but can't get LyX to generate a
 bibliography if I use the appropriate style. Any help at all would be
 appreciated!

-- 
Sarah Mount - Tutorial Asst. in Computer Science
University of Coventry (024) 7688 8519




[Author Date] citations...

2000-11-09 Thread Sarah Mount


Sorry if this has been asked before!

I need to use an [Author, Date] citation style, like "Harvard/ASGM", or
whatever, in my BibTeX bibliography. I (think) I've put the relevant .sty,
.tex, .bst files in the right places, but can't get LyX to generate a
bibliography if I use the appropriate style. Any help at all would be
appreciated!

Thanks,

Sarah

-- 
Sarah Mount - Tutorial Asst. in Computer Science
University of Coventry (024) 7688 8519




Re: [Author Date] citations...

2000-11-09 Thread Sarah Mount

On Thu, 9 Nov 2000, Sarah Mount wrote:

Sorry everyone -- fixed now!

> I need to use an [Author, Date] citation style, like "Harvard/ASGM", or
> whatever, in my BibTeX bibliography. I (think) I've put the relevant .sty,
> .tex, .bst files in the right places, but can't get LyX to generate a
> bibliography if I use the appropriate style. Any help at all would be
> appreciated!

-- 
Sarah Mount - Tutorial Asst. in Computer Science
University of Coventry (024) 7688 8519




Re: Error in seminar class?

2000-11-07 Thread Sarah Mount

On Tue, 7 Nov 2000, Herbert Voss wrote:

 Sarah Mount wrote:
  
  Apologies if this has already been discussed... I've been trying to use
  the Seminar document class, but get "Missing \begin{document}" errors, no
  matter what I do! I'm running LyX v1.1.5fix2. Any ideas, anyone?
 
 from my point of view, the error must be located in your latex preamble.

Well, I fixed it by changing the layout file. hmmm. More importantly, now
the darn thing works, I can't figure out what "SlideContents" does. Anyone
know?

Cheers,

Sarah

-- 
Sarah Mount - Tutorial Asst. in Computer Science
University of Coventry (024) 7688 8519




Re: Error in seminar class?

2000-11-07 Thread Sarah Mount

On Tue, 7 Nov 2000, Herbert Voss wrote:

 Sarah Mount wrote:
  
  Apologies if this has already been discussed... I've been trying to use
  the Seminar document class, but get "Missing \begin{document}" errors, no
  matter what I do! I'm running LyX v1.1.5fix2. Any ideas, anyone?
 
 from my point of view, the error must be located in your latex preamble.

Well, I fixed it by changing the layout file. hmmm. More importantly, now
the darn thing works, I can't figure out what "SlideContents" does. Anyone
know?

Cheers,

Sarah

-- 
Sarah Mount - Tutorial Asst. in Computer Science
University of Coventry (024) 7688 8519




Re: Error in seminar class?

2000-11-07 Thread Sarah Mount

On Tue, 7 Nov 2000, Herbert Voss wrote:

> Sarah Mount wrote:
> > 
> > Apologies if this has already been discussed... I've been trying to use
> > the Seminar document class, but get "Missing \begin{document}" errors, no
> > matter what I do! I'm running LyX v1.1.5fix2. Any ideas, anyone?
> 
> from my point of view, the error must be located in your latex preamble.

Well, I fixed it by changing the layout file. hmmm. More importantly, now
the darn thing works, I can't figure out what "SlideContents" does. Anyone
know?

Cheers,

Sarah

-- 
Sarah Mount - Tutorial Asst. in Computer Science
University of Coventry (024) 7688 8519