Re: add "lyx-users" to message Subject?

2009-05-27 Thread Nikos Alexandris
Murray E: > I don't want to direct these messages about lyx to some special folder > (I can do that later if I wish). I just want to be able to tell at a > glance from the Subject showing in Thunderbird that the message is for > the lyx-users group. > > As somebody else wrote, all the other m

Re: add "lyx-users" to message Subject?

2009-05-27 Thread Murray Eisenberg
I don't want to direct these messages about lyx to some special folder (I can do that later if I wish). I just want to be able to tell at a glance from the Subject showing in Thunderbird that the message is for the lyx-users group. As somebody else wrote, all the other mailing lists to which

Re: add "lyx-users" to message Subject?

2009-05-27 Thread Murray Eisenberg
I'm on a Windows PC using Thunderbird as e-mail client. My outgoing mail ISP is Comcast. Rich Shepard wrote: On Wed, 27 May 2009, Murray Eisenberg wrote: Would it be possible to include (automatically) something like [lyx-users] in the Subject of messages sent from this mailing list? It's

Re: add "lyx-users" to message Subject?

2009-05-27 Thread Andrew Sullivan
On Thu, May 28, 2009 at 08:59:59AM +1000, Typhoon wrote: > he probably doesn't use procmail. However, Thunderbird, like almost all > pop mail clients allows you to define filter rules that will direct > lyx-user emails to a special folder. Also, the list seems to use the List-* headers (although n

Re: add "lyx-users" to message Subject?

2009-05-27 Thread Typhoon
On Wed, 27 May 2009 15:22:39 -0700 (PDT) Rich Shepard wrote: > On Wed, 27 May 2009, Murray Eisenberg wrote: > > > Would it be possible to include (automatically) something like > > [lyx-users] in the Subject of messages sent from this mailing list? > > > > It's often difficult to tell from the s

Re: add "lyx-users" to message Subject?

2009-05-27 Thread Rich Shepard
On Wed, 27 May 2009, Murray Eisenberg wrote: Would it be possible to include (automatically) something like [lyx-users] in the Subject of messages sent from this mailing list? It's often difficult to tell from the subject along that this is about lyx. Murray, Do you use procmail as your LD

add "lyx-users" to message Subject?

2009-05-27 Thread Murray Eisenberg
Would it be possible to include (automatically) something like [lyx-users] in the Subject of messages sent from this mailing list? It's often difficult to tell from the subject along that this is about lyx. -- Murray Eisenberg mur...@math.umass.edu Mathematics & Statistics D

Re: does my module require a package?

2009-05-27 Thread Jean-Marc Lasgouttes
OK, but how does this work on the first string you encounter? I.e., we have something like: lex.setFile(...) while (lex.isOK()) { s = lex.getString(); lex.next(true); } but will this work the first time? It i strange that we do not need to start with a lex.next()... But Lexer is strange any

Re: Consecutive numeration of lists also after a section in standard-format

2009-05-27 Thread Vincent van Ravesteijn
Bruce Pourciau schreef: On May 27, 2009, at 3:49 PM, Guenter Milde wrote: On 2009-05-27, Steve Litt wrote: On Wednesday 18 March 2009 01:04:27 pm jezZiFeR wrote: I do have a list with six sentences. They start with 1.) 2.) 3.) 4.) Then I entered a description for this forth sentence,

Re: does my module require a package?

2009-05-27 Thread rgheck
Jean-Marc Lasgouttes wrote: The parser for this file just uses LyX's general-purpose lexer. Apparently, it does not know about escaped quotes. Of course it does (when you ask nicely). Lexer::next(true) should do the trick. OK, but how does this work on the first string you encounter? I.e., w

Re: tex2lyx bug?

2009-05-27 Thread Jean-Marc Lasgouttes
\begin{align} \label{A} \label{B} \end{align} Although this is incorrect LaTeX, tex2lyx shouldn't crash, so please report it as bug. tex2lyx does not look inside of math stuff, I think it is mathed itself that crashes. JMarc

Re: Consecutive numeration of lists also after a section in standard-format

