lyx in Makefile targets

1999-06-16 Thread Anonymous
Hi, I'm trying to automate the generation of Postscript from my LyX documents (using LyX 1.0.2). I actually got it working using the target .lyx.dvi: lyx $< & while test ! -p lyxpipe.in ; do sleep 2 ; done echo "LYXCMD:oops:buffer-export:dvi" > lyxpipe.in echo

ragged-right for display

1999-06-16 Thread Anonymous
While I'm at this, I've been asked by one of the profs here, as a footnote to "God Bless Lyx", if it's possible to disable on-screen justification while keeping it in the final document. It seems it's driving him nuts. And on a vaguely similar issue, I've noticed that the screen magnificati

Re: more on: still errors in find/replace with spaces

1999-06-16 Thread Anonymous
asger added, > The real solution for 1.1.x is to have cut and paste work more intelligently. > When you select something, part of the selection is two flags that denote > whether the start of the selection is the beginning of a word, and similar > for the end of the selection. It may be useful f

Re: more on: still errors in find/replace with spaces

1999-06-16 Thread Anonymous
> If we are to use such a complicated solution, then the real fix is to > make cut/copy behave normally and avoid this space collapsing stuff. > > And this means too much work for 1.0.x. The real solution for 1.1.x is to have cut and paste work more intelligently. When you select something, part

Re: lyxrc.default vs. lyxrc/no more latin1

