Re: Thoughts on BibTeX and "files with spaces"

2005-07-13 Thread Paul A. Rubin
Angus Leeming wrote: Paul A. Rubin wrote: Angus Leeming wrote: The gurus at comp.text.tex or gmane.comp.tex.miktex are either silent or they're suggesting I avoid "paths with spaces", so let's assume that BibTeX can't handle such paths. One suggestion, from Florian Schmitt on gmane.comp.tex.

Re: [PATCH 136]Mangling of graphics and bibtex paths

2005-07-13 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> The attached patch * backports the name mangling code from the Angus> 1.4 tree and extends it slightly so that the mangled path is Angus> never longer than about 160 characters. Good. Angus> * Uses this mangled path in the graphi

[PATCH 136]Mangling of graphics and bibtex paths

2005-07-13 Thread Angus Leeming
The attached patch * backports the name mangling code from the 1.4 tree and extends it slightly so that the mangled path is never longer than about 160 characters. * Uses this mangled path in the graphics inset to ensure that YAP does not crash when attempting to view your graphics files. * Copi

Re: LyX in 500 lines

2005-07-13 Thread chr
On Wed, 13 Jul 2005, Angus Leeming wrote: > Given that silly season is upon us and we're about to be subjected to a > drunken rampage through our precious code base, I thought I'd contribute > to the general loony toons by posting an implementation of LyX in only 500 > lines. For fun, I added it

Re: maybe known bug? lyx 1.3.5 crash

2005-07-13 Thread Sven Schreiber
Angus Leeming wrote: > Sven Schreiber wrote: > > >>I suspect this is already known, but I figured a message couldn't hurt. >>The following happened on the windows-port of lyx 1.3.5 (on win 2000). >> >>1) Start lyx >>2) start a new default document >>3) type a character (or whatever) >>4) hit ret

Re: maybe known bug? lyx 1.3.5 crash

2005-07-13 Thread Uwe Stöhr
Sven Schreiber schrieb: I suspect this is already known, but I figured a message couldn't hurt. The following happened on the windows-port of lyx 1.3.5 (on win 2000). 1) Start lyx 2) start a new default document 3) type a character (or whatever) 4) hit return 5) choose insert-index entry from t

Re: maybe known bug? lyx 1.3.5 crash

2005-07-13 Thread Jean-Marc Lasgouttes
> "Sven" == Sven Schreiber <[EMAIL PROTECTED]> writes: Sven> I suspect this is already known, but I figured a message Sven> couldn't hurt. The following happened on the windows-port of lyx Sven> 1.3.5 (on win 2000). Sven> 1) Start lyx 2) start a new default document 3) type a character Sven>

Re: maybe known bug? lyx 1.3.5 crash

2005-07-13 Thread Angus Leeming
Sven Schreiber wrote: > I suspect this is already known, but I figured a message couldn't hurt. > The following happened on the windows-port of lyx 1.3.5 (on win 2000). > > 1) Start lyx > 2) start a new default document > 3) type a character (or whatever) > 4) hit return > 5) choose insert-index

maybe known bug? lyx 1.3.5 crash

2005-07-13 Thread Sven Schreiber
I suspect this is already known, but I figured a message couldn't hurt. The following happened on the windows-port of lyx 1.3.5 (on win 2000). 1) Start lyx 2) start a new default document 3) type a character (or whatever) 4) hit return 5) choose insert-index entry from the menu (yes I know this do

Re: lyx2lyx revertion bug.

2005-07-13 Thread Jose' Matos
On Tuesday 12 July 2005 22:26, Jose' Matos wrote: >   OK, you are right. Now lyx2lyx does not break in any file of my > repository (there is an exception but I am investigating its origin) > either up to 242 or from there to 221 again. FYI, the exception I was talking about was the intermediate

Re: LyX in 500 lines

2005-07-13 Thread Georg Baum
Angus Leeming wrote: > Not here, on Windows. On Windows, LyX shows a black and white resized > image as a solid black rectangle. Resizing the greyscale images in the > user guide is fine. Moreover, if you look at the greyscale images in the > user guide (eg platypus) as either "greyscale" or "blac

Re: LyX in 500 lines

2005-07-13 Thread Angus Leeming
Jose' Matos wrote: Anyway, I post the source for those who have always been baffled by how LyX does its stuff. I have tested the application with FC4 and it compiles with: $ g++ -I /usr/lib/qt-3.3/include/ -o lyxlike lyxlike.cpp \ -L/usr/lib/qt-3.3/lib -lqt-mt -lboost_signals This is with

