Re: bibliography and columns

2003-09-24 Thread Matej Cepl
On 2003-09-24, 16:45 GMT, Alexandru Cabuz wrote: > I am writing an article in two column format. What latex seems to do, is that > it evens up the body of the article in the two columns real nice, then it > draws a cool horizontal line, and then adds the bilbiography as if it was a > totally dif

Re: Automating italic index entries

2003-09-24 Thread Matej Cepl
On 2003-09-24, 01:11 GMT, Paul Medwell wrote: > In my document whenever I insert a word to be put in the index I make > it italic (by turning emphasis on). Is it possible to make words that > have been selected as index entries automatically italic? Canonical solution is mentioned in makeindex.dv

different captionstyles for tables and figures

2003-09-24 Thread Ingar Pareliussen
Hi I have to have the table captions in bold, but keep the figure caption as standard. I solve this now with \bf{table caption} i ERT. But I was hoping that there were a more elegant way of changing the caption for Tables, but keeping the figures caption unchanged. Ingar -- Ingar Pareliusse

Re: "Path to the lyx file cannot contain spaces"

2003-09-24 Thread Paul A. Rubin
James Frye <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > On Tue, 23 Sep 2003, Bruce wrote: > >> Or perhaps you meant that the fact that a computer has directories with >> spaces in their names indicates there may be a bug in the brain of the >> individual who created it? That I will ack

ghostscript problem

2003-09-24 Thread Paul Jahshan
Hi all, I've just installed ghostscript 8.11 over an earlier version. Upon running the "View Postscript" command in LyX (Ctrl-T), I get an error message saying: Error: /invalidfont in fintdfont AFPL Ghostscript 8.11: Unrecoverable error, exit code 1 Half the fonts in the drop down list produc

Re: Custom Theorem Names and Back Referencing

2003-09-24 Thread Frank Miller
> I have two questions which I hope will be a good contribution to this > list. I have been using LyX 1.3.2 with document class article (AMS) to > write a math paper with wonderful success but there are two minor things > that I have not been able to figure out. > > (1) How can I add a name to a t

bibliography and columns

2003-09-24 Thread Alexandru Cabuz
Hi, I am writing an article in two column format. What latex seems to do, is that it evens up the body of the article in the two columns real nice, then it draws a cool horizontal line, and then adds the bilbiography as if it was a totally different thing. What I want to do is for the bilbiogr

Re: "Path to the lyx file cannot contain spaces"

2003-09-24 Thread James Frye
On Tue, 23 Sep 2003, Bruce wrote: > Or perhaps you meant that the fact that a computer has directories with > spaces in their names indicates there may be a bug in the brain of the > individual who created it? That I will acknowledge with grace. ;) Yes, that's what I meant :-) I think the langua

Re: "Path to the lyx file cannot contain spaces"

2003-09-24 Thread Angus Leeming
Kayvan A. Sylvan wrote: > No. It produced garbage for the graphics name. I have attached the tex > files (from the LyX temp directory). The difficulties of writing code without being able to test it out... > I am going to go back to my hack, since it works correctly. Fair enough. We let this dr

Re: "Path to the lyx file cannot contain spaces"

2003-09-24 Thread Kayvan A. Sylvan
On Wed, Sep 24, 2003 at 12:19:05AM +, Angus Leeming wrote: > On Tuesday 23 September 2003 10:53 pm, Kayvan A. Sylvan wrote: > > Under Cygwin, LyX already attempts to fix the path (for all exported > > files, paths to pictures, etc). The fix is to output the Windows name > > (e.g. "C:/Cygwin/Hom

Re: longtable caption again

2003-09-24 Thread Herbert Voß
j.heidemeier schrieb: At the moment longtables really suck :-(. yesss ... :-) Write the whole longtable in pure LaTeX code into a single file (not as LyX file, only text). Then you can use in an esay way a caption. In Lyx do a Insert->file Herbert

Re: Memoir Layout Files

2003-09-24 Thread Bennett Helm
Jürgen - Thanks for the comments. I'll intersperse mine with yours On Wednesday, September 24, 2003, at 03:00 AM, Juergen Spitzmueller wrote: Hello Bennett, Bennett Helm wrote: Here are some layout files for the memoir documentclass. I've split Many thanks for doing this. I have improved

Re: longtable caption again

2003-09-24 Thread j.heidemeier
Hi all, referring to the longtable thread from beginning of this month, I ran into another problem. As I have to convert a lot of tables from normal Office programs I wrote a csv2lyx converter (a Tcl Script) which transformed the tables into a uniform layout. After googling around in tex newsgroup

Re: Key bindings

2003-09-24 Thread Rich Shepard
On Wed, 24 Sep 2003, Jean-Marc Lasgouttes wrote: > Is that with the same frontend? I'm running 1.3.2 with the Qt front end on a RH 7.3 system. Rich Dr. Richard B. Shepard, President Applied Ecosystem Services, Inc. (TM) 2404 SW 22nd Street | Troutdale, OR 9

Re: Automating italic index entries

2003-09-24 Thread Andre Poenitz
On Wed, Sep 24, 2003 at 02:54:26PM +0200, Jean-Pierre.Chretien wrote: > By the way, are there any plans to have for plain macros a mechanism similar > to math macros ? Plans... yes. but the LyX core is not there, yet. Moreover, math macros are not nicely implemented, either... Andre' -- Thos

Re: Automating italic index entries

2003-09-24 Thread Christian Ridderström
> > By the way, are there any plans to have for plain macros a mechanism similar > to math macros ? There are probably plans ;-) but I don't know... /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: Automating italic index entries

