Re: what does "latex == pdflatex" do?

2014-01-28 Thread Scott Kostyshak
On Wed, Jan 29, 2014 at 2:28 AM, Jürgen Spitzmüller wrote: > 2014-01-29 Scott Kostyshak > >> I'm looking at the converter code and I would like to understand what >> setting 'latex == pdflatex' (or any other flavor) does. In the >> customization file, it states >> "This converter runs some form of

Re: what does "latex == pdflatex" do?

2014-01-28 Thread Jürgen Spitzmüller
2014-01-29 Scott Kostyshak > I'm looking at the converter code and I would like to understand what > setting 'latex == pdflatex' (or any other flavor) does. In the > customization file, it states > "This converter runs some form of LaTeX. This will make LyX's LaTeX > error logs available." > but I

Re: Is the user-dir/scripts folder added to PATH for converter script execution?

2014-01-28 Thread Scott Kostyshak
On Tue, Jan 28, 2014 at 5:56 PM, Jean-Marc Lasgouttes wrote: > Le 25/01/14 19:18, Scott Kostyshak a écrit : > >> If latex=pdflatex is specified, the $$s is not substituted. The only >> substitution is for $$i. This is not documented. I have a script that >> I want to use to run pdflatex (and do ot

what does "latex == pdflatex" do?

2014-01-28 Thread Scott Kostyshak
I'm looking at the converter code and I would like to understand what setting 'latex == pdflatex' (or any other flavor) does. In the customization file, it states "This converter runs some form of LaTeX. This will make LyX's LaTeX error logs available." but I think the logs are available even if th

Re: Is the user-dir/scripts folder added to PATH for converter script execution?

2014-01-28 Thread Scott Kostyshak
On Tue, Jan 28, 2014 at 6:01 PM, Jean-Marc Lasgouttes wrote: > Le 27/01/14 19:07, Scott Kostyshak a écrit : > >> Is there any reason not to make any of the other substitutions also? I >> would like to either fix this for 2.1 or fix the Customization manual. > > > I think there is no reason for not

Re: boost signals deprecation warning

2014-01-28 Thread Richard Heck
On 01/28/2014 06:12 AM, Jean-Marc Lasgouttes wrote: 17/12/2013 19:12, Neal Becker: In file included from ./../support/Timeout.h:15:0, from Timeout.cpp:14: /usr/include/boost/signal.hpp:17:4: warning: #warning "Boost.Signals is no longer being maintained and is now deprecated.

Re: [PATCH][2.0.x] Compilation warnings

2014-01-28 Thread Richard Heck
On 01/28/2014 06:10 AM, Jean-Marc Lasgouttes wrote: This patch fixes some compilation warnings, like was done in master already. Richard, OK? OK. rh

Re: Is the user-dir/scripts folder added to PATH for converter script execution?

2014-01-28 Thread Jean-Marc Lasgouttes
Le 27/01/14 19:07, Scott Kostyshak a écrit : Is there any reason not to make any of the other substitutions also? I would like to either fix this for 2.1 or fix the Customization manual. I think there is no reason for not doing it, but in this case it should be done with a centralized method i

Re: Is the user-dir/scripts folder added to PATH for converter script execution?

2014-01-28 Thread Jean-Marc Lasgouttes
Le 25/01/14 19:18, Scott Kostyshak a écrit : If latex=pdflatex is specified, the $$s is not substituted. The only substitution is for $$i. This is not documented. I have a script that I want to use to run pdflatex (and do other things like copy the log file to a different directory). Because my s

Re: [LyX/master] tex2lyx: support algorithm2e (#8728)

2014-01-28 Thread Scott Kostyshak
On Tue, Jan 28, 2014 at 8:00 AM, Kornel Benko wrote: > Am Dienstag, 28. Januar 2014 um 13:42:34, schrieb Jürgen Spitzmüller > > >> 2014-01-28 Kornel Benko > >> > >> > Do you have a test-tex file which could be added (e.g by me or Scott) to > >> > src/tex2lyx/test? > >> > > >> > >> See attachment.

Re: [PATCHES] Fix pkg-config for autoconf on OS X

2014-01-28 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > You could tag 2.0.7.1 in git but not release the tar file. I feel that > releasing 2.0.7.1 for only one architecture will be misleading. We did exactly the same with 1.6.4.1 & 1.6.4.2 with news items stating that only Mac people should worry. Pavel

Re: [PATCH] listerrors: Use env(1) in the shebang line.

2014-01-28 Thread Richard Heck
On 01/28/2014 12:38 PM, José Matos wrote: On Monday 27 January 2014 13:09:45 Richard Heck wrote: I had assumed the original reporter was running into a problem with this particular script and had brought it to our attention for thar reason. But perhaps not? Richard The script in question has t

Re: Re: [PATCH] listerrors: Use env(1) in the shebang line.

2014-01-28 Thread José Matos
On Monday 27 January 2014 13:09:45 Richard Heck wrote: > I had assumed the original reporter was running into a problem with this > particular script and had brought it to our attention for thar reason. > But perhaps not? > > Richard The script in question has the executable bit set, so the scr

Re: Crash With Outliner, Master/Child, Multiple Windows

2014-01-28 Thread Kornel Benko
Am Montag, 27. Januar 2014 um 12:57:02, schrieb Richard Heck > > I was finally able to reproduce this reliably. And now I can make it > crash without doing much at all. I.e., > > 1. Open m.lyx from > http://marc.info/?l=lyx-devel&m=138608618105056&q=p8. > The outliner is not open

Re: [LyX/master] tex2lyx: support algorithm2e (#8728)

2014-01-28 Thread Kornel Benko
Am Dienstag, 28. Januar 2014 um 13:42:34, schrieb Jürgen Spitzmüller > 2014-01-28 Kornel Benko > > > Do you have a test-tex file which could be added (e.g by me or Scott) to > > src/tex2lyx/test? > > > > See attachment. > > Jürgen > > Thanks, added. Kornel signature.asc Descripti

Re: [LyX/master] tex2lyx: support algorithm2e (#8728)

2014-01-28 Thread Jürgen Spitzmüller
2014-01-28 Kornel Benko > Do you have a test-tex file which could be added (e.g by me or Scott) to > src/tex2lyx/test? > See attachment. Jürgen > > > Kornel > > > > > algo2e.tex Description: TeX document

Re: [LyX/master] tex2lyx: support algorithm2e (#8728)

2014-01-28 Thread Kornel Benko
Am Dienstag, 28. Januar 2014 um 12:44:27, schrieb Juergen Spitzmueller > commit f76a8c8ab1a7273781e4fa7a361e9fe5464d6257 > Author: Juergen Spitzmueller > Date: Tue Jan 28 12:44:22 2014 +0100 > > tex2lyx: support algorithm2e (#8728) > ... Do you have a test-tex file which could be added

Re: Where is insert branch in 2.0.7?

2014-01-28 Thread Stephan Witt
Am 28.01.2014 um 11:53 schrieb Edwin Leuven : > On Jan 28, 2014, at 11:50 , Jean-Marc Lasgouttes wrote: >> 28/01/2014 11:44, Edwin Leuven: >>> (i use stephan’s installer) >>> >>> reverting back to 2.0.6 fixes the problem for me. >>> >>> oh, and i should’ve said that i am on OSX... >> >> Wait f

Re: boost signals deprecation warning

2014-01-28 Thread Jean-Marc Lasgouttes
17/12/2013 19:12, Neal Becker: In file included from ./../support/Timeout.h:15:0, from Timeout.cpp:14: /usr/include/boost/signal.hpp:17:4: warning: #warning "Boost.Signals is no longer being maintained and is now deprecated. Please switch to Boost.Signals2. To disable this warni

[PATCH][2.0.x] Compilation warnings

2014-01-28 Thread Jean-Marc Lasgouttes
This patch fixes some compilation warnings, like was done in master already. Richard, OK? JMarc >From 75bab51a8aea749cc7fd53baa5523841e839fceb Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 28 Jan 2014 12:08:35 +0100 Subject: [PATCH] Fix a couple of compilation warnings --- s

Re: Where is insert branch in 2.0.7?

2014-01-28 Thread Jean-Marc Lasgouttes
28/01/2014 11:53, Edwin Leuven: i was under the impression that the installer from Stephan’s email from the 25th (which i used) contained those fixes: https://dl.dropboxusercontent.com/u/27842660/LyX-2.0.7-p1%2Bqt4-cocoa.dmg

Re: [PATCHES] Fix pkg-config for autoconf on OS X

2014-01-28 Thread Jean-Marc Lasgouttes
28/01/2014 00:06, Richard Heck: Go ahead. I've already made a couple commits, and will have to create a new branch, or something, in order to do 2.0.7.1, if we release a binary of that. Done. What's your view on that? Presumably, anyone who wanted to build on OSX would need to use the updated

Re: Where is insert branch in 2.0.7?

2014-01-28 Thread Edwin Leuven
On Jan 28, 2014, at 11:50 , Jean-Marc Lasgouttes wrote: > 28/01/2014 11:44, Edwin Leuven: >> (i use stephan’s installer) >> >> reverting back to 2.0.6 fixes the problem for me. >> >> oh, and i should’ve said that i am on OSX... > > Wait for the 2.0.7.1 release, then (it contains some fixes wrt

Re: Where is insert branch in 2.0.7?

2014-01-28 Thread Jean-Marc Lasgouttes
28/01/2014 11:44, Edwin Leuven: (i use stephan’s installer) reverting back to 2.0.6 fixes the problem for me. oh, and i should’ve said that i am on OSX... Wait for the 2.0.7.1 release, then (it contains some fixes wrt Mac OS X menus). JMarc

Re: Where is insert branch in 2.0.7?

2014-01-28 Thread Edwin Leuven
On Jan 28, 2014, at 11:27 , Jean-Marc Lasgouttes wrote: > 28/01/2014 11:24, Edwin Leuven: >> am i the only one with a missing insert->table float in the menu? >> >> (i only can insert the wrap floats) > > I see Insert>Float>Table in both 2.0.7 and 2.1.0git how odd! btw, did you compile 2.0.7

Re: Where is insert branch in 2.0.7?

2014-01-28 Thread Jean-Marc Lasgouttes
28/01/2014 11:24, Edwin Leuven: am i the only one with a missing insert->table float in the menu? (i only can insert the wrap floats) I see Insert>Float>Table in both 2.0.7 and 2.1.0git JMarc

Re: Where is insert branch in 2.0.7?

2014-01-28 Thread Edwin Leuven
am i the only one with a missing insert->table float in the menu? (i only can insert the wrap floats) ed.