Re: [PATCH] Re: still can't import any latex tabulars

2003-01-09 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> On Wednesday 08 January 2003 4:00 pm, Jean-Marc Lasgouttes Angus> wrote: >> Lars, since the "(3)" is your doing, feel free to replace that with >> any C++ally correct construct that may make you feel good. >> >> JMarc Angus> Why n

Re: [PATCH] Re: still can't import any latex tabulars

2003-01-08 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> What was in place before I changed it? anyway it is fine as you | Lars> changed it. | | You just added the (3), probably because you thought that the size was | known in a

Re: [PATCH] Re: still can't import any latex tabulars

2003-01-08 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> What was in place before I changed it? anyway it is fine as you Lars> changed it. You just added the (3), probably because you thought that the size was known in advance. Unfortunately the effect was quite different. I'll appl

Re: [PATCH] Re: still can't import any latex tabulars

2003-01-08 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: | | Juergen> Dr. Richard E. Hawkins wrote: | >> Yes; I can't even reproduce the order or pattern of blank/nonblank. | >> All I have so far is that it seems to be affected by a fa

Re: [PATCH] Re: still can't import any latex tabulars

2003-01-08 Thread Angus Leeming
On Wednesday 08 January 2003 4:00 pm, Jean-Marc Lasgouttes wrote: > Lars, since the "(3)" is your doing, feel free to replace that with any > C++ally correct construct that may make you feel good. > > JMarc Why not either of: #include #include using std::vector; using std::string; void foo()

[PATCH] Re: still can't import any latex tabulars

2003-01-08 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Dr. Richard E. Hawkins wrote: >> Yes; I can't even reproduce the order or pattern of blank/nonblank. >> All I have so far is that it seems to be affected by a failed >> import, abut also by using anything on the menu. Ju

Re: still can't import any latex tabulars

2003-01-08 Thread Dr. Richard E. Hawkins
On Tue, Jan 07, 2003 at 06:14:14PM +0100, Juergen Spitzmueller wrote: > Dr. Richard E. Hawkins wrote: > > Yes; I can't even reproduce the order or pattern of blank/nonblank. All > > I have so far is that it seems to be affected by a failed import, abut > > also by using anything on the menu. > He

Re: still can't import any latex tabulars

2003-01-08 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> On Wednesday 08 January 2003 08:55, Jean-Marc Lasgouttes wrote: José> Good morning :-) Good morning José! >> This is to be expected, you know :) José> Why? It used to. I made some work work to enable reLyX to run José> from the deve

Re: still can't import any latex tabulars

2003-01-08 Thread José Matos
On Wednesday 08 January 2003 08:55, Jean-Marc Lasgouttes wrote: Good morning :-) > This is to be expected, you know :) Why? It used to. I made some work work to enable reLyX to run from the devel directory. Also this is inconsistent lyx2lyx runs from the devel directory but reLyX not. I

Re: still can't import any latex tabulars

2003-01-08 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> I think that this may be related. In the machine I'm testing I José> don't have lyx installed and I don't see also the option to José> import the tex file, This is to be expected, you know :) JMarc

Re: still can't import any latex tabulars

2003-01-07 Thread Andre Poenitz
On Tue, Jan 07, 2003 at 06:34:33PM +, José Matos wrote: > It is definitively reLyX's fault. The BUGS file in reLyX warns to this. In > this case you declare 15 columns but only defines 4 and reLyX does not > complete the request, something that lyx expects. > > Is this as common as to h

Re: still can't import any latex tabulars

2003-01-07 Thread Dr. Richard E. Hawkins
On Tue, Jan 07, 2003 at 06:34:33PM +, Jos? Matos wrote: > On Tuesday 07 January 2003 17:42, Dr. Richard E. Hawkins wrote: > > \\ 1. int > > & 4 > > & 9 > > & 14 > > \\ 2. Instructors > It is definitively reLyX's fault. The BUGS file in reLyX warns to this. In > this case you decla

Re: still can't import any latex tabulars

