Re: Automatic save of LaTeX

2016-04-05 Thread Anders Host-Madsen
Scott Kostyshak lyx.org> writes: > > On Wed, Apr 06, 2016 at 11:19:06AM +1200, Andrew Parsloe wrote: > > On 6/04/2016 8:55 a.m., Anders Host-Madsen wrote: > > >Thanks, that works. I see I can use the command-sequence to combine > > >the commands. So, now it works. > > I'm interested to know whet

Re: Automatic save of LaTeX

2016-04-05 Thread Scott Kostyshak
On Wed, Apr 06, 2016 at 11:19:06AM +1200, Andrew Parsloe wrote: > On 6/04/2016 8:55 a.m., Anders Host-Madsen wrote: > >Thanks, that works. I see I can use the command-sequence to combine > >the commands. So, now it works. > I'm interested to know whether this really does work. In the past when I've

Re: Automatic save of LaTeX

2016-04-05 Thread Anders Host-Madsen
Andrew Parsloe clear.net.nz> writes: > I'm interested to know whether this really does work. In the past when > I've tried to use command-sequence with export or save operations it has > run into problems with threaded code -- an export or save is not > completed before the next command in th

Re: Automatic save of LaTeX

2016-04-05 Thread Andrew Parsloe
On 6/04/2016 8:55 a.m., Anders Host-Madsen wrote: Thanks, that works. I see I can use the command-sequence to combine the commands. So, now it works. I'm interested to know whether this really does work. In the past when I've tried to use command-sequence with export or save operations it has r

Re: Automatic save of LaTeX

2016-04-05 Thread Anders Host-Madsen
Thanks, that works. I see I can use the command-sequence to combine the commands. So, now it works.

Re: Automatic save of LaTeX

2016-04-05 Thread Anders Host-Madsen
Paul A. Rubin msu.edu> writes: > > Anders Host-Madsen yahoo.com> writes: > > > > > Is there a way to make LyX automatically save the LaTeX version of a > > document > > every time the LyX document is saved? > > > > You can write a custom macro that chains the buffer-write and buffer-export

Re: Automatic save of LaTeX

2016-04-05 Thread Paul A . Rubin
Anders Host-Madsen yahoo.com> writes: > > Is there a way to make LyX automatically save the LaTeX version of a document > every time the LyX document is saved? > You can write a custom macro that chains the buffer-write and buffer-export LFUNs and bind it to some key combination. Then you need

Re: Automatic save of LaTeX

2016-04-05 Thread Anders Host-Madsen
Dr Eberhard Lisse lisse.NA> writes: > > What on earth for? > There are several reasons. But a main reason is that I would like to be able to edit my documents on my iPad. LaTeX exists, but not LyX. I can edit the latex, and then copy the changes back to LyX. But that does require I have access

Re: Automatic save of LaTeX

2016-04-05 Thread Dr Eberhard Lisse
What on earth for? el On 2016-04-04 20:47, Anders Host-Madsen wrote: > Is there a way to make LyX automatically save the LaTeX version of a document > every time the LyX document is saved? > >