Re: Some thoughts on forward search UI

2010-04-19 Thread Jürgen Spitzmüller
Pavel Sanda wrote: Jürgen Spitzmüller wrote: * This should also take care about the required other selections. I.e., it should enable synctex (or, if this is not available, an alternative way to add src specials) i was thinking about this too... what about some combo

Re: result of a first test with LyX 2.0alpha2

2010-04-19 Thread Abdelrazak Younes
On 04/19/2010 05:34 AM, Joost Verburg wrote: On 4/18/2010 7:15 PM, Uwe Stöhr wrote: Did you use cmake to compile alpha2? I use CMake for debug builds. For release builds I prefer SCons because it also takes care of LyX's lib files and the po-files. I don't have compile problems with CMake.

Re: result of a first test with LyX 2.0alpha2

2010-04-19 Thread Abdelrazak Younes
On 04/19/2010 05:51 AM, Uwe Stöhr wrote: Am 19.04.2010 02:14, schrieb Vincent van Ravesteijn: When I export a file as PDF LyX asks me if I want to replace the existing PDF. This is OK, but replacing should be the default and not keeping. Why don't you change this then if you think this

Re: Spellchecker and thesaurus for LyX/Mac

2010-04-19 Thread Stephan Witt
Am 18.04.2010 um 23:02 schrieb Pavel Sanda: Stephan Witt wrote: +lyx::support::FileName base(basepath); +lyx::support::FileName data(base.absFilename() + datapath); +lyx::support::FileName dict(base.absFilename() + dictpath); strip lyx::support:: part? This works if I add a

Re: [PATCH] FuncRequest Argument Parsing

2010-04-19 Thread Pavel Sanda
Richard Heck wrote: Comments welcome. I figure I'll wait until after alpha2 to commit. And Pavel, while I'm at it, I'll also wait until then to commit the updateBuffer patch from a while ago. btw what has happened with the patches above? pavel

Re: Some thoughts on forward search UI

2010-04-19 Thread Pavel Sanda
J?rgen Spitzm?ller wrote: I would simply provide an option enable forward/reverse search and let LyX care about the details, unless the user edits some advanced settings, Clearly the synctex approach is to be favoured. scrltx is just a fallback for older distros. ok. its also not clear

Re: Some thoughts on forward search UI

2010-04-19 Thread Jürgen Spitzmüller
Pavel Sanda wrote: its also not clear whether it should be in document or lyx preferences Since we have a per-doc setting for viewer and preferred chain in 2.0, why not both? Jürgen

Re: r34216 - lyx-devel/trunk/src/insets

2010-04-19 Thread Abdelrazak Younes
On 04/19/2010 01:47 AM, v...@lyx.org wrote: Author: vfr Date: Mon Apr 19 01:47:11 2010 New Revision: 34216 URL: http://www.lyx.org/trac/changeset/34216 Log: Better(?) fix for bug #6659: InsetInfo context menu disabled unless cursor immediately in front. Much better indeed. (see r34215 for

Re: Some thoughts on forward search UI

2010-04-19 Thread Pavel Sanda
J?rgen Spitzm?ller wrote: Pavel Sanda wrote: its also not clear whether it should be in document or lyx preferences Since we have a per-doc setting for viewer and preferred chain in 2.0, why not both? i must have missed it. we store any info/params about launching 3rd party apps in .lyx

Re: Some thoughts on forward search UI

2010-04-19 Thread Jürgen Spitzmüller
Pavel Sanda wrote: i must have missed it. we store any info/params about launching 3rd party apps in .lyx file now? this would be security issue which is best to be avoided... We store the the preferred output format (which is bound to a specific viewer) and the preferred bibtex/index

Re: Some thoughts on forward search UI

2010-04-19 Thread Pavel Sanda
J?rgen Spitzm?ller wrote: Pavel Sanda wrote: i must have missed it. we store any info/params about launching 3rd party apps in .lyx file now? this would be security issue which is best to be avoided... We store the the preferred output format (which is bound to a specific viewer) and

Re: result of a first test with LyX 2.0alpha2

2010-04-19 Thread rgheck
On 04/19/2010 02:54 AM, Abdelrazak Younes wrote: On 04/19/2010 05:51 AM, Uwe Stöhr wrote: Am 19.04.2010 02:14, schrieb Vincent van Ravesteijn: When I export a file as PDF LyX asks me if I want to replace the existing PDF. This is OK, but replacing should be the default and not keeping. Why

Re: Spellchecker and thesaurus for LyX/Mac

2010-04-19 Thread Jean-Marc Lasgouttes
Stephan Witt st.w...@gmx.net writes: Currently the build on Mac is able to include aspell with a subset of dictionaries. I've prepared a patch to allow for searching dictionaries at different locations. I'll attach it below. Now LyX/Mac is looking at runtime 1) in LYX_USERDIR, Where

Re: Master vs Child Preamble, Etc