2003-09-24 Thread Christian Ridderström
On Wed, 24 Sep 2003, Jean-Pierre.Chretien wrote: > You could as well redefine this index macro to be the new one, so that > the lyx insert would do what you want, by preserving the old index macro. Sure, but then you would have to use \index{} in ERT whenever you don't want the italics. Personal

Re: Automating italic index entries

2003-09-24 Thread Jean-Pierre.Chretien
>>X-Injected-Via-Gmane: http://gmane.org/ >>To: [EMAIL PROTECTED] >>From: Christian Ridderström <[EMAIL PROTECTED]> >>Subject: Re: Automating italic index entries >>Date: Wed, 24 Sep 2003 14:45:32 +0200 >>X-Complaints-To: [EMAIL PROTECTED] >>X-X-Sender: [EMAIL PROTECTED] >> >>On Wed, 24 Sep 2003,

Re: Automating italic index entries

2003-09-24 Thread Christian Ridderström
On Wed, 24 Sep 2003, Paul Medwell wrote: > In my document whenever I insert a word to be put in the index I make it > italic (by turning emphasis on). > Is it possible to make words that have been selected as index entries > automatically italic? I'm not sure exactly what you want... If you o

Re: Key bindings

2003-09-24 Thread Alfredo Braunstein
Jean-Marc Lasgouttes wrote: > Is that with the same frontend? Seems so, I don't see the bug with 1.4.0cvs both frontends, and 1.3.2-qt (I don't have an 1.3.2-xforms build). Alfredo

Re: Custom Theorem Names and Back Referencing

2003-09-24 Thread Amir Seginer
Hello, Frank Miller wrote: (1) How can I add a name to a theorem in parentheses before the period. i.e. Theorem 2.3 (Stable Manifold Theorem). Bla bla ... instead of Theorem 2.3. (Stable Manifold Theorem) Bla bla ... The theorem environment has an optional argument which gives wha

Re: Memoir Layout Files

2003-09-24 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: >> It is never a problem to load a package twice, as long as you do >> not pass different options to it the second time. The second >> loading will just be a no-op. Juergen> You're right, I fo

Re: Memoir Layout Files

2003-09-24 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > It is never a problem to load a package twice, as long as you do not > pass different options to it the second time. The second loading will > just be a no-op. You're right, I forgot this. (does lyx always load required packages before the layout Preamble definitions

Re: xfig graphics (pdf v pdflatex)

2003-09-24 Thread Angus Leeming
Paul Medwell wrote: > When looking into the lyx temporary directory, it seems as though > pdflatex produces a png file of the graphic, whereas pdf produces an > eps. If there is an eps in the temp directory when running pdflatex it > seems to use that, otherwise it creates a png. > > Does this see

Re: Memoir Layout Files

2003-09-24 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Furthermore, for shaed you are loading the Juergen> color package, but you have to make shure that this is not Juergen> loaded before. It is never a problem to load a package twice, as long as you do not pass different

Re: Key bindings

2003-09-24 Thread Jean-Marc Lasgouttes
> "Alfredo" == Alfredo Braunstein <[EMAIL PROTECTED]> writes: Alfredo> John Levon wrote: >> On Tue, Sep 23, 2003 at 04:30:20PM +0200, Alfredo Braunstein wrote: >>> Key [action=257][S-F9] >> it wasn't even recognising S-F9 in my tests a while ago with some >> user on #lyx Alfredo> So it was a

Re: Memoir Layout Files

2003-09-24 Thread Andre Poenitz
On Wed, Sep 24, 2003 at 01:10:10AM -0400, Bennett Helm wrote: > Here are some layout files for the memoir documentclass. Strange enough, Juergen Spitzmueller recently submitted a similar thing. Could the two of you please figure out how to merge your work? Andre' -- Those who desire to give up

Re: Custom Theorem Names and Back Referencing

2003-09-24 Thread Paul Medwell
Frank Miller wrote: ««SNIP»» (2) How can I back reference a Theorem (or any other theorem like environment) made early in the paper but use the same number. i.e. %... Claim 1.1. This is my claim. %... Recall the claim from the first section. Claim 1.1. This is

Re: Memoir Layout Files

2003-09-24 Thread Juergen Spitzmueller
Hello Bennett, Bennett Helm wrote: > Here are some layout files for the memoir documentclass. I've split Many thanks for doing this. I have improved my layout too and it has been added to CVS (both the developer version and LyX 1.3.3) this week. I'm trying to merge your changes with mine, but t

Re: Automating italic index entries

2003-09-24 Thread Andre Poenitz
On Wed, Sep 24, 2003 at 10:41:03AM +0930, Paul Medwell wrote: > In my document whenever I insert a word to be put in the index I make it > italic (by turning emphasis on). > Is it possible to make words that have been selected as index entries > automatically italic? No. You probably need to w