Re: lyx2lyx revertion bug.

2005-07-13 Thread Georg Baum
Jose' Matos wrote: > But if you intend to write something in the preamble and there isn't any > preamble then we create one and add the text there, as it would happen if > there was a preamble initially. This true indeed. I was missing the context (only read the patch). Georg

Re: LyX in 500 lines

2005-07-13 Thread Jose' Matos
On Wednesday 13 July 2005 11:49, Angus Leeming wrote: > Angus Leeming wrote: > > Anyway, I post the source for those who have always been baffled by how > > LyX does its stuff. > > ... and for those who don't like DOS line endings... I have tested the application with FC4 and it compiles with: $

Re: lyx2lyx revertion bug.

2005-07-13 Thread Jose' Matos
On Wednesday 13 July 2005 08:10, Georg Baum wrote: > > Notice that I make add_to_preamble a little bit more robust. It is no > > error for a lyx file not to have a preamble, so if it does not have one > > we add it. > > Why? LyX 1.3 does not write a preamble if it would be empty, so I see no > reas

Re: LyX in 500 lines

2005-07-13 Thread Angus Leeming
Angus Leeming wrote: > Anyway, I post the source for those who have always been baffled by how > LyX does its stuff. ... and for those who don't like DOS line endings... -- Angus/* * Compiled with * * QTDIR="$HOME/qt3" * BOOSTDIR="$HOME/lyx/13x/boost" * BOOSTSIGNALSDIR="${HOME}/lyx/13x/buil

LyX in 500 lines

2005-07-13 Thread Angus Leeming
Given that silly season is upon us and we're about to be subjected to a drunken rampage through our precious code base, I thought I'd contribute to the general loony toons by posting an implementation of LyX in only 500 lines. Of course, it has rather restricted functionality (it responds only to

Re: lyx2lyx revertion bug.

2005-07-13 Thread Jose' Matos
On Tuesday 12 July 2005 22:39, Angus Leeming wrote: > Jose' Matos wrote: > > Notice again that this does not mean that the convertion is correct it > > only means that lyx2lyx thinks that it knows what it is doing. :-) > > It would be nice if you would extend your tests to at least check that > LyX

Re: 1.3.6 RPM builds

2005-07-13 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Have fun! Sure! JMarc

Re: 1.3.6 RPM builds

2005-07-13 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > JMarc, waiting for Lars to appear at his doorstep. Have fun! -- Angus

Re: 1.3.6 RPM builds

2005-07-13 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> The thing works (populates ~/rpm/BUILD/lyx-1.3.6cvs/lib/doc/) Angus> but I'm vaguely aware that the doc repository has changed Angus> location. However, I haven't really been following closely, so Angus> thought I should ask. It is

Re: [patch] 1.4, no.po again

2005-07-13 Thread Helge Hafting
Michael Schmitt wrote: Helge Hafting wrote: So this: textentryfield Label:sub:something becomes Referanse: sub:something "Label" (in the context of crossref labels) are usually translated as "Referansemerke". Not only is that very long, but it felt wrong in that place.

Re: [patch] 1.4, no.po again

2005-07-13 Thread Helge Hafting
Michael Schmitt wrote: Helge Hafting wrote: So this: textentryfield Label:sub:something becomes Referanse: sub:something "Label" (in the context of crossref labels) are usually translated as "Referansemerke". Not only is that very long, but it felt wrong in that place.

1.3.6 RPM builds

2005-07-13 Thread Angus Leeming
Is this step correct still? [ -f doc/UserGuide.lyx ] || { cvs -Q export -r BRANCH_1_3_X -d doc lyxdoc || \ echo "WARNING: Unable to get LyX Documentation from CVS!" ; true ; } The thing works (populates ~/rpm/BUILD/lyx-1.3.6cvs/lib/doc/) but I'm vaguely aware that the doc repository has changed

Re: CVS LyX RPM build problems on Fedora Core

2005-07-13 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > What is wrong with your solution? The build requires ${PCH_FILE}, not pch.h? Anyway, doesn't matter. -- Angus

Re: lyx2lyx revertion bug.

2005-07-13 Thread Georg Baum
Jose' Matos wrote: > Hi Georg, > if you are not the person to blame please excuse and direct the flames to > the responsible. ;-) I don't see anything to be blamed for yet :-) > My first file that fails the test is the one attached. It does work for me. At least it converts without error and c