Re: changing enumeration labels

2008-04-18 Thread Hauser Helmut
Uwe Stöhr wrote: Hauser Helmut schrieb: I have change in a document (in the preamble) the numeration style like that: \renewcommand{\labelenumi}{\alph{enumi}.)} \renewcommand{\labelenumii}{\roman{enumii}.)} It works fine with the dvi and pdf output, but it would be nice if Lyx would show

Re: optional argument to "thanks" section in v1.5.4 broken?

2008-04-18 Thread G. Milde
On 17.04.08, nooj wrote: > In v1.3, Elsevier articles could have their thanks references made through an > optional argument, as seen in this post: > http://article.gmane.org/gmane.editors.lyx.general/21473/match=OptArg > But when I copy that lyx code into a file and open it with lyx 1.5.4, the >

Re: Name of the Mascot (Was: New splash screen (Was: LyX logo))

2008-04-18 Thread Manveru
FeeLyX is... quite sugestive... :-) 2008/4/9, Luis Rivera <[EMAIL PROTECTED]>: > > curtis osterhoudt <[EMAIL PROTECTED]> writes: > [...] > > If the thread (and vote) are still open, I'd say "LyX" is just fine; > alternative: FeLyX (although a cat would be better then :) > > [...] > > Luis. > > >

Re: LyX and Scientific Word/Workplace

2008-04-18 Thread Helge Hafting
Ken wrote: Hi. There is a Wiki page on importing Scientific Workplace (SWP) documents into LyX: http://wiki.lyx.org/FAQ/ImportingFromSWP but I can not seem to find any information on import a LyX document into SWP. I love using LyX but my co-author uses Scientific Word/Workplace. I don't want

Re: Graphics in LyX 1.5.4 on MacOS X cause strange error

2008-04-18 Thread Jürgen Spitzmüller
Peter Kämpf wrote: > Undefined control sequence. > Missing $ inserted. > Extra }, or forgotten $. > Extra }, or forgotten $. > Undefined control sequence. Did you place the graphic inside the caption Instead of above)? Jürgen

Re[2]: LyX and Scientific Word/Workplace

2008-04-18 Thread Alan G Isaac
On Fri, 18 Apr 2008, Helge Hafting apparently wrote: >> "A serious program error has occurred. ...{various dump >> and support information}" >> and SWP crashes. Although it is a good and interesting commercial product, it has been a long time since I have had much experience with SWP. My recol

Re: generic X copy-and-paste not working

2008-04-18 Thread Jeremy C. Reed
Continuing my thread from January (where I used 1.5.2) ... I have been using 1.5.4 and copy-and-paste still doesn't work. My workaround now is very slow -- I save to a text file and then use LyX to Insert -> File -> Plain Text ... I repeat this many times and it is a waste of time. (I might as

Re: generic X copy-and-paste not working

2008-04-18 Thread Jürgen Spitzmüller
Jeremy C. Reed wrote: > LyX should be able to use standard X11 selections. And clicking > left-and-right buttons should paste it into text (without joining lines). > > Before I file a bug report does anyone want to share their experiences. Works for me with 1.5.4 (with the middle-mouse button). J

problem with citations and change tracking

2008-04-18 Thread Pete Phillips
I'm using lyx 1.5.1 under Ubuntu Gutsy. If I add a citation into the document, and then delete it when using tracked changes, the deletions can be seen as expected (red, struck through) but when I try to view it as a pdf I get an error: Argument of [EMAIL PROTECTED] has an extra } Is this a bug

Re: generic X copy-and-paste not working

2008-04-18 Thread Steve Litt
On Friday 18 April 2008 08:33, Jeremy C. Reed wrote: > Continuing my thread from January (where I used 1.5.2) ... > > I have been using 1.5.4 and copy-and-paste still doesn't work. My > workaround now is very slow -- I save to a text file and then use LyX to > Insert -> File -> Plain Text ... I rep