2003-01-07 Thread José Matos
On Tuesday 07 January 2003 17:42, Dr. Richard E. Hawkins wrote: > > this *is* the small example (simple.tex): > > \documentclass{article} > > \begin{document} > > Hi there > > \begin {tabular}{lrr} > > \\ 1. int > & 4 > & 9 > & 14 > \\ 2. Instructors > & 0 > & 0 > & 3 > \end{

Re: still can't import any latex tabulars

2003-01-07 Thread Dr. Richard E. Hawkins
On Tue, Jan 07, 2003 at 05:25:07PM +, Jos? Matos wrote: > On Tuesday 07 January 2003 17:04, Dr. Richard E. Hawkins wrote: > > I doubt it--wouldn't relyx be rebuilt with "make install"? The only > > lyx on this system is the development branch (the reason I find so many > > weird bugs :) >

Re: still can't import any latex tabulars

2003-01-07 Thread Juergen Spitzmueller
Dr. Richard E. Hawkins wrote: > Yes; I can't even reproduce the order or pattern of blank/nonblank. All > I have so far is that it seems to be affected by a failed import, abut > also by using anything on the menu. Here's what I figured out: Start LyX: all is ok (5 import options) if I: a.) choo

Re: still can't import any latex tabulars

2003-01-07 Thread Dr. Richard E. Hawkins
On Tue, Jan 07, 2003 at 05:54:29PM +0100, Juergen Spitzmueller wrote: > Dr. Richard E. Hawkins wrote: > > ALso, I'm noticing strange behavior on the failed imports. The latex > > options disappear from the import submenu. Sometimes import itself gets > > greyed out. I generally have to quit to t

Re: still can't import any latex tabulars

2003-01-07 Thread Juergen Spitzmueller
Dr. Richard E. Hawkins wrote: > ALso, I'm noticing strange behavior on the failed imports. The latex > options disappear from the import submenu. Sometimes import itself gets > greyed out. I generally have to quit to try again. I can confirm this: sometimes only the two ASCII import options are

Re: still can't import any latex tabulars

2003-01-07 Thread José Matos
On Tuesday 07 January 2003 16:48, Dr. Richard E. Hawkins wrote: > > My father may be right about machines being out to get me--literally > *as* this message was unloading, my build of lyx 1.2 from the ports > collection finished compiling . . . . > > cvs update; compile > > Nope; still an error, an

Re: still can't import any latex tabulars

2003-01-07 Thread Dr. Richard E. Hawkins
On Tue, Jan 07, 2003 at 02:45:07PM +, Jos? Matos wrote: > On Monday 06 January 2003 19:12, Dr. Richard E. Hawkins wrote: > > I've rebuilt again today, and it still appears utterly impossible to > > import a latex tabular. > > I'm not sure how a latex file with a chart could > > get any simple

Re: still can't import any latex tabulars

2003-01-07 Thread José Matos
On Monday 06 January 2003 19:12, Dr. Richard E. Hawkins wrote: > I've rebuilt again today, and it still appears utterly impossible to > import a latex tabular. Some time ago (+- 2 months) you sent me a file called ch2hw.lyx that didn't imported correctly the table. I have fixed that and expe

Re: still can't import any latex tabulars

2003-01-07 Thread José Matos
On Monday 06 January 2003 19:12, Dr. Richard E. Hawkins wrote: > I've rebuilt again today, and it still appears utterly impossible to > import a latex tabular. > > I'm not sure how a latex file with a chart could > get any simpler than this: Try again now, it should be possible. > hawk -- Jos

Re: still can't import any latex tabulars

2003-01-06 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Montag, 6. Januar 2003 20:12, Dr. Richard E. Hawkins wrote: > I'm not sure how a latex file with a chart could > get any simpler than this: I know, it is not the sollution ... but it is possible After the first try, there is a lyx-file left. Open this file w

still can't import any latex tabulars

2003-01-06 Thread Dr. Richard E. Hawkins
I've rebuilt again today, and it still appears utterly impossible to import a latex tabular. I'm not sure how a latex file with a chart could get any simpler than this: simple.tex: \documentclass{article} \begin{document} Hi there \begin {tabular}{lrr} \\ 1. int & 4 & 9 &