Re: "Paste from LaTeX" does not work well with -userdir

2013-11-25 Thread Jean-Marc Lasgouttes
Le 25/11/13 20:49, Georg Baum a écrit : Scott Kostyshak wrote: On Thu, Nov 21, 2013 at 4:22 PM, Kornel Benko wrote: Should we change the convertor calls? E.g. LaTeX(plain) -> LyX ...tex2lyx -userdir $$User -f $$i $$o (This does not work unfortunately) Yes, something like this would be n

Re: File locking while lyx configures

2013-11-25 Thread Vincent van Ravesteijn
Stephan Witt schreef op 25-11-2013 17:06: Am 25.11.2013 um 13:01 schrieb Vincent van Ravesteijn : On Mon, Nov 25, 2013 at 11:50 AM, Kornel Benko wrote: Am Montag, 25. November 2013 um 08:22:27, schrieb Vincent van Ravesteijn On Tue, Nov 19, 2013 at 9:55 PM, Kornel Benko wrote: Am Dienst

Re: File locking while lyx configures

2013-11-25 Thread Vincent van Ravesteijn
Georg Baum schreef op 25-11-2013 21:09: Stephan Witt wrote: Am 25.11.2013 um 13:01 schrieb Vincent van Ravesteijn : The problem is that the commit is touching very essential code. If something goes wrong LyX becomes pretty much unusable (e.g. if configure isn't run anymore). We can never be s

Re: "Paste from LaTeX" does not work well with -userdir

2013-11-25 Thread Scott Kostyshak
On Mon, Nov 25, 2013 at 2:49 PM, Georg Baum wrote: > Scott Kostyshak wrote: > >> On Thu, Nov 21, 2013 at 4:22 PM, Kornel Benko wrote: >>> >>> Should we change the convertor calls? >>> >>> E.g. LaTeX(plain) -> LyX >>> >>> ...tex2lyx -userdir $$User -f $$i $$o >>> >>> (This does not work unfortunat

Re: Greek splash not exporting with LuaTeX

2013-11-25 Thread Scott Kostyshak
On Mon, Nov 25, 2013 at 3:17 PM, Jürgen Spitzmüller wrote: > 2013/11/25 Guenter Milde wrote > >> b) there is a bug in LyX: with "use non-TeX fonts" is True, the >>auto-selected language package should be polyglossia. >>However, currently LyX selects "polyglossia" for compiling with XeTeX >

Re: [PATCH] thesis-fancy template/example

2013-11-25 Thread Scott Kostyshak
On Mon, Nov 25, 2013 at 6:13 AM, Waluyo Adi Siswanto wrote: > > > > On 25 November 2013 11:08, Scott Kostyshak wrote: >> >> Waluyo Adi Siswanto (our current translator for Indonesian), has >> written a template for writing a thesis and would be interested in >> having it included in LyX. >> >> Th

Re: [PATCH] thesis-fancy template/example

2013-11-25 Thread Scott Kostyshak
On Mon, Nov 25, 2013 at 1:54 AM, Jürgen Spitzmüller wrote: > I would not include more new stuff at this point (i.e., wait with this for 2.2 > or 2.1.x). OK. Scott

Re: Greek splash not exporting with LuaTeX

2013-11-25 Thread Jürgen Spitzmüller
2013/11/25 Guenter Milde wrote > b) there is a bug in LyX: with "use non-TeX fonts" is True, the >auto-selected language package should be polyglossia. >However, currently LyX selects "polyglossia" for compiling with XeTeX > but >"babel" for compiling wiht LuaTeX. > This is not a bug.

Re: File locking while lyx configures

2013-11-25 Thread Georg Baum
Stephan Witt wrote: > Am 25.11.2013 um 13:01 schrieb Vincent van Ravesteijn : > >> The problem is that the commit is touching very essential code. If >> something goes wrong LyX becomes pretty much unusable (e.g. if configure >> isn't run anymore). We can never be sure that there is no platform o

Re: File locking while lyx configures

2013-11-25 Thread Georg Baum
Kornel Benko wrote: > Running 2 lyx processes with the same (and empty) userdir, means the > configure.py are running parallel building the data in that dir. The > result is mostly crap. I believe that the same crap happens if you use a graphical file manager and drag several files at once onto

Re: "Paste from LaTeX" does not work well with -userdir

2013-11-25 Thread Georg Baum
Scott Kostyshak wrote: > On Thu, Nov 21, 2013 at 4:22 PM, Kornel Benko wrote: >> >> Should we change the convertor calls? >> >> E.g. LaTeX(plain) -> LyX >> >> ...tex2lyx -userdir $$User -f $$i $$o >> >> (This does not work unfortunately) Yes, something like this would be needed. > I'm guessing

Re: Greek splash not exporting with LuaTeX

2013-11-25 Thread Scott Kostyshak
On Mon, Nov 25, 2013 at 11:49 AM, Guenter Milde wrote: > The patch below is a workaround for b) as with a recent greek.ldf and > My recommendation is to fix b) instead of patching lib/languages. Sounds like the best approach. But I do not see a patch. Did you attach one? Scott

