Re: A few questions about creating a book

2011-11-30 Thread Richard Heck
On 11/29/2011 09:27 PM, L Duperval wrote: On Tue, 29 Nov 2011 20:51:19 -0500, Richard Heck wrote: Insert>TeX Code. Then insert nothing, or perhaps a pair of braces: {}. OK, that was what I reverted to but I was hoping for something more elegant. You can allow blank chapter headings if you wan

Re: A few questions

2008-03-07 Thread Raymond Martin
On 6 March 2008 16:52:41 Pavel Sanda wrote: > thank you for the detailed description, i'm starting have a clue what you > have in mind. > its clear these two things are orthogonal - at most bilingual mode could > exercise > your WM tool as a part of editing process. Perhaps. I will have to look

Re: A few questions

2008-03-06 Thread Pavel Sanda
> In regard to your post, it looks on first glance that what you are referring > to is > more like an implementation of bitext (bilingual texts that are aligned at a > specific > segmentation level). I happen to be a developer on another project that is > called > bitext2tmx (http://bitext2tmx.s

Re: A few questions

2008-03-06 Thread Pavel Sanda
> would need to have string matching support, backing store, and a way to > present matches to users for reuse. This last part would probably entail please look again on link from Stefan - the GUI code for matches presentation should be easy with guicommpleter in 1.6. pavel

Re: A few questions

2008-03-06 Thread Raymond Martin
On 6 March 2008 16:13:42 Martin Vermeer wrote: > On Thu, Mar 06, 2008 at 02:39:28PM -0500, Raymond Martin wrote: > > Qt Linguist are really for software localization). Just so you know, > > OmegaT+ can translate documents in HTML/XHTML, ODF, OOo, OOXML, > > PO, Java properties, JavaHelp, DocBook, p

Re: A few questions

2008-03-06 Thread Raymond Martin
On 6 March 2008 14:11:12 you wrote: > On Thu, Mar 06, 2008 at 08:55:56AM -0500, Raymond Martin wrote: > > Okay, it's a concurrency framework being added to Qt 4.4. my mistake. > > More about it: http://trolltech.com/products/qt/whatsnew/qt44-preview > > That's mainly about parallization of very si

Re: A few questions

2008-03-06 Thread Martin Vermeer
On Thu, Mar 06, 2008 at 02:39:28PM -0500, Raymond Martin wrote: > Qt Linguist are really for software localization). Just so you know, > OmegaT+ can translate documents in HTML/XHTML, ODF, OOo, OOXML, > PO, Java properties, JavaHelp, DocBook, plaintext, XLIFF, INI. And gettext po? That's interesti

Re: A few questions

2008-03-06 Thread Raymond Martin
Andre, On 6 March 2008 14:05:58 you wrote: > On Thu, Mar 06, 2008 at 07:16:55AM -0500, Raymond Martin wrote: > > I agree it would be difficult. The major benefit from my perspective > > is that it would be immediately cross-platform. > > Could you name a single platform for which there is > (a)

Re: A few questions

2008-03-06 Thread Raymond Martin
Andre On 6 March 2008 13:32:52 you wrote: > > The application I am redesigning is mainly for translators (I call it > > a translation processor) and it uses translation memory and TMX > > (translation memory exchange) in its operation. This functionality > > could also be useful to all kinds of wr

Re: A few questions

2008-03-06 Thread Abdelrazak Younes
Andre Poenitz wrote: On Thu, Mar 06, 2008 at 07:16:55AM -0500, Raymond Martin wrote: I agree it would be difficult. The major benefit from my perspective is that it would be immediately cross-platform. Could you name a single platform for which there is (a) LyX not available, (b) Java availa

Re: A few questions

2008-03-06 Thread Andre Poenitz
On Thu, Mar 06, 2008 at 08:55:56AM -0500, Raymond Martin wrote: > Okay, it's a concurrency framework being added to Qt 4.4. my mistake. > More about it: http://trolltech.com/products/qt/whatsnew/qt44-preview That's mainly about parallization of very similar task, like rendering parts of a scene in

Re: A few questions

