Re: Pre-pre final version of LyX-PR

1999-01-19 Thread Larry S. Marso
Thanks for setting a deadline, with some lead time. I will endeavor to contribute. Best regards -- Larry S. Marso [EMAIL PROTECTED] On Tue, Jan 19, 1999 at 09:46:19PM +0200, Martin Vermeer wrote: > Here is the next version of the LyX Public Relations document. > > Please comment on this bef

Two small bugs: reLyX and LyX

1999-01-19 Thread Yves Bastide
Hello, While trying to convince a coworker to switch to LyX, I was bitten by 2 bugs, one when reLyXing his .tex file and one when trying to figure why the re-exported LaTeX file didn't work while the LyX one did. The reLyX bug: alignement is output in layouts that don't support them. The LyX bu

RE: Pre-pre final version of LyX-PR

1999-01-19 Thread Roland Krause
I know you must hate me by now as I keep buggin you but ... On 19-Jan-99 Martin Vermeer wrote: > Here is the next version of the LyX Public Relations document. > > Please comment on this before the weekend; I intend to work on it then and > post what is then the pre-final version on Monday. I wi

Re: Pre-pre final version of LyX-PR

1999-01-19 Thread Rich Fields at 407.356.5842
This reads well to me. A few minor comments that can be accepted or rejected as you like. Good job as-is! - Rich (I haven't replied to a list comment since the list changed, so I hope this is going to the correct addresses. A plain reply doesn't work for me anymore...) > Public release of LyX

Re: Pre-pre final version of LyX-PR

1999-01-19 Thread Alejandro Aguilar Sierra
On Tue, 19 Jan 1999, Martin Vermeer wrote: > Please comment on this before the weekend; I intend to work on it then and > post what is then the pre-final version on Monday. I will finalize it then > next week, in time for the 1 february deadline. I found it fine, but IMO it could be more concise

Re: Bug report 1.0.0pre6

1999-01-19 Thread Alejandro Aguilar Sierra
On Tue, 19 Jan 1999, Jean-Marc Lasgouttes wrote: > I'm not sure, because purify (under Solaris 2.5) does not detect > uninitialized pointers. It does in fact detect two uninitialized > variables in the math editor, but these are not pointers. Could you > (and Jochen) test whether the appended pat

Pre-pre final version of LyX-PR

1999-01-19 Thread Martin Vermeer
Here is the next version of the LyX Public Relations document. Please comment on this before the weekend; I intend to work on it then and post what is then the pre-final version on Monday. I will finalize it then next week, in time for the 1 february deadline. So, all remarks welcome; but let's

Re: inseturl

1999-01-19 Thread Jean-Marc Lasgouttes
> "Alejandro" == Alejandro Aguilar Sierra <[EMAIL PROTECTED]> writes: Alejandro> No. One should be able to edit a document even if you don't Alejandro> have the corresponding LaTeX (or whatever) package. I Alejandro> remember some of the developers don't want to contribute to Alejandro> our d

Re: inseturl

1999-01-19 Thread Alejandro Aguilar Sierra
On Tue, 19 Jan 1999, Jean-Marc Lasgouttes wrote: > We really need in 1.1 to actually read the autogenerated packages.lst > file and do something with it. The problem is that it is not easy to > decide how we use it. Shold we forbid the use of packages that have not > been detected? Should we allo

Re: [ggh@feynman.princeton.edu] LyX Feedback

1999-01-19 Thread Mate Wierdl
latex complained that /normalsize was an undefined control sequence. Sounds like you are not using revtex class from the lyx distribution. Revtex is a LaTeX209 package, and \normalsize does not exist in LaTeX2e. (I am assuming you are *not* trying to use /normalsize but \normalsize). s

Re: Bug report 1.0.0pre6

1999-01-19 Thread Jean-Marc Lasgouttes
> "Jochen" == Jochen Kuepper <[EMAIL PROTECTED]> writes: Jochen> On Die, 19 Jan 1999 Jean-Marc Lasgouttes wrote: >> I'm not sure, because purify (under Solaris 2.5) does not detect >> uninitialized pointers. It does in fact detect two uninitialized >> variables in the math editor, but these a

reLyXdoc (oops)

1999-01-19 Thread Amir Karger
Forgot to attach this! -Amir reLyX.lyx.gz

Re: Bug report 1.0.0pre6