[newbie]vertical text in marginal note

2008-04-18 Thread Reinhard Handl
hello, was searching for some documentation about how to make a vertical text in a side note, but couldn't find one. any hints appreciated. cheers, reinhard

Re: generic X copy-and-paste not working

2008-04-18 Thread G. Milde
On 18.04.08, Jeremy C. Reed wrote: > I have been using 1.5.4 and copy-and-paste still doesn't work. I can confirm this for LyX 1.5.4 and my beloved Jed text editor. >From my experience with Jed and clipboard applets as well as skimming some X manuals, I have the impression that it is connected

Re: [newbie]vertical text in marginal note

2008-04-18 Thread Robert Orr
You could try the rotating package \usepackage{rotating} and this code \begin{rotate}{270} \parbox[b]{4cm}{ vertical margin note } \end{rotate} --- Reinhard Handl <[EMAIL PROTECTED]> wrote: > hello, > > was searching for some documentation > about how to make a vertical text in a side note,

Re: [newbie]vertical text in marginal note

2008-04-18 Thread Reinhard Handl
works like a charm. thx a lot. cheers, reinhard Robert Orr schrieb: You could try the rotating package \usepackage{rotating} and this code \begin{rotate}{270} \parbox[b]{4cm}{ vertical margin note } \end{rotate} --- Reinhard Handl <[EMAIL PROTECTED]> wrote: hello, was searching fo

Re: Name of the Mascot (Was: New splash screen (Was: LyX logo))

2008-04-18 Thread Paul A. Rubin
Manveru wrote: FeeLyX is... quite sugestive... :-) Do we know the mascot is male? (The icon lacks sufficient definition for me to tell.) Maybe LyXandra? Has a classical ring to it.

toc numbers bleed into numbers

2008-04-18 Thread Chris Mahan
In my toc, the section and subsection numbers bleed into the text. Is there some easy fix somewhere? -- Chris Mahan http://www.christophermahan.com/ [EMAIL PROTECTED] cell 818.943.1850

Re: toc numbers bleed into numbers

2008-04-18 Thread Bob Lounsbury
On Fri, Apr 18, 2008 at 11:24 AM, Chris Mahan <[EMAIL PROTECTED]> wrote: > In my toc, the section and subsection numbers bleed into the text. Is there > some easy fix somewhere? > > > -- > Chris Mahan > http://www.christophermahan.com/ > [EMAIL PROTECTED] > cell 818.943.1850 > Could you post

Re: toc numbers bleed into numbers

2008-04-18 Thread Uwe Stöhr
Chris Mahan schrieb: In my toc, the section and subsection numbers bleed into the text. Is there some easy fix somewhere? Add this to your document preamble: [EMAIL PROTECTED]@dottedtocline{2}{1.5em}{2.8em}} [EMAIL PROTECTED]@dottedtocline{3}{4.3em}{3.6em}} regards Uwe

Re: toc numbers bleed into numbers