2008-03-06 Thread Andre Poenitz
On Thu, Mar 06, 2008 at 07:16:55AM -0500, Raymond Martin wrote: > I agree it would be difficult. The major benefit from my perspective > is that it would be immediately cross-platform. Could you name a single platform for which there is (a) LyX not available, (b) Java available, and (c) an inte

Re: A few questions

2008-03-06 Thread Andre Poenitz
On Thu, Mar 06, 2008 at 05:30:23AM -0500, Raymond Martin wrote: > Hi, > > I'm currently in the re-design phase of an application I am working on > and I really am wondering how I can either use LyX as its base code or > add the functionality from the type of application I have into LyX. > > The a

Re: A few questions

2008-03-06 Thread Abdelrazak Younes
Raymond Martin wrote: FWIW, the only area where we can use multi-threading is the autosaving feature. This is implemented using fork on Unix but is blocking on Windows. But as saving is very fast, this is not a major problem anyway. The blocking export is much more annoying indeed. Okay. With t

Re: A few questions

2008-03-06 Thread Raymond Martin
Abdel, On 6 March 2008 08:53:05 Abdelrazak Younes wrote: > > > > I agree it would be difficult. The major benefit from my perspective is > > that it > > would be immediately cross-platform. > > Well, Qt (and LyX) is of course cross-platform already; but that's not > what you meant ;-) Right.

Re: A few questions

2008-03-06 Thread Martin Vermeer
On Thu, 06 Mar 2008 05:30:23 -0500 Raymond Martin <[EMAIL PROTECTED]> wrote: > Hi, > > I'm currently in the re-design phase of an application I am working on and > I really am wondering how I can either use LyX as its base code or add the > functionality from the type of application I have into L

Re: A few questions

2008-03-06 Thread Abdelrazak Younes
Raymond Martin wrote: Hi Pavel, On 6 March 2008 07:25:59 Pavel Sanda wrote: Would a Java port of LyX ever be a consideration? i guess this would be very difficult task to accomplish and don't see the benefit of it. I agree it would be difficult. The major benefit from my perspective is th

Re: A few questions

2008-03-06 Thread Stefan Schimanski
Am 06.03.2008 um 13:16 schrieb Raymond Martin: Hi Pavel, On 6 March 2008 07:25:59 Pavel Sanda wrote: Does this Writing Memory type feature seems interesting to anyone for use in LyX? it depends. could you be more verbose what the term "Writing Memory" is and how its used? i started som

Re: A few questions

2008-03-06 Thread Raymond Martin
Hi Pavel, On 6 March 2008 07:25:59 Pavel Sanda wrote: > > > Does this Writing Memory type feature seems interesting to anyone for use > > in LyX? > > it depends. could you be more verbose what the term "Writing Memory" is and > how its used? > i started some work wrt translation usage of lyx,

Re: A few questions

2008-03-06 Thread Abdelrazak Younes
Raymond Martin wrote: Hi, I'm currently in the re-design phase of an application I am working on and I really am wondering how I can either use LyX as its base code or add the functionality from the type of application I have into LyX. The application I am redesigning is mainly for translators

Re: A few questions

2008-03-06 Thread Pavel Sanda
> The application I am redesigning is mainly for translators (I call it a > translation > processor) and it uses translation memory and TMX (translation memory > exchange) > in its operation. This functionality could also be useful to all kinds of > writers in general > (something I have come to

RE: a few questions

2001-02-22 Thread Juergen Vigna
On 22-Feb-2001 Edwin Leuven wrote: > My second question is about the function ToggleAndShow in bufferview_funcs, > it uses the variable toggleall which is not passed to the function. How does > it work? In the FormCharacter.C I am putting together I need to call > ToggleAndShow. Can I change

Re: a few questions

2001-02-22 Thread Lars Gullik Bjønnes
Edwin Leuven <[EMAIL PROTECTED]> writes: | Yesterday I asked why the functions in bufferview_funcs are not members of | the appropriate class. | | Jurgen replied: | > They are not part of the class because they don't need anything of the | > class. So to hold classes small (which are used over

Re: a few questions

2001-02-22 Thread Andre Poenitz
> My c++ book (accelerated c++, koenig&moo) states "If the function changes the > state of an object, then it ought to be a member of that object." > > Why does this rule not apply here? Or why is this not a good rule? The problem with this rule is that it makes it hard to add new and/or a lot