Re: Math.lyx export to latex

2015-04-01 Thread Guenter Milde
On 2015-03-31, Kornel Benko wrote: > What is a good name for the subdir? Similar to the behaviour of web browsers when downloading HTML+images, I'd name it "-files/" i.e. for "math.tex" it would becomd "math-files/" > What do we do if it already exists? Add a number or ask. Günter

Re: Compiling the new europasscv.lyx with ps2pdf or dvipdfmx or dviluatex?

2015-04-01 Thread Jürgen Spitzmüller
Georg Baum wrote: > Stefans explanation boils down to a bug (or missing feature) of the .cls > file. We cannot (and do not want to) modify an installed .cls, so the best > thing to do is to make the author of that class aware of the problem so that > he can fix it. Exactly. What we can do for the

Re: [ugly patch] fix bug 9418

2015-04-01 Thread Jean-Marc Lasgouttes
Le 31/03/2015 21:38, Georg Baum a écrit : BTW updateMacros is quite heavy on big documents (#5973) and I have medium-term plans for making the update lazy. This may become unnecessary if you can do another kind of miracle. My plan is to use recordUndo to increment a version_id for the buffer. The

Re: what does "..." mean in our GUI menus/buttons?

2015-04-01 Thread Jean-Marc Lasgouttes
Le 31/03/2015 21:52, Georg Baum a écrit : Scott Kostyshak wrote: In the LaTeX Errors dialog, what doe the "..." mean in "View Complete Log..." ? Does it have anything to do with signalling to the user that another menu will follow? In some of the menu entries with following dialogs I see "..."

Would like to Sponsor your Website

2015-04-01 Thread Oscar Travis
Hello, Trust all is well, I happen to stumble upon lyx.org website and found about your project. We have sponsorship with many different open source organizations and also wish to be involved with you. Please let us know if this is something of your interest. Thanks Osca

Bibliography environments -- poll results

2015-04-01 Thread Sam Lewis
Dear all, This is the result of our poll on bibliography environments. The poll is now closed. Summary: We had 22 responses. Currently the majority of the respondents deploy either Natbib or BibTex. In the future, Biblatex is projected to be the most popular choice by the respondents. Detai

cannot compile tex2lyx in current master

2015-04-01 Thread Uwe Stöhr
Dear colleagues, just back from vacation I tried to build LyX and get this error: "D:\LyXGit\Master\compile-result\src\tex2lyx\tex2lyx.vcxproj.metaproj" (Standardziel) (23) -> "D:\LyXGit\Master\compile-result\src\tex2lyx\tex2lyx.vcxproj" (Standardziel) (24) -> (Link target) -> Length.obj :

cannot compile current 2.1.x branch

2015-04-01 Thread Uwe Stöhr
I get 2 CMake errors preventing LyX to be compiled: > -- Install configuration: "Release" CMake Error at cmake_install.cmake:31 (file): file cannot create directory: C:/Program Files (x86)/LyX/Resources/bind/.. Maybe need administrative privileges. I don't compile LyX in this direct

Re: cannot compile tex2lyx in current master

2015-04-01 Thread Kornel Benko
Is it a clean build? Kornel Am Mittwoch, 1. April 2015 um 19:01:29, schrieb Uwe Stöhr > Dear colleagues, > > just back from vacation I tried to build LyX and get this error: > > "D:\LyXGit\Master\compile-result\src\tex2lyx\tex2lyx.vcxproj.metaproj" > (Standardziel) (23) -> > "D:\LyXGi

Re: cannot compile tex2lyx in current master

2015-04-01 Thread Uwe Stöhr
Am 01.04.2015 um 19:13 schrieb Kornel Benko: Is it a clean build? I simply started my PC, pulled from GIT and then started the build script. So I did not touch anything since End of February. regards Uwe

Re: cannot compile current 2.1.x branch

2015-04-01 Thread Kornel Benko
Am Mittwoch, 1. April 2015 um 19:09:37, schrieb Uwe Stöhr > I get 2 CMake errors preventing LyX to be compiled: > > > -- Install configuration: "Release" >CMake Error at cmake_install.cmake:31 (file): > file cannot create directory: C:/Program Files > (x86)/LyX/Resources/bind/.. >

Re: cannot compile tex2lyx in current master

2015-04-01 Thread Kornel Benko
Am Mittwoch, 1. April 2015 um 19:28:59, schrieb Uwe Stöhr > Am 01.04.2015 um 19:13 schrieb Kornel Benko: > > Is it a clean build? > > I simply started my PC, pulled from GIT and then started the build > script. So I did not touch anything since End of February. > > regards Uwe Please do a clea

Re: [ugly patch] fix bug 9418

2015-04-01 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Le 31/03/2015 21:38, Georg Baum a écrit : >>> BTW updateMacros is quite heavy on big documents (#5973) and I have >>> medium-term plans for making the update lazy. This may become >>> unnecessary if you can do another kind of miracle. My plan is to use >>> recordUndo

Re: Math.lyx export to latex

2015-04-01 Thread Georg Baum
Guenter Milde wrote: > On 2015-03-31, Kornel Benko wrote: > > >> What is a good name for the subdir? > > Similar to the behaviour of web browsers when downloading HTML+images, I'd > name it "-files/" i.e. for "math.tex" it > would becomd "math-files/" This looks good. I have a vague memory th

Re: Math.lyx export to latex

2015-04-01 Thread Scott Kostyshak
On Wed, Apr 1, 2015 at 4:56 PM, Georg Baum wrote: > Guenter Milde wrote: > >> On 2015-03-31, Kornel Benko wrote: >> >> >>> What is a good name for the subdir? >> >> Similar to the behaviour of web browsers when downloading HTML+images, I'd >> name it "-files/" i.e. for "math.tex" it >> would becom

Re: Compiling the new europasscv.lyx with ps2pdf or dvipdfmx or dviluatex?

2015-04-01 Thread Scott Kostyshak
On Wed, Apr 1, 2015 at 3:47 AM, Jürgen Spitzmüller wrote: > Georg Baum wrote: >> Stefans explanation boils down to a bug (or missing feature) of the .cls >> file. We cannot (and do not want to) modify an installed .cls, so the best >> thing to do is to make the author of that class aware of the pr

Re: [LyX/master] insets/InsetTabular.cpp (doDispatch): fix to #9291. The problem was simply that the default status for the cursor in the call to *::doDispatch is "dispatched". insets/InsetTabular.cpp

2015-04-01 Thread Scott Kostyshak
On Tue, Mar 31, 2015 at 12:40 PM, Richard Heck wrote: > On 03/31/2015 02:35 AM, Scott Kostyshak wrote: >> >> On Tue, Oct 14, 2014 at 6:04 AM, Alfredo Braunstein >> wrote: >>> >>> commit b2246c4ea295bb93923a9a9c47faba73f69b8a9f >>> Author: Alfredo Braunstein >>> Date: Mon Oct 13 10:59:50 2014 +

Re: what does "..." mean in our GUI menus/buttons?

2015-04-01 Thread Scott Kostyshak
On Wed, Apr 1, 2015 at 4:29 AM, Jean-Marc Lasgouttes wrote: > Le 31/03/2015 21:52, Georg Baum a écrit : >> >> Scott Kostyshak wrote: >> >>> In the LaTeX Errors dialog, what doe the "..." mean in "View Complete >>> Log..." ? Does it have anything to do with signalling to the user that >>> another m

Re: [LyX/master] Export/view a PDF even if error

2015-04-01 Thread Scott Kostyshak
? diff --git a/src/FuncCode.h b/src/FuncCode.h index 3bd0cd0..b590b38 100644 --- a/src/FuncCode.h +++ b/src/FuncCode.h @@ -459,6 +459,7 @@ enum FuncCode LFUN_SPELLING_CONTINUOUSLY, // vfr, 20130324 LFUN_SEPARATOR_INSERT, // ef 20140502 LFUN_SERVER_GET_STATISTICS, // brokenclock 20141010