LyX 1.3.6 Installation Error

2005-07-31 Thread Eric May
Hi- I get the following error upon completion of running the windows installer for lyx. Lyx wasn't able to find its layout descriptions! Check that the file "textclass.lst" is installed correctly. Sorry has to exit. The file does not exist on my system, is there a place to get it? Or any ot

Re: "lyx -e" under mod_perl or other non-interactive environments

2005-07-31 Thread Eric Wilhelm
# from Jean-Marc Lasgouttes # on Sunday 31 July 2005 02:40 pm: >Eric>   system(qw(lyx -e pdf foo.lyx)); > >Is there any interesting outout on stderr? You may want to add "-dbg >any" to see more info. I don't know if it's "interesting", but here is what ends up happening last before it choked. F

[Patch] Fix GToc

2005-07-31 Thread John Spray
Attached patch (committed) fixes a regression in the gtk TOC dialog: it was failing to switch between TOC and list of figures etc. Juergen: I don't blame you for this one: it took me several minutes to make sense of my own code :-) John ? out.patch Index: ChangeLog ==

Re: "lyx -e" under mod_perl or other non-interactive environments

2005-07-31 Thread Jean-Marc Lasgouttes
> "Eric" == Eric Wilhelm <[EMAIL PROTECTED]> writes: Eric> I had the brilliant idea to automagically update articles on my Eric> website by installing a mason "dhandler" to check the md5sum of Eric> a lyx document against a known value and regenerate an exported Eric> format accordingly. Troub

[PATCH] no.po update for 1.4

2005-07-31 Thread Helge Hafting
no.po translation updated: * Some consistency fixes and other small fixes * Translated math/table toolbar helptext now that I figured out how to turn those toolbars on * Hopefully improved on my previous bad translation of "label" I noticed that "Labels in:" was untranslateable. The po-file s

"lyx -e" under mod_perl or other non-interactive environments

2005-07-31 Thread Eric Wilhelm
Hi all, Please forgive (and kindly correct) me if this is a bug that has been reported, known, or fixed. I'm running 1.3.4 on debian sarge and am just gearing-up to dig into the CVS head. I had the brilliant idea to automagically update articles on my website by installing a mason "dhandler"

Re: [PATCH] Re: Report on tex2lyx and lyx2lyx

2005-07-31 Thread Jean-Marc Lasgouttes
> "Bennett" == <[EMAIL PROTECTED]> writes: >> Wow! It is actually very difficult to guess where each accent comes >> from... I guess it is some bug in the handling of character height, >> but I am not sure. Bennett, do you see this bug too? Bennett> I do -- both in 1.3.7 and 1.4.0. (And you

[patch] bug 1254 (change tracking and blanks)

2005-07-31 Thread Juergen Spitzmueller
http://bugzilla.lyx.org/show_bug.cgi?id=1254 This patch fixes the problem reported as bug 1254. Deleted blanks (in change tracking mode) are handled as such by the code that forbids and the code that deletes consecutive blanks. OK? Jürgen Index: text.C =

[PATCH] bug 465: enumeration counter not reset between table cells

2005-07-31 Thread Jean-Marc Lasgouttes
This is a fix for http://bugzilla.lyx.org/show_bug.cgi?id=465 What this does is to basically rewrite the setCounter code to use proper ParIterator and fix nesting of enumerate and itemize when they are in nested insets. This is demonstrated by file bug465.lyx. It also fixes a nesting bug that wa

Re: [PATCH] Re: Reminder: patch for bug 1757, bug 1939

2005-07-31 Thread John Levon
On Sun, Jul 31, 2005 at 03:45:23PM +0200, Jean-Marc Lasgouttes wrote: > John> Why do we ever want that? I don't think it makes sense as a user > John> interface. Are you thinking of expanding this for future support > John> or add/delete row/col ? > > Well, I just though this is what we will even

Re: [PATCH] Re: Reminder: patch for bug 1757, bug 1939

2005-07-31 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Sun, Jul 31, 2005 at 02:22:15PM +0200, Jean-Marc Lasgouttes John> wrote: >> Now I am wondering. One big advantage of your patch is that it >> allows to mark individual table cells as deleted. This _requires_ >> to have the erased_ ins

Re: [PATCH] Re: Reminder: patch for bug 1757, bug 1939

2005-07-31 Thread John Levon
On Sun, Jul 31, 2005 at 02:22:15PM +0200, Jean-Marc Lasgouttes wrote: > Now I am wondering. One big advantage of your patch is that it allows > to mark individual table cells as deleted. This _requires_ to have the > erased_ inset member, I guess. Why do we ever want that? I don't think it makes

Re: [PATCH] Re: Reminder: patch for bug 1757, bug 1939

2005-07-31 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Thu, Jul 28, 2005 at 03:53:51PM +0200, Jean-Marc Lasgouttes John> wrote: >> Here is how I would do it. Note that this patch is only the >> getStatus part, but the lookupChange(Dociterator) is generally >> useful and could be moved som

Re: Compiling Lyx 1.3.6/5 on Ubuntu: Collision with tetex-extra

2005-07-31 Thread Georg Baum
Am Donnerstag, 28. Juli 2005 15:48 schrieb Alexander Dietz: > I am using Ubuntu Linux 5.04. I am trying to compile and install Lyx > 1.3.5 and 1.3.6 with > ./configure --with-frontend=qt --with-qt-dir=/usr/share/qt3 > --prefix=/usr > make > sudo checkinstall > > I get following problem: Lyx is tr