2009-05-27 Thread Bruce Pourciau
On May 27, 2009, at 3:49 PM, Guenter Milde wrote: On 2009-05-27, Steve Litt wrote: On Wednesday 18 March 2009 01:04:27 pm jezZiFeR wrote: I do have a list with six sentences. They start with 1.) 2.) 3.) 4.) Then I entered a description for this forth sentence, and after that I would

Re: tex2lyx bug?

2009-05-27 Thread Uwe Stöhr
Rodrigo Fresneda schrieb: Today I received a buggy tex document from a friend, and LyX could't import it: Warning: #LyX file created by tex2lyx 1.6.2 LyX Code: 8 name: unknown ../../../src/support/lassert.cpp(21): ASSERTION false VIOLATED IN ../../src/insets/Inset.cpp:137 ../../../src/support

Re: does my module require a package?

2009-05-27 Thread Jean-Marc Lasgouttes
The parser for this file just uses LyX's general-purpose lexer. Apparently, it does not know about escaped quotes. Of course it does (when you ask nicely). Lexer::next(true) should do the trick. JMarc

Re: does my module require a package?

2009-05-27 Thread Guenter Milde
On 2009-05-27, rgheck wrote: > Guenter Milde wrote: Problem: spurious "module requires package" popups for a home-made module. Reason: >> quotes in the description text are not escaped. > The parser for this file just uses LyX's general-purpose lexer. > Apparently, it does not know a

Re: Consecutive numeration of lists also after a section in standard-format

2009-05-27 Thread Guenter Milde
On 2009-05-27, Steve Litt wrote: > On Wednesday 18 March 2009 01:04:27 pm jezZiFeR wrote: >> I do have a list with six sentences. They start with >> 1.) >> 2.) >> 3.) >> 4.) >> Then I entered a description for this forth sentence, and after that I >> would like to continue with: >> 5.) >> 6.)

Re: does my module require a package?

2009-05-27 Thread rgheck
Guenter Milde wrote: It is this: "fancybreak" "fancybreak" "Define FancyBreak style for "breaks" or "transitions" between paragraphs. Separate pragraphs with some ornaments or simple vertical space. This is usually used for gaps in the narrative (also called a "transition"), e.g. love scenes l

Re: does my module require a package?

2009-05-27 Thread rgheck
Stefano Franchi wrote: On Tuesday 26 May 2009 05:46:55 pm rgheck wrote: Stefano Franchi wrote: On Tuesday 26 May 2009 08:59:10 am rgheck wrote: Guenter Milde wrote: Dear List, whenever I load a file that loads the following package, I get a popup-window warning me tha

lyx2lyx bug?

2009-05-27 Thread Rodrigo Fresneda
Today I received a buggy tex document from a friend, and LyX could't import it: Warning: #LyX file created by tex2lyx 1.6.2 LyX Code: 8 name: unknown ../../../src/support/lassert.cpp(21): ASSERTION false VIOLATED IN ../../src/insets/Inset.cpp:137 ../../../src/support/lassert.cpp(21): ASSERTION b

Re: Consecutive numeration of lists also after a section in standard-format

2009-05-27 Thread jezZiFeR
dear steve, thank you! i´ve asked this question some months ago, and it was already solved, but my harddisk had a problem, and after a backup some 100 mails were sent again automatically. sorry for that, i hope it is the only one here in this list… so, i´ll also try out your solution, it

Re: Consecutive numeration of lists also after a section in standard-format

2009-05-27 Thread Steve Litt
On Wednesday 18 March 2009 01:04:27 pm jezZiFeR wrote: > Dear listmembers, > > I do have a list with six sentences. They start with > > 1.) > 2.) > 3.) > 4.) > > Then I entered a description for this forth sentence, and after that I > would like to continue with: > > 5.) > 6.) > > But the problem i

Change settings of a float figure in a branch

2009-05-27 Thread alvaro
Hello, I have added some branches to my text. In the text, and thus in the branches, there are some figures (floating). Now my problem is that when I try to change the settings of the figure, the menu of the branch pops up... I dont know if I am doing something wrong or if it is an error of lyx.

Re: Is PDF the best graphic format for LyX?

2009-05-27 Thread Wolfgang Engelmann
For diagrams I found pyxplot http://www.srcf.ucam.org/pyxplot/ handy. Wolfgang