Re: r32435 - lyx-devel/trunk/src

2009-12-09 Thread Abdelrazak Younes
lasgout...@lyx.org wrote: Author: lasgouttes Date: Tue Dec 8 23:41:10 2009 New Revision: 32435 URL: http://www.lyx.org/trac/changeset/32435 Log: Speedup updateMacroInstances. This has some effect on document loading time: it was a significant part of this time This commit is obviously

Re: I want to add Feyn support to LyX, and I need some guidance

2009-12-09 Thread Ronen Abravanel
On Wed, Dec 9, 2009 at 1:13 AM, Pavel Sanda sa...@lyx.org wrote: Ronen Abravanel wrote: One case: \feyn{fs f gl f glu f fs} I can't add spaces.. And they are important argh.. and ctrl+space can't be used? is suppose no :( in any case this looks like that you want to enhance math inset

Re: r32435 - lyx-devel/trunk/src

2009-12-09 Thread Jean-Marc Lasgouttes
This commit is obviously correct but Vincent reported something strange with forwardInset(), in that this will jump over portion of the document instead of merely poping out of the current inset. Or maybe it is just that the method name is misleading? In this case, I would rename it to

Re: r32435 - lyx-devel/trunk/src

2009-12-09 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: This commit is obviously correct but Vincent reported something strange with forwardInset(), in that this will jump over portion of the document instead of merely poping out of the current inset. Or maybe it is just that the method name is misleading? In this case,

(to Uwe) Special tex2lyx handling for multiple encodings declarations

2009-12-09 Thread Jean-Marc Lasgouttes
Uwe, I have been looking at this code from preamble.cpp // only set when there is not more than one inputenc // option therefore check for the , character also // only set when there is not more then one babel // language option

Re: r32435 - lyx-devel/trunk/src

2009-12-09 Thread Jean-Marc Lasgouttes
Le 9 déc. 09 à 09:26, Abdelrazak Younes a écrit : Jean-Marc Lasgouttes wrote: This commit is obviously correct but Vincent reported something strange with forwardInset(), in that this will jump over portion of the document instead of merely poping out of the current inset. Or maybe it is

Re: (to Uwe) Special tex2lyx handling for multiple encodings declarations

2009-12-09 Thread Guenter Milde
On 2009-12-09, Jean-Marc Lasgouttes wrote: Uwe, I have been looking at this code from preamble.cpp // only set when there is not more than one inputenc // option therefore check for the , character also // only set when there is not more then one

Re: Does r32414 Introduce a Security Hole? Do We Already Have One?

2009-12-09 Thread Guenter Milde
On 2009-12-09, rgheck wrote: The problem, as I understand it, is that, under certain circumstances, even a file with extension .jpg can be executed by windows, not by the default viewer. Ask your local spammer for details. AFAIK, the local spammer will attach a file nice-pic.jpg.exe and the

Re: Coder needed?

2009-12-09 Thread Guenter Milde
On 2009-12-08, rgheck wrote: On 12/08/2009 10:27 AM, Julio Oliveira wrote: My major interest is to improve my Python proficiency, so I would be glad to join any Python related development (bugs or new features). Unfortunately, there's not all that much of this. LyX uses python in certain

Re: (to Uwe) Special tex2lyx handling for multiple encodings declarations

2009-12-09 Thread Jean-Marc Lasgouttes
In LyX, you can set DocumentSettingsLanguage to either (*) Language default ( ) Other With Other, you set *one* encoding for the whole document, with Language default the encoding is taken from the 'languages' config file and there can be more than one encoding in the document. To get

Re: r32179 - lyx-devel/trunk/src/frontends/qt4

2009-12-09 Thread Guenter Milde
On 2009-12-08, Pavel Sanda wrote: Guenter Milde wrote: This could be called regularly for usage with other programs too, ... In any case I would prefer much if * FileRevert to saved could be renamed to FileRelaod, and * The current misleading warning Any changes will be lost. Are

Re: Using Modules to Load Packages with Options (Sweave)

2009-12-09 Thread Guenter Milde
On 2009-12-08, Jean-Marc Lasgouttes wrote: Le 08/12/2009 04:18, rgheck a écrit : However, I would prefer not to alter the stock files of my latex distribution. Is there a way to use the module to pass Sweave the noae option? Is there any way to offer the user a choice from the GUI? I think

Re: Coder needed?

2009-12-09 Thread Julio Oliveira
Hi Günter, That I could do with pleasure. And that matches with my personal motivation to improve my Python skills. I will look the code and problems. I contact with you later for more informations and discussions. We can kind of handle this assignment together. As I said before (in other

Re: languages polutonikogreek \perispomeni not needed

2009-12-09 Thread Guenter Milde
On 2009-12-08, Jürgen Spitzmüller wrote: Guenter Milde wrote: It would be easier to diff against trunk, as my stable lyx comes from a binary package. Trunk is OK as well. Here you are. Günter diff --git a/lib/languages b/lib/languages index 42f812c..5a86ea8 100644 --- a/lib/languages +++

RE: r32441 - lyx-devel/trunk/src/tex2lyx

2009-12-09 Thread Vincent van Ravesteijn - TNW
Author: vfr Date: Wed Dec 9 13:29:48 2009 New Revision: 32441 URL: http://www.lyx.org/trac/changeset/32441 Log: Fix bug #6365: tex2lyx uses wrong encoding in the preamble. Everything is ok while reading the file, but when the lyxfile is written, only the first byte of a double-byte character

RE: r32441 - lyx-devel/trunk/src/tex2lyx

2009-12-09 Thread Jürgen Spitzmüller
Vincent van Ravesteijn - TNW wrote: Also for branch ? OK. Jürgen

Re: languages polutonikogreek \perispomeni not needed

2009-12-09 Thread Jürgen Spitzmüller
Guenter Milde wrote: Here you are. Sorry to be nitpicking, but if you attach the patches (as opposed to quoting them inline), it is easier to actually apply them. Jürgen

Re: Does r32414 Introduce a Security Hole? Do We Already Have One?

2009-12-09 Thread rgheck
On 12/09/2009 02:50 AM, Abdelrazak Younes wrote: rgheck wrote: On 12/08/2009 08:57 PM, Uwe Stöhr wrote: If you want to introduce such support for doc, rtf, etc, then you should do it the way we handle dia, xfig, and the like. We should check for a real viewer, such as OpenOffice, Word, or

[Patch] Changes to sweave.module

2009-12-09 Thread Rob Oakes
Dear LyX-Developers, As a follow-up to my earlier email about the sweave module in SVN, I have created a patch that addresses two concerns. First, I have specified the noae option by default. This prevents Sweave.sty from loading the fontenc and ae packages by default. Making this change

Re: [Patch] Changes to sweave.module

2009-12-09 Thread Jean-Marc Lasgouttes
Le 09/12/2009 16:51, Rob Oakes a écrit : Dear LyX-Developers, As a follow-up to my earlier email about the sweave module in SVN, I have created a patch that addresses two concerns. First, I have specified the “noae” option by default. This prevents Sweave.sty from loading the fontenc and ae

Live PDF preview

2009-12-09 Thread Paquillo Dubois
Hello! I propose that LyX could have a live pdf preview pane like Gummi and an others LaTeX editor http://en.wikipedia.org/wiki/Gummi_%28software%29 It's possible? Thanks!

Re: Live PDF preview

2009-12-09 Thread Abdelrazak Younes
Paquillo Dubois wrote: Hello! I propose that LyX could have a live pdf preview pane like Gummi and an others LaTeX editor http://en.wikipedia.org/wiki/Gummi_%28software%29 It's possible? Everything's possible :-) One can imagine using a pdf library like poppler to do that kind of

Fwd: lyx

2009-12-09 Thread rgheck
Can someone see that this person is removed from our mailing lists? Original Message Subject:lyx Date: Wed, 09 Dec 2009 18:54:47 +0100 From: jouen jacky jacky.jo...@neuf.fr Reply-To: jacky.jouen @neuf.fr, jacky.jouen @neuf.fr To: E. Kaplan

Re: (to Uwe) Special tex2lyx handling for multiple encodings declarations

2009-12-09 Thread Uwe Stöhr
I have been looking at this code from preamble.cpp // only set when there is not more than one inputenc // option therefore check for the , character also // only set when there is not more then one babel // language option if (opts.find(,) == string::npos one_language == true) { if

Re: Does r32414 Introduce a Security Hole? Do We Already Have One?

2009-12-09 Thread Guenter Milde
On 2009-12-09, rgheck wrote: Are you sure of that? On my KDE system this is properly handled and I believe on Gnome too. Or am I missing something? Well, I tried it here, and got the error message I posted: Systemcall.cpp(111): QProcess %s /tmp/lyx_tmpdir.MT3859/lyx_tmpbuf0/r.rtf did not

Re: languages polutonikogreek \perispomeni not needed

2009-12-09 Thread Guenter Milde
On 2009-12-09, Jürgen Spitzmüller wrote: Guenter Milde wrote: Here you are. Sorry to be nitpicking, but if you attach the patches (as opposed to quoting them inline), it is easier to actually apply them. Unfortunately, I don't know how do I attach something with the slrn newsreader and

Re: lyx and pdf fonts

2009-12-09 Thread Guenter Milde
Suggestion: Would it be possible, to pre-select Latin Modern in the standard template? This is a re-post from a thread at lyx-users. On 2009-11-13, Guenter Milde wrote: On 2009-11-11, Pavel Sanda wrote: Guenter Milde wrote: LM is out for some time by now and could be considered the

Re: Does r32414 Introduce a Security Hole?

2009-12-09 Thread rgheck
On 12/09/2009 03:50 PM, Guenter Milde wrote: On 2009-12-09, rgheck wrote: What happens if you click on a *.rtf file in Konqueror? (Maybe you did not set a valid default application?) It opens in OpenOffice. Look, I know how file associations work, OK? The problem will become clear

Re: (to Uwe) Special tex2lyx handling for multiple encodings declarations

2009-12-09 Thread Jean-Marc Lasgouttes
Le 9 déc. 09 à 22:48, G. Milde a écrit : OK, so what about just keeping the last encoding and, after finishing the parsing of preamble, resetting this encoding to auto if it is the default encoding for the language? But what to do if not? We should rather expect the other encoding to be used

Re: lyx and pdf fonts

2009-12-09 Thread Uwe Stöhr
LM are [...] not by default included in all LaTeX distributions, for example not in MiKTeX. 1. This would indeed be a problem, but is this still true today? Yes. First since MiKTeX 2.8 (about 2 months old) it is by default included. So I would wait for at least one year until using this as

Re: Does r32414 Introduce a Security Hole?

2009-12-09 Thread Uwe Stöhr
If I replace %s with $$i, which I suppose is what was intended, then I get this... As Günter told, %s is a placeholder for Python and needn't to be the same as auto. I haven't invented this code it is there fore years and we already use it for the image file formats (emf and wmf are also

Re: Does r32414 Introduce a Security Hole?

2009-12-09 Thread rgheck
On 12/09/2009 08:16 PM, Uwe Stöhr wrote: If I replace %s with $$i, which I suppose is what was intended, then I get this... As Günter told, %s is a placeholder for Python and needn't to be the same as auto. I haven't invented this code it is therefore years and we already use it for the

Re: (to Uwe) Special tex2lyx handling for multiple encodings declarations

2009-12-09 Thread Uwe Stöhr
Jean-Marc Lasgouttes schrieb: For the case of ascii I already know that I am going to remove it :) If you read the linked bug, you will notice that we do create ascii-friendly accents as needed since we switched to unicode. There zero need to handle ascii differently from, say, latin5. LyX

Re: lyx and pdf fonts

2009-12-09 Thread Ben M.
On Wed, Dec 9, 2009 at 8:05 PM, Uwe Stöhr uwesto...@web.de wrote: LaTeX's default which is the best solution. When the user don't like the font, he can test out the other fonts and save the one he find most suitable as document default. Simply accepting LaTeX's default is a terrible solution

Re: lyx and pdf fonts

2009-12-09 Thread Uwe Stöhr
Ben M. schrieb: Simply accepting LaTeX's default is a terrible solution because it leaves the n00b wondering why their pdfs look jagged. What is a n00b? PDFs don't look jagged with the default font. All PDF viewers I know are able to smooth pixel fonts (Acrobat, Foxit Reader, Okular, GSview

Re: lyx and pdf fonts

2009-12-09 Thread Rob Oakes
While I know that I don't really get a vote, I thought I would offer a user's opinion. In short, it's this. I agree with Uwe. I think the dialogs are unnecessary. It's no secret that I don't care for the Computer Modern fonts(in less politic moments, I've been know to call it ghastly); but

Re: r32435 - lyx-devel/trunk/src

2009-12-09 Thread Abdelrazak Younes
lasgout...@lyx.org wrote: Author: lasgouttes Date: Tue Dec 8 23:41:10 2009 New Revision: 32435 URL: http://www.lyx.org/trac/changeset/32435 Log: Speedup updateMacroInstances. This has some effect on document loading time: it was a significant part of this time This commit is obviously

Re: I want to add Feyn support to LyX, and I need some guidance

2009-12-09 Thread Ronen Abravanel
On Wed, Dec 9, 2009 at 1:13 AM, Pavel Sanda wrote: > Ronen Abravanel wrote: > > One case: > > \feyn{fs f gl f glu f fs} > > > > I can't add spaces.. And they are important > > argh.. and ctrl+space can't be used? is suppose no :( > in any case this looks like that you want to

Re: r32435 - lyx-devel/trunk/src

2009-12-09 Thread Jean-Marc Lasgouttes
This commit is obviously correct but Vincent reported something strange with forwardInset(), in that this will jump over portion of the document instead of merely poping out of the current inset. Or maybe it is just that the method name is misleading? In this case, I would rename it to

Re: r32435 - lyx-devel/trunk/src

2009-12-09 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: This commit is obviously correct but Vincent reported something strange with forwardInset(), in that this will jump over portion of the document instead of merely poping out of the current inset. Or maybe it is just that the method name is misleading? In this case,

(to Uwe) Special tex2lyx handling for multiple encodings declarations

2009-12-09 Thread Jean-Marc Lasgouttes
Uwe, I have been looking at this code from preamble.cpp // only set when there is not more than one inputenc // option therefore check for the "," character also // only set when there is not more then one babel // language option

Re: r32435 - lyx-devel/trunk/src

2009-12-09 Thread Jean-Marc Lasgouttes
Le 9 déc. 09 à 09:26, Abdelrazak Younes a écrit : Jean-Marc Lasgouttes wrote: This commit is obviously correct but Vincent reported something strange with forwardInset(), in that this will jump over portion of the document instead of merely poping out of the current inset. Or maybe it is

Re: (to Uwe) Special tex2lyx handling for multiple encodings declarations

2009-12-09 Thread Guenter Milde
On 2009-12-09, Jean-Marc Lasgouttes wrote: > Uwe, > I have been looking at this code from preamble.cpp > // only set when there is not more than one inputenc > // option therefore check for the "," character also > // only set when there is not more then

Re: Does r32414 Introduce a Security Hole? Do We Already Have One?

2009-12-09 Thread Guenter Milde
On 2009-12-09, rgheck wrote: > The problem, as I understand it, is that, under certain circumstances, > even a file with extension .jpg can be executed by windows, not by the > "default viewer". Ask your local spammer for details. AFAIK, the local spammer will attach a file "nice-pic.jpg.exe"

Re: Coder needed?

2009-12-09 Thread Guenter Milde
On 2009-12-08, rgheck wrote: > On 12/08/2009 10:27 AM, Julio Oliveira wrote: >> My major interest is to improve my Python proficiency, so I would be >> glad to join any Python related development (bugs or new features). > Unfortunately, there's not all that much of this. LyX uses python in >

Re: (to Uwe) Special tex2lyx handling for multiple encodings declarations

2009-12-09 Thread Jean-Marc Lasgouttes
In LyX, you can set Document>Settings>Language to either (*) Language default ( ) Other With "Other", you set *one* encoding for the whole document, with "Language default" the encoding is taken from the 'languages' config file and there can be more than one encoding in the document. To get

Re: r32179 - lyx-devel/trunk/src/frontends/qt4

2009-12-09 Thread Guenter Milde
On 2009-12-08, Pavel Sanda wrote: > Guenter Milde wrote: >> This could be called regularly for usage with other programs too, ... >> In any case I would prefer much if >> * "File>Revert to saved" could be renamed to "File>Relaod", and >> * The current misleading warning >> Any changes

Re: Using Modules to Load Packages with Options (Sweave)

2009-12-09 Thread Guenter Milde
On 2009-12-08, Jean-Marc Lasgouttes wrote: > Le 08/12/2009 04:18, rgheck a écrit : >>> However, I would prefer not to alter the stock files of my latex >>> distribution. Is there a way to use the module to pass Sweave the >>> "noae" option? Is there any way to offer the user a choice from the >>>

Re: Coder needed?

2009-12-09 Thread Julio Oliveira
Hi Günter, That I could do with pleasure. And that matches with my personal motivation to improve my Python skills. I will look the code and problems. I contact with you later for more informations and discussions. We can kind of handle this assignment together. As I said before (in other

Re: languages polutonikogreek \perispomeni not needed

2009-12-09 Thread Guenter Milde
On 2009-12-08, Jürgen Spitzmüller wrote: > Guenter Milde wrote: >> It would be easier to diff against trunk, as my stable lyx comes from >> a binary package. > Trunk is OK as well. Here you are. Günter diff --git a/lib/languages b/lib/languages index 42f812c..5a86ea8 100644 ---

RE: r32441 - lyx-devel/trunk/src/tex2lyx

2009-12-09 Thread Vincent van Ravesteijn - TNW
> >Author: vfr >Date: Wed Dec 9 13:29:48 2009 >New Revision: 32441 >URL: http://www.lyx.org/trac/changeset/32441 > >Log: >Fix bug #6365: tex2lyx uses wrong encoding in the preamble. > >Everything is ok while reading the file, but when the lyxfile >is written, only the first byte of a double-byte

RE: r32441 - lyx-devel/trunk/src/tex2lyx

2009-12-09 Thread Jürgen Spitzmüller
Vincent van Ravesteijn - TNW wrote: > Also for branch ? OK. Jürgen

Re: languages polutonikogreek \perispomeni not needed

2009-12-09 Thread Jürgen Spitzmüller
Guenter Milde wrote: > Here you are. Sorry to be nitpicking, but if you attach the patches (as opposed to quoting them inline), it is easier to actually apply them. Jürgen

Re: Does r32414 Introduce a Security Hole? Do We Already Have One?

2009-12-09 Thread rgheck
On 12/09/2009 02:50 AM, Abdelrazak Younes wrote: rgheck wrote: On 12/08/2009 08:57 PM, Uwe Stöhr wrote: > If you want to introduce such support for doc, rtf, etc, then you should do it the way we handle > dia, xfig, and the like. We should check for a "real" viewer, such as OpenOffice, Word,

[Patch] Changes to sweave.module

2009-12-09 Thread Rob Oakes
Dear LyX-Developers, As a follow-up to my earlier email about the sweave module in SVN, I have created a patch that addresses two concerns. First, I have specified the "noae" option by default. This prevents Sweave.sty from loading the fontenc and ae packages by default. Making this change

Re: [Patch] Changes to sweave.module

2009-12-09 Thread Jean-Marc Lasgouttes
Le 09/12/2009 16:51, Rob Oakes a écrit : Dear LyX-Developers, As a follow-up to my earlier email about the sweave module in SVN, I have created a patch that addresses two concerns. First, I have specified the “noae” option by default. This prevents Sweave.sty from loading the fontenc and ae

Live PDF preview

2009-12-09 Thread Paquillo Dubois
Hello! I propose that LyX could have a live pdf preview pane like Gummi and an others LaTeX editor http://en.wikipedia.org/wiki/Gummi_%28software%29 It's possible? Thanks!

Re: Live PDF preview

2009-12-09 Thread Abdelrazak Younes
Paquillo Dubois wrote: Hello! I propose that LyX could have a live pdf preview pane like Gummi and an others LaTeX editor http://en.wikipedia.org/wiki/Gummi_%28software%29 It's possible? Everything's possible :-) One can imagine using a pdf library like poppler to do that kind of

Fwd: lyx

2009-12-09 Thread rgheck
Can someone see that this person is removed from our mailing lists? Original Message Subject:lyx Date: Wed, 09 Dec 2009 18:54:47 +0100 From: jouen jacky Reply-To: jacky.jouen @neuf.fr, jacky.jouen @neuf.fr To: E. Kaplan

Re: (to Uwe) Special tex2lyx handling for multiple encodings declarations

2009-12-09 Thread Uwe Stöhr
> I have been looking at this code from preamble.cpp > > // only set when there is not more than one inputenc > // option therefore check for the "," character also > // only set when there is not more then one babel > // language option > if (opts.find(",") == string::npos && one_language ==

Re: Does r32414 Introduce a Security Hole? Do We Already Have One?

2009-12-09 Thread Guenter Milde
On 2009-12-09, rgheck wrote: >> Are you sure of that? On my KDE system this is properly handled and I >> believe on Gnome too. Or am I missing something? > Well, I tried it here, and got the error message I posted: > Systemcall.cpp(111): QProcess %s >

Re: languages polutonikogreek \perispomeni not needed

2009-12-09 Thread Guenter Milde
On 2009-12-09, Jürgen Spitzmüller wrote: > Guenter Milde wrote: >> Here you are. > Sorry to be nitpicking, but if you attach the patches (as opposed to quoting > them inline), it is easier to actually apply them. Unfortunately, I don't know how do I attach something with the slrn newsreader

Re: lyx and pdf fonts

2009-12-09 Thread Guenter Milde
Suggestion: Would it be possible, to pre-select Latin Modern in the standard template? This is a re-post from a thread at lyx-users. On 2009-11-13, Guenter Milde wrote: > On 2009-11-11, Pavel Sanda wrote: >> Guenter Milde wrote: >>> LM is out for some time by now and could be considered the

Re: Does r32414 Introduce a Security Hole?

2009-12-09 Thread rgheck
On 12/09/2009 03:50 PM, Guenter Milde wrote: On 2009-12-09, rgheck wrote: What happens if you click on a *.rtf file in Konqueror? (Maybe you did not set a valid default application?) It opens in OpenOffice. Look, I know how file associations work, OK? The problem will become clear

Re: (to Uwe) Special tex2lyx handling for multiple encodings declarations

2009-12-09 Thread Jean-Marc Lasgouttes
Le 9 déc. 09 à 22:48, G. Milde a écrit : OK, so what about just keeping the last encoding and, after finishing the parsing of preamble, resetting this encoding to "auto" if it is the default encoding for the language? But what to do if not? We should rather expect the other encoding to be used

Re: lyx and pdf fonts

2009-12-09 Thread Uwe Stöhr
> "LM are [...] not by default included in all LaTeX distributions, for > example not in MiKTeX." > > 1. This would indeed be a problem, but is this still true today? Yes. First since MiKTeX 2.8 (about 2 months old) it is by default included. So I would wait for at least one year until using

Re: Does r32414 Introduce a Security Hole?

2009-12-09 Thread Uwe Stöhr
> If I replace "%s" with "$$i", which I suppose is what was intended, then I get this... As Günter told, %s is a placeholder for Python and needn't to be the same as "auto". I haven't invented this code it is there fore years and we already use it for the image file formats (emf and wmf are

Re: Does r32414 Introduce a Security Hole?

2009-12-09 Thread rgheck
On 12/09/2009 08:16 PM, Uwe Stöhr wrote: > If I replace "%s" with "$$i", which I suppose is what was intended, then I get this... As Günter told, %s is a placeholder for Python and needn't to be the same as "auto". I haven't invented this code it is therefore years and we already use it for

Re: (to Uwe) Special tex2lyx handling for multiple encodings declarations

2009-12-09 Thread Uwe Stöhr
Jean-Marc Lasgouttes schrieb: For the case of "ascii" I already know that I am going to remove it :) If you read the linked bug, you will notice that we do create ascii-friendly accents as needed since we switched to unicode. There zero need to handle ascii differently from, say, latin5. LyX

Re: lyx and pdf fonts

2009-12-09 Thread Ben M.
On Wed, Dec 9, 2009 at 8:05 PM, Uwe Stöhr wrote: > LaTeX's default which is the best solution. When the user don't like the > font, he can test out the other fonts and save the one he find most suitable > as document default. Simply accepting LaTeX's default is a terrible

Re: lyx and pdf fonts

2009-12-09 Thread Uwe Stöhr
Ben M. schrieb: Simply accepting LaTeX's default is a terrible solution because it leaves the n00b wondering why their pdfs look jagged. What is a n00b? PDFs don't look "jagged" with the default font. All PDF viewers I know are able to smooth pixel fonts (Acrobat, Foxit Reader, Okular,

Re: lyx and pdf fonts

2009-12-09 Thread Rob Oakes
While I know that I don't really get a vote, I thought I would offer a user's opinion. In short, it's this. I agree with Uwe. I think the dialogs are unnecessary. It's no secret that I don't care for the Computer Modern fonts(in less politic moments, I've been know to call it ghastly); but