2010-04-19 Thread Jean-Marc Lasgouttes
rgheck rgh...@bobjweil.com writes: Even better would be to use in both on input and output, and to let the user change these params in the document dialog from within each child. I would prefer that too. I thought about this, and in a way it would be easy: Buffer::params() just has to return

Re: result of a first test with LyX 2.0alpha2

2010-04-19 Thread Abdelrazak Younes
On 04/19/2010 01:41 PM, rgheck wrote: On 04/19/2010 02:54 AM, Abdelrazak Younes wrote: On 04/19/2010 05:51 AM, Uwe Stöhr wrote: Am 19.04.2010 02:14, schrieb Vincent van Ravesteijn: When I export a file as PDF LyX asks me if I want to replace the existing PDF. This is OK, but replacing should

Re: Some thoughts on forward search UI

2010-04-19 Thread Jürgen Spitzmüller
Pavel Sanda wrote: if there is only info like pdf1/2/3 then there is no problem (is it so?). Yes. Jürgen

Re: Spellchecker and thesaurus for LyX/Mac

2010-04-19 Thread Stephan Witt
Am 19.04.2010 um 14:39 schrieb Jean-Marc Lasgouttes: Stephan Witt st.w...@gmx.net writes: Currently the build on Mac is able to include aspell with a subset of dictionaries. I've prepared a patch to allow for searching dictionaries at different locations. I'll attach it below. Now

Re: Spellchecker and thesaurus for LyX/Mac

2010-04-19 Thread Jean-Marc Lasgouttes
Stephan Witt st.w...@gmx.net writes: Note, the current implementation is guarded by _APPLE_ #ifdef. After some discussion it could be more general... Therefore currently it is Apple-like: 1) aspell user dir: /Users/stephan/Library/Application

Broken HTML/OpenDocument Code Generation

2010-04-19 Thread Rainer Dorsch
Hello, I have a small LyX document, which shows a combination of a hyperlink and an svg figure break html/opendocument generation: The source documentation is here http://bokomoko.de/~rd/lyxtest/ The output I get is here http://bokomoko.de/~rd/lyxtest/output/lyx_tmpbuf0/test.html I have a

Re: Spellchecker and thesaurus for LyX/Mac

2010-04-19 Thread Charles de Miramon
Jean-Marc Lasgouttes wrote: Hunspell can be seen as some kind of successor to aspell. At least it is supposed to be better (am I right?) Yes. Hunspell can deal with coumpound words (two words joined in one) which are very common in German and suffix and affix which are used in Hungarian

Re: result of a first test with LyX 2.0alpha2

2010-04-19 Thread Joost Verburg
On 4/19/2010 2:49 AM, Abdelrazak Younes wrote: On 04/19/2010 05:34 AM, Joost Verburg wrote: On 4/18/2010 7:15 PM, Uwe Stöhr wrote: Did you use cmake to compile alpha2? I use CMake for debug builds. For release builds I prefer SCons because it also takes care of LyX's lib files and the

Re: result of a first test with LyX 2.0alpha2

2010-04-19 Thread rgheck
On 04/19/2010 08:44 AM, Abdelrazak Younes wrote: On 04/19/2010 01:41 PM, rgheck wrote: On 04/19/2010 02:54 AM, Abdelrazak Younes wrote: On 04/19/2010 05:51 AM, Uwe Stöhr wrote: Am 19.04.2010 02:14, schrieb Vincent van Ravesteijn: When I export a file as PDF LyX asks me if I want to replace

Re: Broken HTML/OpenDocument Code Generation

2010-04-19 Thread rgheck
On 04/19/2010 10:01 AM, Rainer Dorsch wrote: Hello, I have a small LyX document, which shows a combination of a hyperlink and an svg figure break html/opendocument generation: The source documentation is here http://bokomoko.de/~rd/lyxtest/ The output I get is here

Re: Broken HTML/OpenDocument Code Generation

2010-04-19 Thread Jürgen Spitzmüller
rgheck wrote: The last official release seems to have been the one you have. Perhaps you should report the bug here: http://www.cse.ohio-state.edu/~gurari/TeX4ht/#QQ1-1-82 and see what happens. Note that the page and the project was moved here after Eitan Gurari's death:

Re: result of a first test with LyX 2.0alpha2

2010-04-19 Thread Abdelrazak Younes
On 04/19/2010 04:40 PM, rgheck wrote: On 04/19/2010 08:44 AM, Abdelrazak Younes wrote: On 04/19/2010 01:41 PM, rgheck wrote: On 04/19/2010 02:54 AM, Abdelrazak Younes wrote: On 04/19/2010 05:51 AM, Uwe Stöhr wrote: Am 19.04.2010 02:14, schrieb Vincent van Ravesteijn: When I export a file

Re: result of a first test with LyX 2.0alpha2

