On Mon, Sep 27, 1999 at 09:11:47PM +0200, Lars Gullik Bjønnes wrote:
> Amir Karger <[EMAIL PROTECTED]> writes:
>
> | I have
> | (a) I believe a recent version of index.php3
>
> for the devel site?
[intelligent questions snipped]
The answer to most of your questions is, "Amir is a big idiot."
W
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
| - switch to use std::string
I have created a branch "string-switch" where this will be done.
Can be checked out with:
cvs checkout -r string-switch lyx-devel
Read pages 39-45 in the cvs manual.
Lgb
Amir Karger <[EMAIL PROTECTED]> writes:
| I have
| (a) I believe a recent version of index.php3
for the devel site?
| (b) lgt.tar
that is on the users site. I have that.
| (c) the whole new web site I created, which means I could probably
| retro-create some of the other pages.
This is also th
I have just opened up the development repository: lyx-devel.
It is based on 1.0.4pre8 + the revtex4 pathces and some enhancements
to docbook generation.
The new repository is supposed to be minimal, files that exists
somewhere else are not included. And files that are automatically
generated by
On 27 Sep, Allan Rae wrote:
> On Wed, 22 Sep 1999 [EMAIL PROTECTED] wrote:
> [...]
>> I believe that as soon as LyX has a nice enough document
>> importer-exporter it can become a major plater in the
>> "word-proccessing" business.
>
> I'd argue that Jose' is already working on that import/
On Fri, Sep 24, 1999 at 05:10:03PM +0100, Steffen Moeller wrote:
> >
> > reLyX -r "weirdenvironment,otherweirdenv"
>
> Could there be something like a dynamic -r option? Adding all
> \begin{something} as environments?
>
Sounds dangerous. There are plenty of environments that will do bad th
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| Well, it is not really a bug, but a missing feature. The difference is
| that we would not have to correct some code but to *write* new code...
| As far as pasting from LyX to LyX is concerned, we plan to allow
| opening several windows for the s
> Using pointers (whether pointing to locals or globals) is always error
> prone. Think of deleting/overwriting the referenced object somewhere in
> the huge code base or think of subtly buggy pointer arithmetics; you
> won't notice. Same thing with malloc()/new:
Unfortunately, C++ requires the
> "Reuben" == Reuben Thomas <[EMAIL PROTECTED]> writes:
Reuben> I don't know if anyone's thought of this before, but I was
Reuben> just wrestling with yet another file include problem when I
Reuben> thought "Why doesn't LyX just define all its commands in a
Reuben> package called lyx"?
Reube
On 25 Sep 1999 10:59:52 +0200, Lars Gullik Bj°nnes wrote:
>"Arnd Hanses" <[EMAIL PROTECTED]> writes:
>
>| {
>| [VIP]
>| FOO foo;
>| FOO * p = foo;
>| VIPfunc(p)
>| [VIP]
>| }
>
>We should never to a thing like that. What we could/should do is:
>
>VIPFunc(FOO & r) {
> // u
I don't know if anyone's thought of this before, but I was just wrestling
with yet another file include problem when I thought "Why doesn't LyX just
define all its commands in a package called lyx"?
Is there a good reason why not? It simplifies the logic of the LyX program
(which need not work ou
Hi Alejandro!
I noticed a small bug in mathed:
Try to enter
(k-1) T
s
where the T is vector transpose.
The T is rendered on top of the (k-1) superscript in the LyX window,
but previewed, it is rendered correctly.
I entered the expression as two consequtive superscripts.
Greets,
> "Ulrich" == Ulrich Günther <[EMAIL PROTECTED]> writes:
Ulrich> I know this is mentioned in the known-bugs: It is impossible
Ulrich> to paste any highlighted text in lyx to a X11 window, not even
Ulrich> to another running LYX. Is there a way around? Does anyone
Ulrich> have an idea how to f
13 matches
Mail list logo