1999-01-19 Thread Jochen Kuepper
On Die, 19 Jan 1999 Jean-Marc Lasgouttes wrote: >I'm not sure, because purify (under Solaris 2.5) does not detect >uninitialized pointers. It does in fact detect two uninitialized >variables in the math editor, but these are not pointers. Could you >(and Jochen) test whether the appended patch ma

Re: word-delete-forward and punctuation marks

1999-01-19 Thread Etienne Grossmann
Hello, *** I just did (more or less) the "2" option : I changed LyXText::CursorRightOneWord() to LyXText::CursorRightOneWord( bool skip_punctuation_too = true ) In yesterday's mail, I wrote "0" instead of "true"; the correct default value is "true". *** I have implemen

Re: cntrl-delete bug

1999-01-19 Thread Asger K. Alstrup Nielsen
> As you might has read, we are currently discussing what should be done > about that. The solution I prefer is that all functions looking > forward for words (for moving, replacing, deleting) should stop at the > end of the current word. This would be symmetrical with backward > functions which s

Re: inseturl

1999-01-19 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> *Jean-Marc Lasgouttes writes: | Note that we do not have Lars> currently any way to know from LyX | whether a package is Lars> available. So I guess that, instead of using | \usepackage{url}, Lars> we should use something like

Re: cntrl-delete bug

1999-01-19 Thread Jean-Marc Lasgouttes
> "Larry" == Larry S Marso <[EMAIL PROTECTED]> writes: Larry> Cntrl-delete removes a word *plus* a "---" following the word, Larry> whether or not there is a space between the two. So "word---" Larry> or "word ---" are completely eliminated. As you might has read, we are currently discussin

Re: word-delete-forward and punctuation marks

1999-01-19 Thread Jean-Marc Lasgouttes
> "Etienne" == Etienne Grossmann <[EMAIL PROTECTED]> writes: Etienne> Hello, Etienne> sorry for sending a duplicate message (the previous was Etienne> subject-less). JMarc> Etienne> It should be possible to modify word-forward in that JMarc> sense Etienne> too. Can I submit a patch? Let

Re: inseturl

1999-01-19 Thread Lars Gullik Bjønnes
*Jean-Marc Lasgouttes writes: | Note that we do not have currently any way to know from LyX | whether a package is available. So I guess that, instead of using | \usepackage{url}, we should use something like | \IfFileExists{url.sty} {\usepackage{url} | {\newcommand{\url}[1]{\texttt{#1}}} T

Re: [ggh@feynman.princeton.edu] LyX Feedback

1999-01-19 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> 1) It is apparently not possible to delete brackets from around Lars> a displayed math equation. That is, if I use the [] button to Lars> create a bracket set, then insert an equation into it, then Lars> change my mind about wa

Re: Bug report 1.0.0pre6

1999-01-19 Thread Jean-Marc Lasgouttes
> "Matthew" == M Clemence <[EMAIL PROTECTED]> writes: Matthew> Resizing the window with a large document (eg the tutorial Matthew> section of the documentation) causes lyx to not keep up with Matthew> geometry changes, often leading to misplaced/absent Matthew> scrollbars. That's strange, I

Re: PR

1999-01-19 Thread Jean-Marc Lasgouttes
> "John" == John Weiss <[EMAIL PROTECTED]> writes: John> --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii John> On Fri, Jan 15, 1999 at 01:09:09PM -0500, Larry S. Marso wrote: >> I've been calling, for quite some time, for a common depository of >> examples of LyX file from user

Re: Footnotes in itemized text, Lyx 1.0.0pre6 Dec. 23 1998

1999-01-19 Thread Jean-Marc Lasgouttes
> "Tvrtko" == Tvrtko Barbaric <[EMAIL PROTECTED]> writes: Tvrtko> Hi there! I encountered something that should be a bug: If Tvrtko> you use footnotes in itemized text, Lyx writes (in TeX-file) Tvrtko> \footnotemark{} instead of \footnote{} (I used no boxes, if Tvrtko> you manually change it

[ggh@feynman.princeton.edu] LyX Feedback

1999-01-19 Thread Lars Gullik Bjønnes
I have forwarded your mail to the LyX developers mailing list. Lgb --- Start of forwarded message --- I am using the pre-release V.1.0.0 on a Redhat Linux 5.1 system. Lyx is a great idea, and I like it alot, but there are a few problems I feel it is important to point out: 1)