2008-04-18 Thread Chris Mahan
On Fri, Apr 18, 2008 at 11:01 AM, Uwe Stöhr <[EMAIL PROTECTED]> wrote: > Chris Mahan schrieb: > > In my toc, the section and subsection numbers bleed into the text. Is > > there > > some easy fix somewhere? > > > > Add this to your document preamble: > > [EMAIL PROTECTED]@dottedtocline{2}{1.5em}{

Re: toc numbers bleed into numbers -- Resolved

2008-04-18 Thread Chris Mahan
On Fri, Apr 18, 2008 at 11:32 AM, Chris Mahan <[EMAIL PROTECTED]> wrote: > > > On Fri, Apr 18, 2008 at 11:01 AM, Uwe Stöhr <[EMAIL PROTECTED]> wrote: > > > Chris Mahan schrieb: > > > > In my toc, the section and subsection numbers bleed into the text. Is > > > there > > > some easy fix somewhere?

Re: toc numbers bleed into numbers

2008-04-18 Thread Bob Lounsbury
On Fri, Apr 18, 2008 at 12:32 PM, Chris Mahan <[EMAIL PROTECTED]> wrote: > > > > On Fri, Apr 18, 2008 at 11:01 AM, Uwe Stöhr <[EMAIL PROTECTED]> wrote: > > Chris Mahan schrieb: > > > > > > > > > In my toc, the section and subsection numbers bleed into the text. Is > there > > > some easy fix somewh

Re: Name of the Mascot (Was: New splash screen (Was: LyX logo))

2008-04-18 Thread Bruce Pourciau
On Apr 18, 2008, at 10:21 AM, Paul A. Rubin wrote: Manveru wrote: FeeLyX is... quite sugestive... :-) Do we know the mascot is male? (The icon lacks sufficient definition for me to tell.) Maybe LyXandra? Has a classical ring to it. Shouldn't FeeLyX be FeLyX? LyXandra sounds a bit

Re: Fwd: Re: references

2008-04-18 Thread Gerhard Bachmann
Hi there, here is a shorted version of the .lyx file (Test2.lyx) I encountered the problem with. It still produces question marks in the TexShop output. I tried to replicate this with a new document, but now I get an error message. I attach this document too. Maybe the error message is he

Re: Name of the Mascot (Was: New splash screen (Was: LyX logo))

2008-04-18 Thread Rich Shepard
On Fri, 18 Apr 2008, Bruce Pourciau wrote: Shouldn't FeeLyX be FeLyX? LyXandra sounds a bit stand-off-ish. How about LyXiE/LyXie? Enough! Mate. Ralph. Herman. Occam. Pick one. :-) Rich -- Richard B. Shepard, Ph.D. | IntegrityCredibility Applied Ecosystem Service

List of Symbol (Nomenclature) AND List of Abbreviations (Glossary)

2008-04-18 Thread Michael Brunneder
Hi! I'm writing a thesis in Lyx and I've the following problem. I need a List of Symbols (Nomenclature) and a separate List of Abbreviations. The Nomenclature is working fine as described in the Lyx user guide. But now I would need more or less a "second" nomenclature to realize my List of Ab

Re: toc numbers bleed into numbers

2008-04-18 Thread Typhoon
On Fri, 18 Apr 2008 10:24:58 -0700 "Chris Mahan" <[EMAIL PROTECTED]> wrote: > In my toc, the section and subsection numbers bleed into the text. Is > there some easy fix somewhere? You don't say what document class you are using. The Memoir class has special lengths that can be set to control thi

Re: Fwd: Re: references

2008-04-18 Thread Bennett Helm
On Fri, Apr 18, 2008 at 5:39 PM, Gerhard Bachmann < [EMAIL PROTECTED]> wrote: > Hi there, > > here is a shorted version of the .lyx file (Test2.lyx) I encountered the > problem with. It still produces question marks in the TexShop output. I > tried to replicate this with a new document, but now I

Re: Graphics in LyX 1.5.4 on MacOS X cause strange error

2008-04-18 Thread Peter Kämpf
Hi Jürgen, no, I always place it above the caption (learned this in LyX 1.3 days), but inside the frame of the floating object. I just made the test: Placing the graphic inside the caption makes no difference to the error message. I wonder if I have something strange in my LyX preamble -

Re: Name of the Mascot (Was: New splash screen (Was: LyX logo))

2008-04-18 Thread Andre Poenitz
On Fri, Apr 18, 2008 at 03:10:14PM -0700, Rich Shepard wrote: > On Fri, 18 Apr 2008, Bruce Pourciau wrote: > >> Shouldn't FeeLyX be FeLyX? LyXandra sounds a bit stand-off-ish. How about >> LyXiE/LyXie? > > Enough! Mate. Ralph. Herman. Occam. Pick one. 'Pick' is nice indeed. SCNR Andre'