segv in mathed, w/ ert+math-matrix

1999-07-20 Thread etienne grossmann
Hello, I think I just found a bug in mathed Description : * M-m-m * M-x math-matrix 2 1 * left arrow (Move cursor just before the array) * \xyz (ERT) * Backspace (The cursor moves to *after the array*. If I had written something in the array, it would then be copied just after the

How do you easily fire up REVTEX

1999-07-20 Thread Colin Kestell
I am told that revTEX is an ideal document class for the paper I wish to write. Although itis an option in my document choices I get the error message "revtex.sty not found". It's there, I put it there (where the other .sty files live), so why can't it find it ? Regards

Re: Rendering color EPS figures

1999-07-20 Thread Allan Rae
On Tue, 20 Jul 1999, Dan Mueth wrote: [... Garst's response...] > Thanks for the response. I have tried things out on 3 different machines > (and two different distributions) with the same results. (No or few EPS > figures appear in color.) I thought one of the RPM's might be > mis-configured,

Re: cursed verses

1999-07-20 Thread Allan Rae
On Tue, 20 Jul 1999, Jean-Marc Lasgouttes wrote: > > "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: > > Garst> Attached are two examples. example.lyx and example2.lyx. They > Garst> should look identical when viewed in lyx, but example.lyx is > Garst> messed up when viewed in gv. The d

LyX User's Guilde translated in Japanese

1999-07-20 Thread Kohtaro Hitomi
I just complete the LyX User's Guide translation in Japanese. It is on http://www.hiei.kit.ac.jp/~hitomi/lyx. If you can read Japanese, please check my translation. Kohtaro Hitomi -- _/_/_/_/_/_/_/_/_/_/_/_/_/_/ Kohtaro Hitomi Kyoto Institute of Technology Phone:+81-75-724-7262, Fax:+81-75-724-

Re: Rendering color EPS figures

1999-07-20 Thread Dan Mueth
> > I would particularly like to know whether anybody can get all four EPS > > figures to render in color reliably. > > > > I would like to squash this one, but I am not very familiar with Xforms or > > the Lyx code, so any help/pointers on this would be appreciated. > > > > Dan > The all rend

searchpath

1999-07-20 Thread miyata
"Arnd Hanses" <[EMAIL PROTECTED]> wrote: > LString SpaceLess(LString const & file) [...] > name.subst(';', ':'); This is not your code, but I don't like this one, too. As for 8 bit characters, it may be more efficient to provide LString::discardSign() which converts all the occurence of 0x

OS/2 locale and LString (was:Re: searchpath)

1999-07-20 Thread Arnd Hanses
Just for paranoia I propose change in LString.C/.h Is this one safe? - #ifndef _LSTRING_H_ #define _LSTRING_H_ #ifdef __GNUG__ #pragma interface #endif #include // needed at least for compiler that do not // understand 'explicit' (JMarc) #i

Re: searchpath

1999-07-20 Thread Arnd Hanses
On Tue, 20 Jul 1999 21:50:49 +0100, Arnd Hanses wrote: And what about the other file name handlers? > >>// Substitutes spaces with underscores in filename (and path) >>LString SpaceLess(LString const & file) > >[...] > >> name.subst('ñ', 'n'); /* AHanses: '~n', no more trouble >>with '

Re: searchpath

1999-07-20 Thread Arnd Hanses
Just a comment I forgot: On Tue, 20 Jul 1999 19:57:31 +0100, Arnd Hanses wrote: >>>And what about the other file name handlers? >// Substitutes spaces with underscores in filename (and path) >LString SpaceLess(LString const & file) [...] > name.subst('ñ', 'n'); /* AHanses: '~n', no mo

Re: math_write.C

1999-07-20 Thread Alejandro Aguilar Sierra
> On Tue, 20 Jul 1999, Jean-Marc Lasgouttes wrote: > > Unfortunately, this will change the contents of the .lyx file too and > mathed will not be able to parse it back correctly. Hmm.. why not? as a dirty workaround, just type \{ *before* [. This will introduce {} in TeX mode in LyX but not in t

Re: searchpath

1999-07-20 Thread Arnd Hanses
Those changes seem to fix most of the annoying bugs that I was experiencing on hpfs file system with special characters and PC code pages (850, 437). Please verify that I did not introduce additional bugs! Note that I'm not a professional programmer! Changes are marked with C-style comments:

Re: cursed verses

1999-07-20 Thread Jean-Marc Lasgouttes
> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: Garst> Attached are two examples. example.lyx and example2.lyx. They Garst> should look identical when viewed in lyx, but example.lyx is Garst> messed up when viewed in gv. The diffence is that I put a Garst> page-break below at the end o

Re: Configure Bug w/HP-UX 10.20 (?)

1999-07-20 Thread Jean-Marc Lasgouttes
> "Charles" == Charles Gerlach <[EMAIL PROTECTED]> writes: Charles> Now: I found xpm-3.4k, which installed cleanly. Did "make Charles> clean" on LyX, reconfigured (no errors reported), then Charles> re-built. The compilation went fine, the link is failing: Charles> collect2: ld returned 1 e

Re: math_write.C

1999-07-20 Thread Jean-Marc Lasgouttes
> "Alejandro" == Alejandro Aguilar Sierra <[EMAIL PROTECTED]> writes: Alejandro> On Tue, 20 Jul 1999, Jean-Marc Lasgouttes wrote: >> Unfortunately, this will change the contents of the .lyx file too >> and mathed will not be able to parse it back correctly. >> >> So a more compliacated solut

Re: math_write.C

1999-07-20 Thread Alejandro Aguilar Sierra
On Tue, 20 Jul 1999, Jean-Marc Lasgouttes wrote: > Unfortunately, this will change the contents of the .lyx file too and > mathed will not be able to parse it back correctly. > > So a more compliacated solution would be needed. I wonder why doesn't work something as simple as \\ %. Alejandro

Configure Bug w/HP-UX 10.20 (?)

1999-07-20 Thread Charles Gerlach
Configure Bug w/HP-UX 10.20. I'm trying to install LyX 1.0.3 on my HP workstations running 10.20. Earlier: I installed xforms-0.88 and had problems with xpm-3.4g. LyX configured ok, built ok, but crashed my window manager when I displayed on an HP. It worked fine when displayed on a Linux box.

Re: LyX web site

1999-07-20 Thread Amir Karger
On Mon, Jul 19, 1999 at 10:43:44AM +0200, Jean-Marc Lasgouttes wrote: > > "Amir" == Amir Karger <[EMAIL PROTECTED]> writes: > > Amir> Um, what's wget? > > >From http://freshmeat.net/appindex/1998/02/07/886856050.html: > > GNU Wget is a freely available network utility to retrieve files from

Re: Proposal for new features

1999-07-20 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: Michael> 1. When generating DVI or Postscript files, paragraphs of Michael> type "comment" are not included as they are just Michael> comments. However, for company internal discussions it would Michael> be nice if comments were inclu

Re: Proposal for new features

1999-07-20 Thread Jean-Marc Lasgouttes
> "Duncan" == Duncan Simpson <[EMAIL PROTECTED]> writes: Duncan> This would be possible with a little bit of TeXnical magic Duncan> which changes % into an active character and defines an Duncan> appropiate macro. Any thought on what they should look like? Duncan> It might take a little care

Re: math_write.C

1999-07-20 Thread Jean-Marc Lasgouttes
> "miyata" == miyata <[EMAIL PROTECTED]> writes: miyata> How about changing the line 345 from outf += "\n"; to outf miyata> += "{}\n"; ? Unfortunately, this will change the contents of the .lyx file too and mathed will not be able to parse it back correctly. So a more compliacated

Re: LyX/LaTeX/GBib/BibTeX help/suggestions (fwd)

1999-07-20 Thread Ben Cazzolato
Katherine I can help you out on a couple of things. > * Being able to keep chapters as separate documents, and yet have the > numbering continue from chapter to chapter. The Table of Contents and Index > should still be able to produce correct page information automatically. You can use the inc