Re: Code Review: Next step to provide spellchecker with dictionaries included

2010-05-28 Thread Pavel Sanda
Stephan Witt wrote: > The next steps on my agenda are > * dictionary collection this is mac only thing or other archs need something similar? > +#define MAX_SELECTOR 3 > +string dictPath(int selector) > +{ > + switch (selector) { > + case 2: return > addName(lyx::support::package().syste

Re: spreadsheet capability?

2010-05-28 Thread Pavel Sanda
Liviu Andronic wrote: > On Fri, May 28, 2010 at 8:23 PM, Guenter Milde wrote: > > However, the Gnumeric spreadsheet has a LaTeX export feature, so one > > could possibly write an "external inset" wrapper for it. > > > Apparently there is a patch [1] by Helge Hafting. More info on the > subject in

Code Review: Next step to provide spellchecker with dictionaries included

2010-05-28 Thread Stephan Witt
Dear LyX developers, I've prepared a patch to change hunspell and myThes wrappers to be ready for included dictionaries. Please have a look at the patch and point me to typos and thinkos. With the changes the binary searches the data files in this order: 1. user path from configuration 2. user su

Re: spreadsheet capability?

2010-05-28 Thread Liviu Andronic
On Fri, May 28, 2010 at 8:23 PM, Guenter Milde wrote: > However, the Gnumeric spreadsheet has a LaTeX export feature, so one > could possibly write an "external inset" wrapper for it. > Apparently there is a patch [1] by Helge Hafting. More info on the subject in this thread [2] and on the wiki [3

Re: LyX 1.6.6.1

2010-05-28 Thread BH
On Fri, May 28, 2010 at 12:58 PM, Jürgen Spitzmüller wrote: > I've set up a new tarball, labelled lyx-1.6.6.1, that just consists of a fix > to #6708 (spellchecker misses every second word after you corrected the first > one). This is in fact Lyx 1.6.6 with r33567 reverted. None of the new stuff i

Re: spreadsheet capability?

2010-05-28 Thread Guenter Milde
On 2010-05-28, xPol wrote: > Has anybody ever tried to provide lyx with some spreadsheet capability, > exploiting its symbolic computation backends? Not to my knowledge. However, the Gnumeric spreadsheet has a LaTeX export feature, so one could possibly write an "external inset" wrapper for it.

Next change in child document

2010-05-28 Thread Rainer Dorsch
Hello, we have a document with child documents embedded and we use change tracking. Is there a way for LyX to look into child documents, when I do "Navigate" -> "Next Change" ? Thanks, Rainer -- Rainer Dorsch Lärchenstr. 6 D-72135 Dettenhausen 07157-734133 email: rdor...@web.de jabber: rdor..

LyX 1.6.6.1

2010-05-28 Thread Jürgen Spitzmüller
I've set up a new tarball, labelled lyx-1.6.6.1, that just consists of a fix to #6708 (spellchecker misses every second word after you corrected the first one). This is in fact Lyx 1.6.6 with r33567 reverted. None of the new stuff in branch is included. Also, I have not yet reverted r33567 in br

Re: save as latex file: displaymath instead of \[, newline

2010-05-28 Thread Enrico Forestieri
On Fri, May 28, 2010 at 12:10:39PM +0200, Uwe Brauer wrote: > an empty line between this is a test and \[ causes > unnecessary spaces. This happens because you hit the Enter key before the equation. If you go to "Preferences->Look&Feel->Display" and select "Mark end of paragraphs", you will see a

spreadsheet capability?

2010-05-28 Thread xPol
Has anybody ever tried to provide lyx with some spreadsheet capability, exploiting its symbolic computation backends? thank you ---P

Child encodings

2010-05-28 Thread Dionysios
LyX 1.6.5, then 1.6.6 Windows MiKTeX 2.8 Included some child documents with different encodings and got the following: !! Package inputenc Error: Keyboard character used is undefined !! As found, the solution for TeX is to i

Re: save as latex file: displaymath instead of \[, newline

2010-05-28 Thread Uwe Brauer
> On Fri, 28 May 2010 15:21:44 +0200, Uwe Stöhr wrote: > That's a matter of taste. Some users prefer the space to make it > better readable for humans. We cannot satisfy everybody's wishes in > this respect but have to find a compromise. ok > \[\] is the standard LaTeX formula

Re: save as latex file: displaymath instead of \[, newline

2010-05-28 Thread Uwe Stöhr
> an empty line between this is a test and \[ causes > unnecessary spaces. That's a matter of taste. Some users prefer the space to make it better readable for humans. We cannot satisfy everybody's wishes in this respect but have to find a compromise. > Another point is instead of using \[,

Re: feature proposal: show latex code: allow to manipulate the latex code: reveal code

2010-05-28 Thread Richard Heck
On 05/28/2010 06:13 AM, Uwe Brauer wrote: Hello One of the things I like in LyX is that the source code is shown. It is a little like reveal code in wordperfect, which I recently discovered. However sometimes lyx is doing things I don't want like inserting a new line. Would it be possible to

feature proposal: show latex code: allow to manipulate the latex code: reveal code

2010-05-28 Thread Uwe Brauer
Hello One of the things I like in LyX is that the source code is shown. It is a little like reveal code in wordperfect, which I recently discovered. However sometimes lyx is doing things I don't want like inserting a new line. Would it be possible to manipulate directly the source code window

save as latex file: displaymath instead of \[, newline

2010-05-28 Thread Uwe Brauer
Hello When I save a LyX document to Latex (using 1.6.2) the resulting Latex file looks like: , | | this is a test | | \[ | \int\] | | and then ` Couldn't it be saved as , | this is a test | \[ | \int | \] | and then ` an empty line between this is a test and \[ causes unneces