Re: Bugs list

2001-08-09 Thread Juergen Vigna
On 09-Aug-2001 Angus Leeming wrote: > % Percentage of the page width > c% Percentage of column width > p% Percentage of page width > l% Percentage of line width Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL

Re: lyx file format changes

2001-08-09 Thread Asger K. Alstrup Nielsen
On Thu, 9 Aug 2001, Andre Poenitz wrote: > > - If done properly, a C++ LaTeX parser would be a nice contribution to > > > That's the scary part of the implementation... I had a look at the TeXBook > and I still don't really know how it should work... In as far as reLyX is a

Re: lyx file format changes

2001-08-09 Thread John Weiss
On Thu, Aug 09, 2001 at 11:34:44AM +0200, Lars Gullik Bjønnes wrote: [snip!] > > and follow an implicit DTD. That was my point. Any text-based file format follows an implicit DTD. > John Weiss <[EMAIL PROTECTED]> writes: > > | We can do both design and DTD simultaneously. When we need a ne

Showstopper

2001-08-09 Thread Michael Schmitt
Errr, I hardly dare to get on your nerves again but ... it's Friday since a few minutes! And a real showstopper has slipped in LyX when you committed the large list of bug fixes yesterday. Actually, I am not able to edit my PhD anymore with current CVS code as LyX crashes right when loading it. I

Hello regarding problem with klyx (fwd)

2001-08-09 Thread Alejandro Aguilar Sierra
-- Forwarded message -- Date: 09 Aug 2001 23:07:50 +0200 From: sbeam <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Hello regarding problem with klyx I have klyx installed on my redhat system ver. 7.1 Everything is fine in klyx it shows all characters... o

mathed does not compile

2001-08-09 Thread Garst R. Reese
log available. (latexkeys) Garst

Re: xforms

2001-08-09 Thread Angus Leeming
On Thursday 09 August 2001 16:21, Andre Poenitz wrote: > Could anybody please apply the attached patch soon? > > Andre' Done. A ChangeLog would be nice next time. Angus

xforms

2001-08-09 Thread Andre Poenitz
Could anybody please apply the attached patch soon? Andre' -- André Pönitz . [EMAIL PROTECTED] Index: frontends/xforms/FormMathsDelim.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/sr

Bug list update

2001-08-09 Thread Michael Schmitt
Hi, some more bugs. This time in a gzipped file. Michael -- == Michael Schmittphone: +49 451 500 3725 Institute for Telematics secretary: +49 451 500 3721 Medical University o

Re: Bugs list

2001-08-09 Thread Angus Leeming
On Saturday 28 July 2001 18:05, Dekel Tsur wrote: > Citation dialog: > > - In the info area, the year appear after the authors and not at the end. > Furthermore volume/number information do not appear Fixed. > - strings defined by @string are not expanded > > - The parser of the bib files is

insets selection drawing error

2001-08-09 Thread John Levon
select a closed inset like footnote in the middle of a paragraph. it will open selected with a lot of blue for the line. Now type, the footnote will be cleared but not the surrounding blue. john -- "They're all fools. Don't worry. Darwin may be slow, but he'll eventually get them." -

Re: lyx file format changes

2001-08-09 Thread John Levon
On Thu, Aug 09, 2001 at 08:19:56AM +0200, Andre Poenitz wrote: > > >The conversion is important. Perhaps the problem is that there aren't > > >many developers which know perl well. > > > > Um, I do. I program perl & python for a living. Is there a bug / > > feature request for reLyx anywhere?

Re: covariant return types

2001-08-09 Thread Andre Poenitz
> | Is there any compiler out there that we intend to support and that does > | not support virtual functions with covariant return types? > | > | (I.e. virtual Base * Base::clone() could be overridden by Derived * > | Derived::clone() according to ... erm ... 10.3.5, but I doubt that all > |

covariant return types

2001-08-09 Thread Andre Poenitz
Is there any compiler out there that we intend to support and that does not support virtual functions with covariant return types? (I.e. virtual Base * Base::clone() could be overridden by Derived * Derived::clone() according to ... erm ... 10.3.5, but I doubt that all compilers will like th

Re: lyx file format changes

2001-08-09 Thread Andre Poenitz
> - If done properly, a C++ LaTeX parser would be a nice contribution to That's the scary part of the implementation... I had a look at the TeXBook and I still don't really know how it should work... Andre' -- André Pönitz . [EMA

Re: lyx file format changes

2001-08-09 Thread Asger K. Alstrup Nielsen
On Wed, 8 Aug 2001, Andre Poenitz wrote: > I wonder whether the situation would improve once we had (a) a decent > document structure and (b) the reLyX code in C++. > > I think there are not many things in reLyX that cant' be done in C++ and > - that's the point - there are more developers that

minibug.lyx

2001-08-09 Thread Garst R. Reese
This test file for minipages that was sent to the list has now changed its behaviour. In addition to having a nice green background instead of red, the second minipage reads: éö ö Where it used to read: éöö If I put the cursor before the second ö and do a backspace, it gets deleted. Garst bas

Re: lyx file format changes

2001-08-09 Thread Thomas Steffen
Herbert Voss <[EMAIL PROTECTED]> writes: >>> why should I do a lyx->latex->lyx cycle? >> >> You need it if you work on a document with a coauthor which doesn't have LyX. > > this is the only reason?? It is the only reason for doing the cycle I can see. Having said that, interoperability in gen