Re: Lyx Class Problem

2000-01-05 Thread Juergen Vigna
On 04-Jan-2000 Herbert Voss wrote: > "Tracy T. Lunt" wrote: >> >> I have ben having a class problem with LyX. In Layout -> Document -> >> Class I see all of LaTeX's common classes, but I don't see the LyX classes >> (such as hollywood, broadway, ejour2, etc.) which are found in >> /usr/local/sh

Re: Lyx Class Problem

2000-01-05 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> On 04-Jan-2000 Herbert Voss wrote: >> "Tracy T. Lunt" wrote: >>> I have ben having a class problem with LyX. In Layout -> Document >>> -> Class I see all of LaTeX's common classes, but I don't see the >>> LyX classes (such as

Re: Lyx Class Problem

2000-01-05 Thread Juergen Vigna
On 05-Jan-2000 Jean-Marc Lasgouttes wrote: > > Erm Juergen, it seems to me the question was about the cls files > provided with LyX, which _do_ have layout files %-| So the answer > _was_ right. Well better that way :) > > PS: did you mix beer and wine yesterday ? ;) No!!! (but the day befor

references, tables, headings

2000-01-05 Thread Rodrigo Esteves de Lima-Lopes
Hi folks... here are some doubts on the use of lyx, I wonder if you know how to help me: 1. I'm using apalike references style which formats each entry like (key, year), but in some cases, not all, I need an entry such as (year). Is there any way of doing this and keep using apalike styles? 2 .

LyX: Using GIF Images?

2000-01-05 Thread Michael Sachau
Hi, I want to use a gif Image in my LyX document. I currently use convert of ImageMagick, but the resulting eps-file is in poor quality. Is there another possibility to use GIFs/JPEGs in LyX in Lyx without loss of quality???

Re: LyX: Using GIF Images?

2000-01-05 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Sachau <[EMAIL PROTECTED]> writes: Michael> Hi, I want to use a gif Image in my LyX document. I currently Michael> use convert of ImageMagick, but the resulting eps-file is in Michael> poor quality. Michael> Is there another possibility to use GIFs/JPEGs in LyX in Lyx

Re: LyX: Using GIF Images?

2000-01-05 Thread Jean-Pierre.Chretien
>>To: Michael Sachau <[EMAIL PROTECTED]> >>Cc: [EMAIL PROTECTED] >>Subject: Re: LyX: Using GIF Images? >>From: Jean-Marc Lasgouttes <[EMAIL PROTECTED]> >>Date: 05 Jan 2000 15:04:51 +0100 >> >>> "Michael" == Michael Sachau <[EMAIL PROTECTED]> writes: >> >>Michael> Hi, I want to use a gif Image

Re: references, tables, headings

2000-01-05 Thread Herbert Voss
Rodrigo Esteves de Lima-Lopes wrote: > > 2 . How should I manage to have two tables side-by-side in a page, each which > its own caption? > choose the package multicols. define two columns with \begin{multicols}{2} ...your table 1 ... your table 2 \end{multicols} I think it should work. Herbe

Re: LyX & SGML

2000-01-05 Thread Jean-Marc Lasgouttes
> "Bill" == Bill Tihen <[EMAIL PROTECTED]> writes: Bill> I have been writing about sgml tools. I am hoping to get your Bill> feedback on what I have written about LyX. I use it regularly, Bill> but not for sgml, so I may well have over looked some important Bill> points. I may even have some

Re: LyX & SGML

2000-01-05 Thread jdd
On mer, 05 jan 2000, Jean-Marc Lasgouttes à écrit >> "Bill" == Bill Tihen <[EMAIL PROTECTED]> writes: > >Bill> I have been writing about sgml tools. I am hoping to get your >Bill> feedback on what I have written about LyX. I use it regularly, >Bill> but not for sgml, so I may well have over lo

references

2000-01-05 Thread Rodrigo Esteves de Lima-Lopes
Hi folks, thanks you all for the hints on the bibliography styles!!! Now I'm trying to use a bibliography package called apacite, but some problems are happening: I installed the package, wrote \usepackage {apacite} on my preamble and used lyx's features on bibliography, generating my bibliogr

Re: LyX: Using GIF Images?

2000-01-05 Thread Nemeth Miklos
Do not try to cheat ourselves! LyX's support and also LaTeX's to GIF, JPEG, PNG, etc is very poor. My regular task is to create tutorials with a lot of screenshots. I did my best to use LyX then LaTeX and eventually PDFLaTeX, but the result was always terrible. So I returned back to simple HTML. O

Re: LyX: Using GIF Images?

2000-01-05 Thread Andre Poenitz
> Do not try to cheat ourselves! LyX's support and also LaTeX's to GIF, JPEG, > PNG, etc is very poor. That's unfortunately true... However, the recommended method of converting image/* -> .jpg -> .eps does work without any visible loss. Most of it is handicraft or simple scripting outside LyX,

Re: references

2000-01-05 Thread Jean-Pierre.Chretien
>>From: Rodrigo Esteves de Lima-Lopes <[EMAIL PROTECTED]> >>To: [EMAIL PROTECTED] >>Subject: references >>Date: Wed, 5 Jan 2000 19:48:41 -0400 >> >>Hi folks, >> >> >>thanks you all for the hints on the bibliography styles!!! >> >>Now I'm trying to use a bibliography package called apacite, but so