Re: Greek splash not exporting with LuaTeX

2013-11-25 Thread Kornel Benko
Am Montag, 25. November 2013 um 16:21:01, schrieb Guenter Milde > On 2013-11-25, Kornel Benko wrote: > > > Is this going in before or after users preamble? > > I for one would prefer > > \RequirePackage{ifluatex} > > instead of \usepackage{}. > > Why? > > \RequirePackage and \usepackage do

Re: Greek splash not exporting with LuaTeX

2013-11-25 Thread Guenter Milde
On 2013-11-25, Scott Kostyshak wrote: > [-- Type: text/plain, Encoding: quoted-printable --] > On Fri, Nov 22, 2013 at 3:07 AM, Scott Kostyshak wrote: >> On Thu, Nov 21, 2013 at 2:50 PM, Guenter Milde wrote: >>> On 2013-11-21, Scott Kostyshak wrote: I get the following (whether I use syste

Re: Greek splash not exporting with LuaTeX

2013-11-25 Thread Guenter Milde
On 2013-11-25, Kornel Benko wrote: > Is this going in before or after users preamble? > I for one would prefer > \RequirePackage{ifluatex} > instead of \usepackage{}. Why? \RequirePackage and \usepackage do the same. The difference is that \RequirePackage is intended for use in other pack

Re: File locking while lyx configures

2013-11-25 Thread Stephan Witt
Am 25.11.2013 um 13:01 schrieb Vincent van Ravesteijn : > > > On Mon, Nov 25, 2013 at 11:50 AM, Kornel Benko wrote: > Am Montag, 25. November 2013 um 08:22:27, schrieb Vincent van Ravesteijn > > > On Tue, Nov 19, 2013 at 9:55 PM, Kornel Benko wrote: > > > > > Am Dienstag, 19. November 2013 u

Re: File locking while lyx configures

2013-11-25 Thread Kornel Benko
Am Montag, 25. November 2013 um 13:01:05, schrieb Vincent van Ravesteijn > > The problem is that the commit is touching very essential code. If > something goes wrong LyX becomes pretty much unusable (e.g. if configure > isn't run anymore). This cannot happen. You can't construct such a case.

Re: File locking while lyx configures

2013-11-25 Thread Vincent van Ravesteijn
On Mon, Nov 25, 2013 at 11:50 AM, Kornel Benko wrote: > Am Montag, 25. November 2013 um 08:22:27, schrieb Vincent van Ravesteijn > > > > On Tue, Nov 19, 2013 at 9:55 PM, Kornel Benko wrote: > > > > > > > Am Dienstag, 19. November 2013 um 21:06:21, schrieb Georg Baum < > > > > georg.b...@post.r

Re: [PATCH] thesis-fancy template/example

2013-11-25 Thread Waluyo Adi Siswanto
On 25 November 2013 11:08, Scott Kostyshak wrote: > Waluyo Adi Siswanto (our current translator for Indonesian), has > written a template for writing a thesis and would be interested in > having it included in LyX. > > The template is well-documented here: > https://sites.google.com/site/lyxthesi

Re: Greek splash not exporting with LuaTeX

2013-11-25 Thread Kornel Benko
Am Sonntag, 24. November 2013 um 22:07:39, schrieb Scott Kostyshak > >> Günter > > > > Thanks for the useful information, Günter. The attached patch fixes > > compiling the Greek splash.lyx and the Greek Intro.lyx with LuaTeX. No > > other compilation is broken/fixed by the patch. > > > > This is

Re: File locking while lyx configures

2013-11-25 Thread Kornel Benko
Am Montag, 25. November 2013 um 08:22:27, schrieb Vincent van Ravesteijn > On Tue, Nov 19, 2013 at 9:55 PM, Kornel Benko wrote: > > > Am Dienstag, 19. November 2013 um 21:06:21, schrieb Georg Baum < > > georg.b...@post.rwth-aachen.de> > > > Kornel Benko wrote: > > > > > > > Trying to lock with