compilation error

2000-03-02 Thread Massimo Paolucci
Hello, I got the following compilation error. After reading the installation instructions it seems that the problem is that the compiler cannot find libiberty.a, but as it turns out it is available in /usr/local/lib. What should I do to make it visible to the compiler? Thanks in advance

LDN future plans

2000-03-02 Thread Allan Rae
JMarc, thanks for adding the entry to news.php3. I should also send a note to the announce list. At this point I should probably explain some thoughts on where I'm taking this bus. Amir offered me a few suggestions yesterday and they're similar to my own thoughts: (all files are relative to ww

Re: About LyX 1.1.4pre2

2000-03-02 Thread Allan Rae
On 2 Mar 2000, Jean-Marc Lasgouttes wrote: > - developers: are there things you fixed recently that could go in? There's a one/two-liner on lib/bind/xemacs.bind for the buffer-previous entry. Allan. (ARRae)

Re: CJK-LyX Homepage

2000-03-02 Thread cghan
On 2 Mar 2000, Jean-Marc Lasgouttes wrote: > > I have updated the information in the download page (and the news item > mentionning it) to point to the page. Immediately after the announcement, I found I mistyped the IP address of the homepage. So, I sent the correct IP address in the subsequen

Re: recreated close shop

2000-03-02 Thread Kayvan A. Sylvan
> I think that I found a way to recreate this bug (or maybe it a different bug) > Open the attached file, put the cursor before the letter X, and then hold > backspace, and LyX will crash (it doesn't happens every time, but often > enough) Yup. I managed to recreate this as well. Same basic back

Re: The code in layout.C

2000-03-02 Thread Jules Bean
On Thu, Mar 02, 2000 at 10:20:39PM +0200, Dekel Tsur wrote: > Consider the code of LyXTextClass::readOutputType: > > | void LyXTextClass::readOutputType(LyXLex & lexrc) > | { > | keyword_item outputTypeTags[] = { > | { "docbook", DOCBOOK }, > | { "latex", L

The code in layout.C

2000-03-02 Thread Dekel Tsur
On Tue, Feb 29, 2000 at 06:18:20PM +0100, Lars Gullik Bj&resh;nnes wrote: > Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > I have changed some of that in layout.C now. Since we usually parse > layout files pretty seldom I have changed the lyxlex tables to be > dynamic. > > I have also changed

Re: recreated close shop

2000-03-02 Thread Dekel Tsur
On Tue, Feb 29, 2000 at 05:39:09PM +0100, Jean-Marc Lasgouttes wrote: > > "Shawn" == Shawn Koons <[EMAIL PROTECTED]> writes: > > Shawn> Okay, here goes. I've recreated the problem while lyx was > Shawn> running in gdb and here is the output for each time I have > Shawn> created it: > > I hav

autoconf macro to check compiler switches

2000-03-02 Thread Duncan Simpson
I have a macro that will test whether compilers like a given option. You might be better to probe for compiler options at configure time, which should take fewer updates and compiler specific knowledge. Use is moderately simple, an example is dps_CC_OPTION(warn,enable warnings, -Wall -full-wa

Feature Request - Mouse Binding

2000-03-02 Thread B.Cazzolato
Many times while in a float I need to set the paragraph options, so that I can get the text to wrap around a figure float. Would it be possible to set the mouse binding such that a right click opens up LAYOUT > PARAGRAPH ? I know, hardly essential but would be nice. Ben

Re: Footnotes in Section titles

2000-03-02 Thread Nils Jeppe
Hello Jean-Marc, On 2 Mar 2000, Jean-Marc Lasgouttes wrote: > LaTeX guru Robin Fairbains) to handle that. > Nils> I'm asking because latex2html has problems converting these. > This I don't know... Thanks for the info.. I guess I'll have to email the latex2html maintainers about the issue. Bes

Re: Changing the Font Color in Lyx

2000-03-02 Thread Jean-Marc Lasgouttes
> "Tadd" == Tadd Hughes <[EMAIL PROTECTED]> writes: Tadd> Hi. I have been looking for several hours now for some Tadd> documentation on how to change the screen font color in LYX. I Tadd> found that it was possible to change the background color very Tadd> easily by uncommenting a line in the

Re: Footnotes in Section titles

2000-03-02 Thread Jean-Marc Lasgouttes
> "Nils" == Nils Jeppe <[EMAIL PROTECTED]> writes: Nils> Hallo, What is special about putting footnotes in section Nils> headlines? What's special is that section titles are "moving argments" (because they are copied to TOC) and footnotes are "fragile" (meaning they don't like to be in movin

About LyX 1.1.4pre2

2000-03-02 Thread Jean-Marc Lasgouttes
Hello there, I have accumulated a good number of fixes over 1.1.4pre1 and I think it may be time to release fix2. I append to this message the description of the patch, so that you can criticize my english, but also, more importantly, tell me whether there are things I forgot. - developpers: ar

Re: Spacing of greek letters in lyx-1.1.4 [fixed!]

2000-03-02 Thread Jean-Marc Lasgouttes
> "Karl" == Karl JH Millar <[EMAIL PROTECTED]> writes: Karl> The spacing of greek letters in equations is messed up in 1.1.4, Karl> with extra space on each side. I haven't noticed this on Karl> previous versions, or on other characters, but it makes my Karl> equations ugly and 50% longer. O

Re: Spacing of greek letters in lyx-1.1.4

2000-03-02 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Since this is 1.1.4 I'd rather not. What changed from prev. Lars> versions regarding this? (what version has correct behaviour?) OK, more info: it turns out that the problem is probably in MathedLookupBOP(), which you changed

Re: Feature Request - PDF

2000-03-02 Thread Ben Cazzolato
> While I'd agree that more export as.. and view.. options would be cool, > isn't it possible to set the commands lyx uses for view ps and view > dvi? if so, you could just roll your own pdf view options. ;) You're probably right. The problem is that I use both view DVI and view PS too. What I

Re: recreated close shop

2000-03-02 Thread Shawn Koons
Everyone: Haven't been able to return to the problem but will get to it at end of week or beginning of next. thanx for the product of all you labors. Shawn   Jean-Marc Lasgouttes wrote: > "Shawn" == Shawn Koons <[EMAIL PROTECTED]> writes: Shawn> Okay, here goes. I've recreated the problem whi

Re: GUI independence and XTL

2000-03-02 Thread Asger K. Alstrup Nielsen
> Dekel> However, the real problem lies on parsing .lyx files at > Dekel> Buffer::readLyXformat2 which is done using if-else statements > Dekel> (... else if (token == "\\emph") ... ) This is very > Dekel> inefficient! > > Yes, this code should use LyxLex correctly. Actually, this is not a real

Re: Bibliography and citation insertion problem [quite long] but a start of solution

2000-03-02 Thread Jean-Marc Lasgouttes
> "Yann" == Yann MORERE <[EMAIL PROTECTED]> writes: Yann> Jean-Marc Lasgouttes wrote: >> I think this is the situation we had with 1.1.2 anyway, so one can >> say that this patch actually works :) If I remember correctly, in >> 1.1.4 neither relative nor absolute path were satisfying. Note t

Re: CJK-LyX Homepage

2000-03-02 Thread Jean-Marc Lasgouttes
> "ChangGil Han" == <[EMAIL PROTECTED]> writes: ChangGil Han> Hello, CJK-LyX has finally a home page at ChangGil Han> http://stone.phys.pusan.ac.kr/cjk.html Hello, I have updated the information in the download page (and the news item mentionning it) to point to the page. ChangGil H

Re: Feature Request - PDF

2000-03-02 Thread Nils Jeppe
On Thu, 2 Mar 2000, Ben Cazzolato wrote: > and now with GS6.0 & ps2pdf producing high quality PDF, the above option would > certainly make life easier (yes, we're lazy and would like it all handled by > Lyx rather than doing this from the command line). While I'd agree that more export as.. and

Feature Request - PDF

2000-03-02 Thread Ben Cazzolato
Hi Guys Following on from the previous email from Jason Gunthorpe re PDF, I thought that maybe we (well you) might consider adding the following feature FILE > VIEW PDF (the export PDF is well handled by the custom export). I guess people would have a preference as to which PDF distiller and vie

Re: Insert raster images as JPG or GIF

2000-03-02 Thread Nils Jeppe
On Thu, 2 Mar 2000, Andre Poenitz wrote: > It has been on my own wish list for a long time, too. > But the usual 'problems' keep popping up: no time, no fun, > and anything GUI related is messy in LyX... I never liked Xforms anyway, from a user standpoint, that is. Give me gtk or qt any day. >

Re: Figures+Multicols

2000-03-02 Thread Allan Rae
On Thu, 17 Feb 2000, Fethi Filali wrote: > Hi all, > > I'm using lyx since two years ago, I find it a very effiective WYSWYG > tool. > I have a problem when I use multicols option for writing papers: > > I can not view Figure Float in inserted in a multicol section. > However, it is possible

Re: reLyX

2000-03-02 Thread Jean-Marc Lasgouttes
> "Amir" == Amir Karger <[EMAIL PROTECTED]> writes: Andre> Put \def\lyxprotect{\protect} in the preamble and use Andre> '\lyxprotect' for the 'helpers'. reLyX could then ignore Andre> \lyxprotect and copy \protect... Amir> This should be able to work. The problem is that you have to Amir> de

Re: Spacing of greek letters in lyx-1.1.4

2000-03-02 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> > "Karl" == Karl JH Millar <[EMAIL PROTECTED]> writes: | | Lars> Karl> The spacing of greek letters in equations is messed up in Lars> 1.1.4, | Karl> with extra space

Re: Insert raster images as JPG or GIF

2000-03-02 Thread Andre Poenitz
> I thought about this before, it would be nice for the wishlist to have the > ability to insert any gfx file and have it converted to either ps or eps > automagically ;-) It has been on my own wish list for a long time, too. But the usual 'problems' keep popping up: no time, no fun, and anything