1999-06-16 Thread Anonymous
On Wed, 16 Jun 1999 17:52:16 +0200 (MET DST), Jean-Marc Lasgouttes wrote: >> "Arnd" == Arnd Hanses <[EMAIL PROTECTED]> writes: > >>> Locale settings should not have any effect on the LaTeX output of >>> LyX. It is only a UI thing (you may want to write english documents >>> with a german UI,

Re: docbook

1999-06-16 Thread Anonymous
Jean-Marc Lasgouttes writes: > [...] > > We do not really aim at allowing any random LaTeX document, anyway. But this isn't the only place where this gives problems, the KeepEmpty is the flag that several aren't ok. Also the math display is another example as you pointed out (this is a p

Re: docbook

1999-06-16 Thread Anonymous
> "Jose" == Jose Abilio Oliveira Matos <[EMAIL PROTECTED]> writes: Jose> Jean-Marc Lasgouttes writes: [...] >> Then we would need a more complicated approach with explicit >> insertion of groups. >> Jose> Even with the present latex implementation you could run into Jose> problems, related w

Re: docbook

1999-06-16 Thread Anonymous
Jean-Marc Lasgouttes writes: [...] > Then we would need a more complicated approach with explicit insertion > of groups. > > Jose> Even with the present latex implementation you could run into > Jose> problems, related with maketitle stuff. If you insert between > Jose> your title layout

Re: docbook

1999-06-16 Thread Anonymous
> "Jose" == Jose Abilio Oliveira Matos <[EMAIL PROTECTED]> writes: Jose> This approach could solve some of the problems, and even your Jose> problem with groups inside groups isn't a problem (this sounds Jose> like insets inside insets :-). The problem with this approach is Jose> that there

server contributions

1999-06-16 Thread Anonymous
Hi, as announced previously, I attach the following: * patches to lyxserver.h/C. Changes: - INFO or ERROR always reported in the output pipe - added '\n' to always terminate server messages - client names remembered, each client notified by name when LyX exits * LyX::Client perl class

Re: more on: still errors in find/replace with spaces

1999-06-16 Thread Anonymous
> "Richard" == Richard E Hawkins <[EMAIL PROTECTED]> writes: Richard> But it's spaces its watching for, so using a space as part of Richard> the replace string can confuse it. The more I think about it Richard> (and, damnit, i'm not supposed to be dedicating brain cells Richard> to this at t

more on: still errors in find/replace with spaces

1999-06-16 Thread Anonymous
oops, sent it to quick. I wanted to add that using an inset the way I used the strign might be practical for 1.0.x; the inset doesn't have to do anything but stay there while the cut/paste happens, and then be removed--it's just that putting *something* in front of the first character of the

Re: lyxrc.default vs. lyxrc/no more latin1

1999-06-16 Thread Anonymous
On Wed, 16 Jun 1999 16:31:24 +0200 (MET DST), Jean-Marc Lasgouttes wrote: >Arnd> Word separation and special character printing produce the >Arnd> required output only by choosing "german" and "latin1" by >Arnd> hand. LANG/LANGUAGE seems not work by default, but menu bar and >Arnd> help files are

Re: still errors in find/replace with spaces

1999-06-16 Thread Anonymous
> Nice trick :) However, it is maybe a bit too hackish to add, in lyx > 1.0.x... Yes, that's what I realized once I remembered how I did it. But it got out the letters . . . On the other hand, I still have no job for this fall :( --

Re: still errors in find/replace with spaces

1999-06-16 Thread Anonymous
> "Richard" == Richard E Hawkins <[EMAIL PROTECTED]> writes: Richard> Later that night, I recalled exactly how i solved it: before Richard> the cut/ paste, I insert the text "MAGICMARKERSTRING" or some Richard> such, then do the cut/paste, then delete the string. It was Richard> a hack to st

Re: lyxrc.default vs. lyxrc/no more latin1

1999-06-16 Thread Anonymous
> "Arnd" == Arnd Hanses <[EMAIL PROTECTED]> writes: Arnd> The language/codepage bug remains. Arnd> Word separation and special character printing produce the Arnd> required output only by choosing "german" and "latin1" by Arnd> hand. LANG/LANGUAGE seems not work by default, but menu bar and

Re: lyxrc.default vs. lyxrc/no more latin1

1999-06-16 Thread Anonymous
On Wed, 16 Jun 1999 15:19:44 +0200 (MET DST), Jean-Marc Lasgouttes wrote: >> "Arnd" == Arnd Hanses <[EMAIL PROTECTED]> writes: > >Arnd> Setze Debug-Level auf 2 Debugging INIT #2 Checking whether LyX >Arnd> is run in place... no System directory search path: >Arnd> D:/USR/LOCAL/BIN;D:/XFree86/

Re: still errors in find/replace with spaces

1999-06-16 Thread Anonymous
> > "Richard" == Richard E Hawkins <[EMAIL PROTECTED]> writes: > > Richard> I'd offer to do it, but at the moment, I'm in over my head. > Richard> It would be mid-august (at the earliest). But I've attached > Richard> the tarball for mailmerge, in case anyone else wants to steal > Richard> t

Re: docbook

1999-06-16 Thread Anonymous
Jean-Marc Lasgouttes writes: [...] > I thought about defining a notion of groups like > > Group TitleGroup > CodeBegin "" > CodeEnd"\maketitle" > OnlyOnce 1 > End > > and then > > Style Title > ... > InGroupTitleGroup > ... > End > > This would be a (relativ

Re: lyxrc.default vs. lyxrc/no more latin1

1999-06-16 Thread Anonymous
> "Arnd" == Arnd Hanses <[EMAIL PROTECTED]> writes: Arnd> Setze Debug-Level auf 2 Debugging INIT #2 Checking whether LyX Arnd> is run in place... no System directory search path: Arnd> D:/USR/LOCAL/BIN;D:/XFree86/share/D:\XFree86\bin\lyx/;D:/XFree86/lib/X11 Arnd> /lyx ^^: Hah! Who's stolen my

Re: lyxrc.default vs. lyxrc/no more latin1

1999-06-16 Thread Anonymous
On Wed, 16 Jun 1999 14:49:20 +0200 (MET DST), Jean-Marc Lasgouttes wrote: >Arnd> Hi, testing the OS/2 bin of v.103 a bit more, now I observe that >Arnd> the auto-generated entry /view_ps_command foo in lyxrc.default >Arnd> overrides the /view_ps_command boo in lyxrc. > >It should not since the ly

Re: docbook

1999-06-16 Thread Anonymous
> "Jose" == Jose Abilio Oliveira Matos <[EMAIL PROTECTED]> writes: Jose> Regarding the empty layouts issue, I don't see them as an hack Jose> (maybe I need some glasses ;-). Jose> If lyx ever supports xml they will be a more commonplace, and Jose> I would like to hear ways to turn this

Re: lyxserver development

1999-06-16 Thread Anonymous
Stefano Ghirlanda <[EMAIL PROTECTED]> writes: | Ok, done. The "int clients" in LyXServer has been replaced by | "vector clients". The server adds the clients names on | "hello" messages instead of doing clients++. On "bye" messages, the server | checks that the client is in the vector, and remov

Re: lyxserver development

1999-06-16 Thread Anonymous
> "Stefano" == Stefano Ghirlanda <[EMAIL PROTECTED]> writes: Stefano> Ok, I will use the crude array in the 1.0.x patches, no Stefano> problem. Is STL "allowed" in the development version? It is even extensively used there. JMarc

Re: lyxrc.default vs. lyxrc/no more latin1

1999-06-16 Thread Anonymous
> "Arnd" == Arnd Hanses <[EMAIL PROTECTED]> writes: Arnd> Hi, testing the OS/2 bin of v.103 a bit more, now I observe that Arnd> the auto-generated entry /view_ps_command foo in lyxrc.default Arnd> overrides the /view_ps_command boo in lyxrc. It should not since the lyxrc.default file is rea

Re: lyxserver development

1999-06-16 Thread Anonymous
Hi Jean-Marc, > I'd rather avoid to use STL stuff in 1.0.x, since it still compiles > with old compilers which have broken STL and template support. In > 1.1.x, the situation is different, since by the time we release it, > the situation should have improved... > > Could you use a plain old link

Re: lyxserver development

1999-06-16 Thread Anonymous
> "Stefano" == Stefano Ghirlanda <[EMAIL PROTECTED]> writes: Stefano> I add to #include the standard in lyxserver.h and Stefano> in lyxserver.C, but I do not know how to make the Stefano> necessary modifications to check for these in the configure Stefano> stuff, sorry. I'd rather avoid to

lyxrc.default vs. lyxrc/no more latin1

1999-06-16 Thread Anonymous
Hi, testing the OS/2 bin of v.103 a bit more, now I observe that the auto-generated entry /view_ps_command foo in lyxrc.default overrides the /view_ps_command boo in lyxrc. I'm a bit confused here. Also the latex (not: screen) default setting (with ec fonts/T1 font encoding

Re: Catalan Version

1999-06-16 Thread Anonymous
> "Francesc" == Francesc Burrull i Mestres <[EMAIL PROTECTED]> writes: Francesc> I have a Catalan version ready (more or less). Thanks very much for it. I added your files to cvs and fixed es.po according to your instructions. JMarc

Catalan Version

1999-06-16 Thread Anonymous
Hi, I have a Catalan version ready (more or less). the new files are mainly: lib/CREDITS po/ca.po po/ca.gmo lib/examples/ca_splash.lyx configure The file: lib/bind/ca_menus.bind ins not included (in progress) I send a tar & gzip version because I'm confused with encoding. --

Re: Spanish version problem - None in the French

1999-06-16 Thread Anonymous
Hello Jean_Marc, Thank you for your suggestions. All of them has been very accurate and useful. --- o o o Francesc Burrull i Mestres Tel: +34-934016012 o o oFax: +34-934015981 o o o

Re: Spanish version problem - None in the French

1999-06-16 Thread Anonymous
On Tue, 15 Jun 1999, Jean-Marc Lasgouttes wrote: > . > entry of the file menu is not translated, which causes the whole menu > to be wrong. You can find such entries because they are marked with a > `fuzzy' mark. > > Could you give us a fix (a translation for 'Build program') for this > file

Re: lyxserver development

1999-06-16 Thread Anonymous
Hi Asger and everyone, > There is no deadline, except that we just got the first cut at docbook support > in, and that will need some time to be finished, and polished up before the > 1.0.4 release. Ok, then I have time to rewrite the server patches for the stable code. > In particular, if it's

Re: docbook

1999-06-16 Thread Anonymous
Asger Alstrup Nielsen writes: > > I considered several possible solutions, but all have their drawbacks. > > > > First note, using the present implementation is possible to write a lyx > > file that gives this result without any ERT (lyx jargon ;-). > > But both and should be empty

Re: floatflt/docs (from the doc guy who put it there)

1999-06-16 Thread Anonymous
> "Mike" == <[EMAIL PROTECTED]> writes: Mike> I will take responsibility for removing it from Extended in a Mike> sensible way. However, floatflt is used as a "standard" feature Mike> of LyX - it is used when you enter something in the "Extraopt" Mike> page of Layout->Paragraph. In my mind,

Re: docbook

1999-06-16 Thread Anonymous
Lars Gullik Bjønnes writes: > Alejandro Aguilar Sierra <[EMAIL PROTECTED]> writes: > > | On Tue, 15 Jun 1999, Jose Abilio Oliveira Matos wrote: > | > InsetLatex is the only exception as I think it is completly obsolete. > | > | I agree. Why it has not been removed? > > Stop looking to

Re: still errors in find/replace with spaces

1999-06-16 Thread Anonymous
> "Richard" == Richard E Hawkins <[EMAIL PROTECTED]> writes: Richard> I'd offer to do it, but at the moment, I'm in over my head. Richard> It would be mid-august (at the earliest). But I've attached Richard> the tarball for mailmerge, in case anyone else wants to steal Richard> the code or s

Re: LyX 1.0.3 has a quite a bit to go on Alpha

1999-06-16 Thread Anonymous
> "Michal" == Michal Jaegermann <[EMAIL PROTECTED]> writes: Michal> A corrected spec file is attached to this message. After Michal> replacing with it what is packaged in lyx-1.0.3.tar.gz file Michal> one can do 'rpm -ta lyx-1.0.3.tar.gz' and a correct thing will Michal> happen even on Alpha