Re: Beamer goto buttons and text hyperlinks

2015-02-10 Thread Scott Kostyshak
On Sun, May 12, 2013 at 6:31 AM, Jean-Marc Lasgouttes wrote: > Le 07/05/2013 07:54, Scott Kostyshak a écrit : > >> On Tue, Apr 23, 2013 at 11:32 AM, Jean-Marc Lasgouttes >> wrote: >>> >>> We could maybe have an inset that is only a button when no extra text is >>> needed and a collapsablme inset

[ANNOUNCE] LyX 2.1.3 Released

2015-02-10 Thread Richard Heck
We are proud to announce the release of LyX 2.1.3. This is the third maintenance release in the 2.1.x series. LyX is a document processor that encourages an approach to writing based on the structure of your documents and not simply their appearance. It is released under a Free and Open Source

Re: trunk: Unable to change language of the document

2015-02-10 Thread Scott Kostyshak
On Tue, Feb 10, 2015 at 1:25 PM, Kornel Benko wrote: > Am Dienstag, 10. Februar 2015 um 13:05:32, schrieb Scott Kostyshak > >> On Tue, Feb 10, 2015 at 10:40 AM, Kornel Benko wrote: >> > Am Dienstag, 10. Februar 2015 um 10:15:01, schrieb Scott Kostyshak >> > >> >> On Tue, Feb 10, 2015 at 5:46

Re: trunk: Unable to change language of the document

2015-02-10 Thread Kornel Benko
Am Dienstag, 10. Februar 2015 um 13:05:32, schrieb Scott Kostyshak > On Tue, Feb 10, 2015 at 10:40 AM, Kornel Benko wrote: > > Am Dienstag, 10. Februar 2015 um 10:15:01, schrieb Scott Kostyshak > > > >> On Tue, Feb 10, 2015 at 5:46 AM, Kornel Benko wrote: > >> > Hi, > >> > I am unable to set

Re: Beamer "duplicate frame"

2015-02-10 Thread Scott Kostyshak
On Thu, Oct 2, 2014 at 3:26 AM, Jürgen Spitzmüller wrote: > 2014-10-01 21:16 GMT+02:00 Scott Kostyshak : >> >> Jürgen, >> >> I would be interested in your thoughts on whether you think this would >> be useful. And if so, do you have any advice on implementation? >> >> Note that I don't have any ti

Re: trunk: Unable to change language of the document

2015-02-10 Thread Scott Kostyshak
On Tue, Feb 10, 2015 at 10:40 AM, Kornel Benko wrote: > Am Dienstag, 10. Februar 2015 um 10:15:01, schrieb Scott Kostyshak > >> On Tue, Feb 10, 2015 at 5:46 AM, Kornel Benko wrote: >> > Hi, >> > I am unable to set document language in the attached minimal example file. >> > On other files it wo

Re: current email

2015-02-10 Thread Scott Kostyshak
On Tue, Feb 10, 2015 at 11:40 AM, Lior Silberman wrote: > Hi, > > The following updates my email address. It should be non-controversial. > > Lior It's in. I also changed "--userdir" to "-userdir". That is the current implementation and it also seems that it was the original implementation as we

current email

2015-02-10 Thread Lior Silberman
Hi, The following updates my email address. It should be non-controversial. Lior diff --git a/lib/CREDITS b/lib/CREDITS index 048aca4..e5140ce 100644 --- a/lib/CREDITS +++ b/lib/CREDITS @@ -496,7 +496,7 @@ @iE-mail: asierra () servidor ! unam ! mx Fast parsing with lyxlex, pseudoactions, ma

Re: Recursive reading of symbols file

2015-02-10 Thread Lior Silberman
On Tue, Feb 10, 2015 at 6:55 AM, Jean-Marc Lasgouttes wrote: > Le 10/02/2015 15:25, Scott Kostyshak a écrit : >> >> I'm curious -- what is the use case here? Do you have custom LaTeX >> definitions and you want to provide symbols for them? Or do you add >> support for more packages? The reason I'm

Re: trunk: Unable to change language of the document

2015-02-10 Thread Kornel Benko
Am Dienstag, 10. Februar 2015 um 10:15:01, schrieb Scott Kostyshak > On Tue, Feb 10, 2015 at 5:46 AM, Kornel Benko wrote: > > Hi, > > I am unable to set document language in the attached minimal example file. > > On other files it works. > > > > The GUI is set to 'slovak'. > > The dialog simply

Re: trunk: Unable to change language of the document

2015-02-10 Thread Scott Kostyshak
On Tue, Feb 10, 2015 at 5:46 AM, Kornel Benko wrote: > Hi, > I am unable to set document language in the attached minimal example file. > On other files it works. > > The GUI is set to 'slovak'. > The dialog simply does not enable 'Apply' or 'OK' buttons. > In fact, I am unable to set anything in

Re: Recursive reading of symbols file

2015-02-10 Thread Jean-Marc Lasgouttes
Le 10/02/2015 15:25, Scott Kostyshak a écrit : I'm curious -- what is the use case here? Do you have custom LaTeX definitions and you want to provide symbols for them? Or do you add support for more packages? The reason I'm asking is maybe we would like to have some of it upstream. I'm trying to

Re: Recursive reading of symbols file

2015-02-10 Thread Scott Kostyshak
Hi Lior, On Tue, Feb 10, 2015 at 4:23 AM, Lior Silberman wrote: > Hi, > > A few days ago I realized that I'd like to locally add and change > definitions in /usr/share/lyx/symbols, and that existing code expects > me to copy the whole file to ~/.lyx and then edit it. This didn't make > sense, so

trunk: Unable to change language of the document

2015-02-10 Thread Kornel Benko
Hi, I am unable to set document language in the attached minimal example file. On other files it works. The GUI is set to 'slovak'. The dialog simply does not enable 'Apply' or 'OK' buttons. In fact, I am unable to set anything in document settings. Changing the GUI language to e.g. english, ever

Re: #8734: Error importing Rnw file to Lyx: Rscript fails on setwd(.cmdargs[4])

2015-02-10 Thread Jean-Marc Lasgouttes
Le 10/02/2015 03:45, Richard Heck a écrit : On 02/09/2015 06:32 PM, Bill Shobe wrote: Thanks for looking into it. I’m still getting the error I originally reported. The file produces a PDF within R, but I can’t get it to import to LYX. An error occurred while running: Rscript --verbose --no-sav

Recursive reading of symbols file

2015-02-10 Thread Lior Silberman
Hi, A few days ago I realized that I'd like to locally add and change definitions in /usr/share/lyx/symbols, and that existing code expects me to copy the whole file to ~/.lyx and then edit it. This didn't make sense, so the attached patch (against current git) allows the symbol file to recursivel