Re: Some thoughts on forward search UI

2010-05-24 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > ok here is the patch. i named the variables forward_ but actually > this is for both reverse/forward search. i just dont know how to call > them in a better way. output_sync_? Jürgen

Re: Feature request: Hide/show notes in PDF export

2010-05-24 Thread Pavel Sanda
Jacob Barandes wrote: > I ask because sometimes I prepare lecture notes (with classroom exercises to > solve) for students, but want my personal copy to include various additional > notes to myself and solutions to the exercises. It would be really great if > I could switch those notes on when expo

Feature request: Hide/show notes in PDF export

2010-05-24 Thread Jacob Barandes
Hi, At present, LyX yellow notes and TeX comments are not included when exporting a LyX file to a PDF. Would it be possible for the next version of LyX to include an option (say, in the Preferences panel, or an additional menu option under Export?) that would allow the user to switch on or off yel

Re: Multi-Author / Multi-OS collaboration with LyX and svn - CRLF issue

2010-05-24 Thread RIchard Heck
On 05/24/2010 04:31 PM, Rainer Dorsch wrote: Hello, I am working on a multi-author technical document. We decided to test LyX for that, among other reasons because of its cross platform availability and human readable document source code which can be maintained in SVN and many team co-authors a

Multi-Author / Multi-OS collaboration with LyX and svn - CRLF issue

2010-05-24 Thread Rainer Dorsch
Hello, I am working on a multi-author technical document. We decided to test LyX for that, among other reasons because of its cross platform availability and human readable document source code which can be maintained in SVN and many team co-authors are familiar with LaTeX anyways. A few days

Re: r34492 - lyx-devel/trunk/src

2010-05-24 Thread rgheck
On 05/24/2010 03:45 PM, Pavel Sanda wrote: rgh...@lyx.org wrote: Author: rgheck Date: Mon May 24 21:38:14 2010 New Revision: 34492 URL: http://www.lyx.org/trac/changeset/34492 Log: Output these params only when they are not default. (In the case of html_latex_*, we'll put the default elsewh

Re: Some thoughts on forward search UI

2010-05-24 Thread Pavel Sanda
Pavel Sanda wrote: > this is for both reverse/forward search. i just dont know how to call > them in a better way. this would be the code for the icon part, again candidates for better naming are welcomed. > > pavel diff --git a/lib/ui/stdtoolbars.inc b/lib/ui/stdtoolbars.inc index 794f050..1da8

Re: Document->Outline: Crash

2010-05-24 Thread RIchard Heck
On 05/24/2010 11:36 AM, Peter Kümmel wrote: LyX crashes when one clicks 'Document->Outline' directly after opening a document (e.g. Introduction) Can't reproduce. rh

Re: r34492 - lyx-devel/trunk/src

2010-05-24 Thread Pavel Sanda
rgh...@lyx.org wrote: > Author: rgheck > Date: Mon May 24 21:38:14 2010 > New Revision: 34492 > URL: http://www.lyx.org/trac/changeset/34492 > > Log: > Output these params only when they are not default. (In the case of > html_latex_*, we'll put the default elsewhere.) > > Modified: >lyx-deve

Re: Some thoughts on forward search UI

2010-05-24 Thread Pavel Sanda
Jürgen Spitzmüller wrote: > Pavel Sanda wrote: > > attached preliminary patch which adds buffer param for enabling forward > > search. if you agree with this direction i will add lyx2lyx routines, add > > advanced comboedit for advanced users to set their own preamble command > > and toggling icon

Re: MSVC compilation problem

2010-05-24 Thread Vincent van Ravesteijn
Using Qt version 4.4.2 in D:\LyX\LyXDependencies\lyx-windows-deps-msvc2008\qt4\lib So qmake is convinced it is on drive D, where it actually isn't. Does that mean the lyx-windows-deps-msvc2008 qt-4 can not be used and I need to install the SDK and compile it myself? I had trouble finding the

Re: bufferparams output

2010-05-24 Thread rgheck
On 05/24/2010 09:17 AM, Pavel Sanda wrote: Richard, looking at the current .lyx header i find a little bit disturbing those \html_latex_start "" and so on. what about enclose all xhtml header stuff into something like xhtml().writeFile(os) and dump it only in non default case as we do with pdf

Re: MSVC compilation problem

2010-05-24 Thread Niels Gierse
Hi Guys, Original-Nachricht > Datum: Sun, 23 May 2010 11:04:30 +0200 > Von: "Peter Kuemmel" > An: lyx-devel@lists.lyx.org > Betreff: Re: MSVC compilation problem > If you wanna develop under Windows you should use the CMake build system > because then you get complete Visual Stu

Re: [Code Review] LyX-Outline - Two Column TocModel

2010-05-24 Thread Rob Oakes
Hi Peter, Thanks for the recommendations! I'll take a close look at the patch. If you'd like to take things for a test drive, it might be better to use the version over on launchpad (https://launchpad.net/lyx-outline). It incorporates the model changes sent yesterday in addition to one of the cu

Document->Outline: Crash

2010-05-24 Thread Peter Kümmel
LyX crashes when one clicks 'Document->Outline' directly after opening a document (e.g. Introduction) Peter

Re: [Code Review] LyX-Outline - Two Column TocModel

2010-05-24 Thread Peter Kümmel
Rob Oakes wrote: > Dear LyX Developers, > > I am writing to request a bit of code review. For the past week, or so, > I have been working on the TocModel in LyX so that I can get it to > support more than a single column. This modification is important for > the specialized views that I would li

Re: Some thoughts on forward search UI

2010-05-24 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > attached preliminary patch which adds buffer param for enabling forward > search. if you agree with this direction i will add lyx2lyx routines, add > advanced comboedit for advanced users to set their own preamble command > and toggling icon into update toolbar. Looks good fro

Re: Some thoughts on forward search UI

2010-05-24 Thread Pavel Sanda
Jürgen Spitzmüller wrote: > > > > i was thinking about this too... what about some combo in settings > > > > which provides one of the "include srcltx package"/"add > > > > --sync-tex=1"/"add src-specials" > > I would simply provide an option "enable forward/reverse search" and let LyX > care abo

bufferparams output

2010-05-24 Thread Pavel Sanda
Richard, looking at the current .lyx header i find a little bit disturbing those \html_latex_start "" and so on. what about enclose all xhtml header stuff into something like xhtml().writeFile(os) and dump it only in non default case as we do with pdfoptions/spacing.writeFile? pavel

Re: [Code Review] LyX-Outline - Two Column TocModel

2010-05-24 Thread rgheck
On 05/23/2010 09:12 PM, Rob Oakes wrote: Dear LyX Developers, I am writing to request a bit of code review. I will have a look at this tonight, hopefully. rh

Problem using tex2lyx "Unicode char \u8:�in not set up for use with LaTeX."

2010-05-24 Thread Niklaus Giger
Hi For many years LyX has been (almost exclusively) my only private document editor and I was always very pleased with it. Thanks a lot for your hard work. We are a small team who would like to translate the (free) Eclipse RCP application "Elexis" (www.elexis.ch) for medical practitioner to Fre