2010-04-19 Thread Enrico Forestieri
On Mon, Apr 19, 2010 at 02:14:25AM +0200, Vincent van Ravesteijn wrote: Uwe Stöhr schreef: But I noticed another very annoying behaviour: When I export a file as PDF LyX asks me if I want to replace the existing PDF. This is OK, but replacing should be the default and not keeping. This

Re: Spellchecker and thesaurus for LyX/Mac

2010-04-19 Thread Stephan Witt
Am 19.04.2010 um 16:47 schrieb Jean-Marc Lasgouttes: Le 19/04/2010 16:18, Stephan Witt a écrit : The reasoning was as follows: * macports splits data and dict (maybe data is machine dependend and dictionaries are not?) So it becomes .../data and .../dict * Qt4 (as Apple frameworks in

Re: Some thoughts on forward search UI

2010-04-19 Thread Enrico Forestieri
On Mon, Apr 19, 2010 at 08:06:10AM +0200, Jürgen Spitzmüller wrote: The manual already contains this warning: Note that PDFSync might affect the output layout of your document. It is therefore advised to disable PDFsync for final documents. I'm not aware of similar problems with scrltx.

Re: Broken HTML/OpenDocument Code Generation

2010-04-19 Thread Rainer Dorsch
Am Monday 19 April 2010 17:03:41 schrieb Jürgen Spitzmüller: rgheck wrote: The last official release seems to have been the one you have. Perhaps you should report the bug here: http://www.cse.ohio-state.edu/~gurari/TeX4ht/#QQ1-1-82 and see what happens. Note that the page and the

Re: Some thoughts on forward search UI

2010-04-19 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: The same limitations apply to scrltx. See: http://www.tug.org/TUGboat/Articles/tb29-3/tb93laurens.pdf I see. Then the respective warning just needs to be extended. Jürgen

Re: r34216 - lyx-devel/trunk/src/insets

2010-04-19 Thread Vincent van Ravesteijn
Better(?) fix for bug #6659: InsetInfo context menu disabled unless cursor immediately in front. Much better indeed. Year, I was about to complain ;-) The problem was that I never expected that InsetInfo is a child class of InsetCollapsable. This feels wrong. Vincent

Re: Broken HTML/OpenDocument Code Generation

2010-04-19 Thread Rainer Dorsch
Am Monday 19 April 2010 16:48:21 schrieb rgheck: Is there anything I am doing wrong?     I doubt it. tex4ht is pretty fragile, as people's experience here shows. Is there a better way to generate HTML from LyX files? Thanks, Rainer -- Rainer Dorsch Lärchenstr. 6 D-72135 Dettenhausen

Re: Broken HTML/OpenDocument Code Generation

2010-04-19 Thread Charles de Miramon
Rainer Dorsch wrote: Hello, I have a small LyX document, which shows a combination of a hyperlink and an svg figure break html/opendocument generation: The source documentation is here http://bokomoko.de/~rd/lyxtest/ The output I get is here

Re: Master vs Child Preamble, Etc

2010-04-19 Thread rgheck
On 04/19/2010 08:42 AM, Jean-Marc Lasgouttes wrote: rgheckrgh...@bobjweil.com writes: Even better would be to use in both on input and output, and to let the user change these params in the document dialog from within each child. I would prefer that too. I think I'm confused

Re: Broken HTML/OpenDocument Code Generation

2010-04-19 Thread rgheck
On 04/19/2010 11:42 AM, Rainer Dorsch wrote: Am Monday 19 April 2010 17:03:41 schrieb Jürgen Spitzmüller: rgheck wrote: The last official release seems to have been the one you have. Perhaps you should report the bug here: http://www.cse.ohio-state.edu/~gurari/TeX4ht/#QQ1-1-82

Re: Broken HTML/OpenDocument Code Generation

2010-04-19 Thread rgheck
On 04/19/2010 12:53 PM, Rainer Dorsch wrote: Am Monday 19 April 2010 16:48:21 schrieb rgheck: Is there anything I am doing wrong? I doubt it. tex4ht is pretty fragile, as people's experience here shows. Is there a better way to generate HTML from LyX files? Depends

Re: result of a first test with LyX 2.0alpha2

2010-04-19 Thread rgheck
On 04/19/2010 11:22 AM, Enrico Forestieri wrote: On Mon, Apr 19, 2010 at 02:14:25AM +0200, Vincent van Ravesteijn wrote: Uwe Stöhr schreef: But I noticed another very annoying behaviour: When I export a file as PDF LyX asks me if I want to replace the existing PDF. This is OK, but

Re: r34216 - lyx-devel/trunk/src/insets

2010-04-19 Thread rgheck
On 04/19/2010 12:10 PM, Vincent van Ravesteijn wrote: Better(?) fix for bug #6659: InsetInfo context menu disabled unless cursor immediately in front. Much better indeed. Year, I was about to complain ;-) The problem was that I never expected that InsetInfo is a child class of

Re: result of a first test with LyX 2.0alpha2

2010-04-19 Thread Guenter Milde
On 2010-04-19, Enrico Forestieri wrote: On Mon, Apr 19, 2010 at 02:14:25AM +0200, Vincent van Ravesteijn wrote: Uwe Stöhr schreef: There is room for improvement here, Enrico ? Maybe the alert dialog could be redesigned for accepting 4 buttons instead of 3, such that to avoid the need for

Re: result of a first test with LyX 2.0alpha2

2010-04-19 Thread John McCabe-Dansted
On Mon, Apr 19, 2010 at 7:19 AM, Uwe Stöhr uwesto...@web.de wrote: When I export a file as PDF LyX asks me if I want to replace the existing PDF. This is OK, but replacing should be the default and not keeping. Moreover LyX asks me after the first question if it should continue asking. No

Re: Broken HTML/OpenDocument Code Generation

2010-04-19 Thread Rainer Dorsch
Am Montag, 19. April 2010 schrieb Charles de Miramon: Rainer Dorsch wrote: Hello, I have a small LyX document, which shows a combination of a hyperlink and an svg figure break html/opendocument generation: The source documentation is here http://bokomoko.de/~rd/lyxtest/ The

Re: latex-lab?

2010-04-19 Thread xPol
rgheck wrote: LyX already reads and writes LaTeX math expressions. E.g., try the following. Highlight and copy this: 2^x Now go to LyX. Hit Ctrl-M to get a math thingy, and paste. It also works the other way. Highlight the math inset in LyX and copy. Now paste into whatever you like.t

Re: Broken HTML/OpenDocument Code Generation

2010-04-19 Thread Rainer Dorsch
Am Montag, 19. April 2010 schrieb rgheck: On 04/19/2010 12:53 PM, Rainer Dorsch wrote: Am Monday 19 April 2010 16:48:21 schrieb rgheck: Is there anything I am doing wrong? I doubt it. tex4ht is pretty fragile, as people's experience here shows. Is there a better way to generate HTML

Re: result of a first test with LyX 2.0alpha2

2010-04-19 Thread Enrico Forestieri
On Mon, Apr 19, 2010 at 03:37:25PM -0400, rgheck wrote: On 04/19/2010 11:22 AM, Enrico Forestieri wrote: On Mon, Apr 19, 2010 at 02:14:25AM +0200, Vincent van Ravesteijn wrote: Uwe Stöhr schreef: But I noticed another very annoying behaviour: When I export a file as PDF LyX asks me if I

Re: Master vs Child Preamble, Etc

2010-04-19 Thread Jean-Marc Lasgouttes
Le 19 avr. 10 à 21:19, rgheck a écrit : So I'm a bit puzzled here. The idea seemed to be that DocumentSettings accessed the params of the master. But then what's to write for the child? You can't even get at those. As I said, I'm sure I'm just confused. If it make you feel better, you can

Re: r34216 - lyx-devel/trunk/src/insets

2010-04-19 Thread Jean-Marc Lasgouttes
Le 19 avr. 10 à 21:39, rgheck a écrit : In a way, yes. But it's not clear what else it should be. Not InsetCommand, I wouldn't have thought. So it'd have to be a direct subclass of Inset, and I think Bo just wanted to reuse the drawing routines, etc, from InsetCollapsable. It could be a

Re: result of a first test with LyX 2.0alpha2

2010-04-19 Thread Enrico Forestieri
On Mon, Apr 19, 2010 at 05:22:40PM +0200, Enrico Forestieri wrote: On Mon, Apr 19, 2010 at 02:14:25AM +0200, Vincent van Ravesteijn wrote: There is room for improvement here, Enrico ? Maybe the alert dialog could be redesigned for accepting 4 buttons instead of 3, such that to avoid the

Re: Spellchecker and thesaurus for LyX/Mac

2010-04-19 Thread Jean-Marc Lasgouttes
Le 19 avr. 10 à 17:34, Stephan Witt a écrit : I can live with it. The code would be less cluttered. But if I read the developer docs of mac correct there is a standard. It is called The anatomy of a bundle. Indeed. But if we put everything in LyX' resources I think we are still in the spirit

Re: r34223 - in lyx-devel/trunk: lib/ui src src/insets

2010-04-19 Thread Jean-Marc Lasgouttes
Le 19 avr. 10 à 23:36, v...@lyx.org a écrit : This introduces a new LFUN LFUN_INSET_COPY_AS, which copies a certain Inset to the clipboard. For InsetInfo this is the text that is visible, but this could also replace LFUN_LABEL_COPY_AS_REF, by copying the INSET to the clipboard as a

Re: result of a first test with LyX 2.0alpha2

2010-04-19 Thread Enrico Forestieri
On Mon, Apr 19, 2010 at 10:33:21PM +0200, Enrico Forestieri wrote: On Mon, Apr 19, 2010 at 03:37:25PM -0400, rgheck wrote: On 04/19/2010 11:22 AM, Enrico Forestieri wrote: On Mon, Apr 19, 2010 at 02:14:25AM +0200, Vincent van Ravesteijn wrote: Uwe Stöhr schreef: But I noticed

Re: result of a first test with LyX 2.0alpha2

2010-04-19 Thread Uwe Stöhr
Am 18.04.2010 17:28, schrieb Uwe Stöhr: I finished a Windows installer for alpha2 and tested it a bit. alpha2 is much more stable than alpha1 but there are still some issues: - the size of instant previews is always an A4 page, even if it is an inline formula. So instant preview is currently

Re: result of a first test with LyX 2.0alpha2

2010-04-19 Thread Uwe Stöhr
Am 19.04.2010 16:40, schrieb rgheck: Uwe was talking about the button which had the focus by default. Oh, I see. I guess you can see what I thought he meant. So, Uwe: I have no objection to making replace have default focus. OK, so I'll change this. regards Uwe

Re: result of a first test with LyX 2.0alpha2

2010-04-19 Thread Enrico Forestieri
On Tue, Apr 20, 2010 at 02:34:15AM +0200, Uwe Stöhr wrote: Am 19.04.2010 16:40, schrieb rgheck: Uwe was talking about the button which had the focus by default. Oh, I see. I guess you can see what I thought he meant. So, Uwe: I have no objection to making replace have default focus.

Re: Broken HTML/OpenDocument Code Generation

2010-04-19 Thread rgheck
On 04/19/2010 04:29 PM, Rainer Dorsch wrote: Just for curiosity: will the native XHTML export support ERT sections too? At the moment, ERT is ignored, since in many cases it will be LaTeX we don't know how to handle. But you can easily define a new custom inset that will be output

Re: Some thoughts on forward search UI

2010-04-19 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > > > Jürgen Spitzmüller wrote: > > > > * This should also take care about the required other selections. > > > > I.e., it should enable synctex (or, if this is not available, an > > > > alternative way to add src specials) > > > > > > > > > > > > i was thinking about this

Re: result of a first test with LyX 2.0alpha2

2010-04-19 Thread Abdelrazak Younes
On 04/19/2010 05:34 AM, Joost Verburg wrote: On 4/18/2010 7:15 PM, Uwe Stöhr wrote: > Did you use cmake to compile alpha2? I use CMake for debug builds. For release builds I prefer SCons because it also takes care of LyX's lib files and the po-files. I don't have compile problems with CMake.

Re: result of a first test with LyX 2.0alpha2

2010-04-19 Thread Abdelrazak Younes
On 04/19/2010 05:51 AM, Uwe Stöhr wrote: Am 19.04.2010 02:14, schrieb Vincent van Ravesteijn: When I export a file as PDF LyX asks me if I want to replace the existing PDF. This is OK, but replacing should be the default and not keeping. > Why don't you change this then if you think this

Re: Spellchecker and thesaurus for LyX/Mac

2010-04-19 Thread Stephan Witt
Am 18.04.2010 um 23:02 schrieb Pavel Sanda: > Stephan Witt wrote: >> +lyx::support::FileName base(basepath); >> +lyx::support::FileName data(base.absFilename() + datapath); >> +lyx::support::FileName dict(base.absFilename() + dictpath); > > strip lyx::support:: part? This works if I

Re: [PATCH] FuncRequest Argument Parsing

2010-04-19 Thread Pavel Sanda
Richard Heck wrote: > Comments welcome. I figure I'll wait until after alpha2 to commit. > > And Pavel, while I'm at it, I'll also wait until then to commit the > updateBuffer patch from a while ago. btw what has happened with the patches above? pavel

Re: Some thoughts on forward search UI

2010-04-19 Thread Pavel Sanda
J?rgen Spitzm?ller wrote: > > I would simply provide an option "enable forward/reverse search" and let LyX > care about the details, unless the user edits some advanced settings, > > Clearly the synctex approach is to be favoured. scrltx is just a fallback for > older distros. ok. its also

Re: Some thoughts on forward search UI

2010-04-19 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > its also not clear whether it should be in document or lyx preferences Since we have a per-doc setting for viewer and preferred chain in 2.0, why not both? Jürgen

Re: r34216 - lyx-devel/trunk/src/insets

2010-04-19 Thread Abdelrazak Younes
On 04/19/2010 01:47 AM, v...@lyx.org wrote: Author: vfr Date: Mon Apr 19 01:47:11 2010 New Revision: 34216 URL: http://www.lyx.org/trac/changeset/34216 Log: Better(?) fix for bug #6659: InsetInfo context menu disabled unless cursor immediately in front. Much better indeed. (see r34215 for

Re: Some thoughts on forward search UI

2010-04-19 Thread Pavel Sanda
J?rgen Spitzm?ller wrote: > Pavel Sanda wrote: > > its also not clear whether it should be in document or lyx preferences > > Since we have a per-doc setting for viewer and preferred chain in 2.0, why > not > both? i must have missed it. we store any info/params about launching 3rd party apps

Re: Some thoughts on forward search UI

2010-04-19 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > i must have missed it. we store any info/params about launching 3rd party > apps in .lyx file now? this would be security issue which is best to be > avoided... We store the the preferred output format (which is bound to a specific viewer) and the preferred bibtex/index

Re: Some thoughts on forward search UI

2010-04-19 Thread Pavel Sanda
J?rgen Spitzm?ller wrote: > Pavel Sanda wrote: > > i must have missed it. we store any info/params about launching 3rd party > > apps in .lyx file now? this would be security issue which is best to be > > avoided... > > We store the the preferred output format (which is bound to a specific >

Re: result of a first test with LyX 2.0alpha2

2010-04-19 Thread rgheck
On 04/19/2010 02:54 AM, Abdelrazak Younes wrote: On 04/19/2010 05:51 AM, Uwe Stöhr wrote: Am 19.04.2010 02:14, schrieb Vincent van Ravesteijn: When I export a file as PDF LyX asks me if I want to replace the existing PDF. This is OK, but replacing should be the default and not keeping. Why

Re: Spellchecker and thesaurus for LyX/Mac

2010-04-19 Thread Jean-Marc Lasgouttes
Stephan Witt writes: > Currently the build on Mac is able to include aspell with a subset of > dictionaries. > I've prepared a patch to allow for searching dictionaries at different > locations. > I'll attach it below. Now LyX/Mac is looking at runtime > 1) in LYX_USERDIR,

Re: Master vs Child Preamble, Etc

2010-04-19 Thread Jean-Marc Lasgouttes
rgheck writes: >> Even better would be to use in both on input and output, and to let the user >> change these params in the document dialog from within each child. I would prefer that too. > I thought about this, and in a way it would be easy: Buffer::params() > just has

Re: result of a first test with LyX 2.0alpha2

2010-04-19 Thread Abdelrazak Younes
On 04/19/2010 01:41 PM, rgheck wrote: On 04/19/2010 02:54 AM, Abdelrazak Younes wrote: On 04/19/2010 05:51 AM, Uwe Stöhr wrote: Am 19.04.2010 02:14, schrieb Vincent van Ravesteijn: When I export a file as PDF LyX asks me if I want to replace the existing PDF. This is OK, but replacing should

Re: Some thoughts on forward search UI

2010-04-19 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > if there is only info like "pdf1/2/3" then there is no problem (is it so?). Yes. Jürgen

Re: Spellchecker and thesaurus for LyX/Mac

2010-04-19 Thread Stephan Witt
Am 19.04.2010 um 14:39 schrieb Jean-Marc Lasgouttes: > Stephan Witt writes: >> Currently the build on Mac is able to include aspell with a subset of >> dictionaries. >> I've prepared a patch to allow for searching dictionaries at different >> locations. >> I'll attach it

Re: Spellchecker and thesaurus for LyX/Mac

2010-04-19 Thread Jean-Marc Lasgouttes
Stephan Witt writes: > Note, the current implementation is guarded by _APPLE_ #ifdef. > After some discussion it could be more general... > > Therefore currently it is Apple-like: > 1) aspell user dir: /Users/stephan/Library/Application >

Broken HTML/OpenDocument Code Generation

2010-04-19 Thread Rainer Dorsch
Hello, I have a small LyX document, which shows a combination of a hyperlink and an svg figure break html/opendocument generation: The source documentation is here http://bokomoko.de/~rd/lyxtest/ The output I get is here http://bokomoko.de/~rd/lyxtest/output/lyx_tmpbuf0/test.html I have a

Re: Spellchecker and thesaurus for LyX/Mac

2010-04-19 Thread Charles de Miramon
Jean-Marc Lasgouttes wrote: > Hunspell can be seen as some kind of successor to aspell. At least it is > supposed to be better (am I right?) > Yes. Hunspell can deal with coumpound words (two words joined in one) which are very common in German and suffix and affix which are used in Hungarian

Re: result of a first test with LyX 2.0alpha2

2010-04-19 Thread Joost Verburg
On 4/19/2010 2:49 AM, Abdelrazak Younes wrote: On 04/19/2010 05:34 AM, Joost Verburg wrote: On 4/18/2010 7:15 PM, Uwe Stöhr wrote: > Did you use cmake to compile alpha2? I use CMake for debug builds. For release builds I prefer SCons because it also takes care of LyX's lib files and the

Re: result of a first test with LyX 2.0alpha2

2010-04-19 Thread rgheck
On 04/19/2010 08:44 AM, Abdelrazak Younes wrote: On 04/19/2010 01:41 PM, rgheck wrote: On 04/19/2010 02:54 AM, Abdelrazak Younes wrote: On 04/19/2010 05:51 AM, Uwe Stöhr wrote: Am 19.04.2010 02:14, schrieb Vincent van Ravesteijn: When I export a file as PDF LyX asks me if I want to replace

Re: Broken HTML/OpenDocument Code Generation

2010-04-19 Thread rgheck
On 04/19/2010 10:01 AM, Rainer Dorsch wrote: Hello, I have a small LyX document, which shows a combination of a hyperlink and an svg figure break html/opendocument generation: The source documentation is here http://bokomoko.de/~rd/lyxtest/ The output I get is here

Re: Broken HTML/OpenDocument Code Generation

2010-04-19 Thread Jürgen Spitzmüller
rgheck wrote: > The last official release seems to have been the one you have. Perhaps > you should report the bug here: > http://www.cse.ohio-state.edu/~gurari/TeX4ht/#QQ1-1-82 > and see what happens. Note that the page and the project was moved here after Eitan Gurari's death:

Re: result of a first test with LyX 2.0alpha2

2010-04-19 Thread Abdelrazak Younes
On 04/19/2010 04:40 PM, rgheck wrote: On 04/19/2010 08:44 AM, Abdelrazak Younes wrote: On 04/19/2010 01:41 PM, rgheck wrote: On 04/19/2010 02:54 AM, Abdelrazak Younes wrote: On 04/19/2010 05:51 AM, Uwe Stöhr wrote: Am 19.04.2010 02:14, schrieb Vincent van Ravesteijn: When I export a file

Re: result of a first test with LyX 2.0alpha2

2010-04-19 Thread Enrico Forestieri
On Mon, Apr 19, 2010 at 02:14:25AM +0200, Vincent van Ravesteijn wrote: > Uwe Stöhr schreef: > >But I noticed another very annoying behaviour: > > > >When I export a file as PDF LyX asks me if I want to replace the > >existing PDF. This is OK, but replacing should be the default and > >not

Re: Spellchecker and thesaurus for LyX/Mac

2010-04-19 Thread Stephan Witt
Am 19.04.2010 um 16:47 schrieb Jean-Marc Lasgouttes: > Le 19/04/2010 16:18, Stephan Witt a écrit : >> The reasoning was as follows: >> * macports splits data and dict (maybe data is machine dependend and >> dictionaries are not?) >> So it becomes .../data and .../dict >> * Qt4 (as Apple

Re: Some thoughts on forward search UI

2010-04-19 Thread Enrico Forestieri
On Mon, Apr 19, 2010 at 08:06:10AM +0200, Jürgen Spitzmüller wrote: > The manual already contains this warning: > "Note that PDFSync might affect the output layout of your document. It is > therefore advised to disable PDFsync for final documents." > > I'm not aware of similar problems with

Re: Broken HTML/OpenDocument Code Generation

2010-04-19 Thread Rainer Dorsch
Am Monday 19 April 2010 17:03:41 schrieb Jürgen Spitzmüller: > rgheck wrote: > > The last official release seems to have been the one you have. Perhaps > > you should report the bug here: > > http://www.cse.ohio-state.edu/~gurari/TeX4ht/#QQ1-1-82 > > and see what happens. > > Note that the

Re: Some thoughts on forward search UI

2010-04-19 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > The same limitations apply to scrltx. See: > http://www.tug.org/TUGboat/Articles/tb29-3/tb93laurens.pdf I see. Then the respective warning just needs to be extended. Jürgen

Re: r34216 - lyx-devel/trunk/src/insets

2010-04-19 Thread Vincent van Ravesteijn
Better(?) fix for bug #6659: InsetInfo context menu disabled unless cursor immediately in front. Much better indeed. Year, I was about to complain ;-) The problem was that I never expected that InsetInfo is a child class of InsetCollapsable. This feels wrong. Vincent

Re: Broken HTML/OpenDocument Code Generation

2010-04-19 Thread Rainer Dorsch
Am Monday 19 April 2010 16:48:21 schrieb rgheck: > > Is there anything I am doing wrong? > > > >     > > I doubt it. tex4ht is pretty fragile, as people's experience here shows. Is there a better way to generate HTML from LyX files? Thanks, Rainer -- Rainer Dorsch Lärchenstr. 6 D-72135

Re: Broken HTML/OpenDocument Code Generation

2010-04-19 Thread Charles de Miramon
Rainer Dorsch wrote: > Hello, > > I have a small LyX document, which shows a combination of a hyperlink and > an svg figure break html/opendocument generation: > > The source documentation is here > > http://bokomoko.de/~rd/lyxtest/ > > The output I get is here > >

Re: Master vs Child Preamble, Etc

2010-04-19 Thread rgheck
On 04/19/2010 08:42 AM, Jean-Marc Lasgouttes wrote: rgheck writes: Even better would be to use in both on input and output, and to let the user change these params in the document dialog from within each child. I would prefer that too. I think I'm

Re: Broken HTML/OpenDocument Code Generation

2010-04-19 Thread rgheck
On 04/19/2010 11:42 AM, Rainer Dorsch wrote: Am Monday 19 April 2010 17:03:41 schrieb Jürgen Spitzmüller: rgheck wrote: The last official release seems to have been the one you have. Perhaps you should report the bug here: http://www.cse.ohio-state.edu/~gurari/TeX4ht/#QQ1-1-82

Re: Broken HTML/OpenDocument Code Generation

2010-04-19 Thread rgheck
On 04/19/2010 12:53 PM, Rainer Dorsch wrote: Am Monday 19 April 2010 16:48:21 schrieb rgheck: Is there anything I am doing wrong? I doubt it. tex4ht is pretty fragile, as people's experience here shows. Is there a better way to generate HTML from LyX files? Depends

Re: result of a first test with LyX 2.0alpha2

2010-04-19 Thread rgheck
On 04/19/2010 11:22 AM, Enrico Forestieri wrote: On Mon, Apr 19, 2010 at 02:14:25AM +0200, Vincent van Ravesteijn wrote: Uwe Stöhr schreef: But I noticed another very annoying behaviour: When I export a file as PDF LyX asks me if I want to replace the existing PDF. This is OK, but

Re: r34216 - lyx-devel/trunk/src/insets

2010-04-19 Thread rgheck
On 04/19/2010 12:10 PM, Vincent van Ravesteijn wrote: Better(?) fix for bug #6659: InsetInfo context menu disabled unless cursor immediately in front. Much better indeed. Year, I was about to complain ;-) The problem was that I never expected that InsetInfo is a child class of

Re: result of a first test with LyX 2.0alpha2

2010-04-19 Thread Guenter Milde
On 2010-04-19, Enrico Forestieri wrote: > On Mon, Apr 19, 2010 at 02:14:25AM +0200, Vincent van Ravesteijn wrote: >> Uwe Stöhr schreef: >> There is room for improvement here, Enrico ? > Maybe the alert dialog could be redesigned for accepting 4 buttons > instead of 3, such that to avoid the need

Re: result of a first test with LyX 2.0alpha2

2010-04-19 Thread John McCabe-Dansted
On Mon, Apr 19, 2010 at 7:19 AM, Uwe Stöhr wrote: > When I export a file as PDF LyX asks me if I want to replace the existing > PDF. This is OK, but replacing should be the default and not keeping. > Moreover LyX asks me after the first question if it should continue asking. >

Re: Broken HTML/OpenDocument Code Generation

2010-04-19 Thread Rainer Dorsch
Am Montag, 19. April 2010 schrieb Charles de Miramon: > Rainer Dorsch wrote: > > Hello, > > > > I have a small LyX document, which shows a combination of a hyperlink and > > an svg figure break html/opendocument generation: > > > > The source documentation is here > > > >

Re: latex-lab?

2010-04-19 Thread xPol
rgheck wrote: > LyX already reads and writes LaTeX math expressions. E.g., try the > following. Highlight and copy this: > 2^x > Now go to LyX. Hit Ctrl-M to get a math thingy, and paste. It also works > the other way. Highlight the math inset in LyX and copy. Now paste into > whatever you

Re: Broken HTML/OpenDocument Code Generation

2010-04-19 Thread Rainer Dorsch
Am Montag, 19. April 2010 schrieb rgheck: > On 04/19/2010 12:53 PM, Rainer Dorsch wrote: > > Am Monday 19 April 2010 16:48:21 schrieb rgheck: > >>> Is there anything I am doing wrong? > >> > >> I doubt it. tex4ht is pretty fragile, as people's experience here shows. > > > > Is there a better way

Re: result of a first test with LyX 2.0alpha2

2010-04-19 Thread Enrico Forestieri
On Mon, Apr 19, 2010 at 03:37:25PM -0400, rgheck wrote: > On 04/19/2010 11:22 AM, Enrico Forestieri wrote: > >On Mon, Apr 19, 2010 at 02:14:25AM +0200, Vincent van Ravesteijn wrote: > > > >>Uwe Stöhr schreef: > >>>But I noticed another very annoying behaviour: > >>> > >>>When I export a file as

Re: Master vs Child Preamble, Etc

2010-04-19 Thread Jean-Marc Lasgouttes
Le 19 avr. 10 à 21:19, rgheck a écrit : So I'm a bit puzzled here. The idea seemed to be that Document>Settings accessed the params of the master. But then what's to write for the child? You can't even get at those. As I said, I'm sure I'm just confused. If it make you feel better, you

Re: r34216 - lyx-devel/trunk/src/insets

2010-04-19 Thread Jean-Marc Lasgouttes
Le 19 avr. 10 à 21:39, rgheck a écrit : In a way, yes. But it's not clear what else it should be. Not InsetCommand, I wouldn't have thought. So it'd have to be a direct subclass of Inset, and I think Bo just wanted to reuse the drawing routines, etc, from InsetCollapsable. It could be a

  1   2   >