Re: Problem with lyx-archiv (zip)
Am Dienstag, 6. März 2018 10:38:56 CET schrieb a...@andreashegenbart.de: > > -Ursprüngliche Nachricht- > > Von: lyx-users@lists.lyx.org Im Auftrag von > > Richard Heck > > Gesendet: Montag, 5. März 2018 23:31 > > An: a...@andreashegenbart.de; 'Kornel Benko' ; lyx- > > us...@lists.lyx.org > > Betreff: Re: AW: AW: Problem with lyx-archiv (zip) > > > > On 03/05/2018 11:21 AM, a...@andreashegenbart.de wrote: > > >> -Ursprüngliche Nachricht- > > >> Von: lyx-users@lists.lyx.org Im Auftrag von > > >> Kornel Benko > > >> Gesendet: Montag, 5. März 2018 16:04 > > >> An: lyx-users@lists.lyx.org > > >> Betreff: Re: AW: Problem with lyx-archiv (zip) > > >> > > >> Am Montag, 5. März 2018 15:22:21 CET schrieb a...@andreashegenbart.de: > > >>> I´ve to correct the file name - it was: > > >>> > > >>> “python -tt $Ss/scripts/lyxpak.py” > > >> > > >> Should have been > > >> > > >> python -tt $$s/scripts/lyxpak.py” something This is the converter > > >> > > >> lyx --> lyxgz > > >> > > >> You are probably missing some needed programs like 'gzip'; At least, > > >> this is used on linux. > > >> > > >> Kornel > > > > > > Thanks Kornel, > > > I first used winzip; now I installes gzip, reconfigured Lyx, but the > > > problem> > > remains. > > > > Can you post the full error message? > > > > Richard > > Richard, you´ll find it attached as pdf-file > Best, Andreas Interesting, that $$s is not expanded while $$r expands to "Y:/Psychologie/./" and $$f expands to "Diplomarbeit_Springer_Buchveroeffentlichung.lyx" so, that there are 2 (two) slashes in sequence in the expanded path $$r/$$f. But that should not matter IMHO. Could it be, that you don't have defined system-dir? (Look at Help->About LyX->Library directory: or (in German GUI): Hilfe->Über LyX->Systemverzeichnis: ) Kornel signature.asc Description: This is a digitally signed message part.
Re: Problem with lyx-archiv (zip)
Am Dienstag, 6. März 2018 12:27:09 CET schrieb a...@andreashegenbart.de: > How can I define the system-dir? You have it set. To set different (say e.g. new_sys_dir) systemdir you have to use command-line argumets. $ lyx -sysdir new_sys_dir > You´ll find attached two pdf-files: "Converter" and "Systemverzeichnis" > Does this help along? > Andreas Not really. We need the output of the python-command and of the configure output, which you may find in ~/AppData/Roaming/Lyx2.3/configure.log. Kornel signature.asc Description: This is a digitally signed message part.
AW: Problem with lyx-archiv (zip)
> -Ursprüngliche Nachricht- > Von: lyx-users@lists.lyx.org Im Auftrag von Kornel > Benko > Gesendet: Dienstag, 6. März 2018 12:56 > An: lyx-users@lists.lyx.org > Betreff: Re: Problem with lyx-archiv (zip) > > Am Dienstag, 6. März 2018 12:27:09 CET schrieb a...@andreashegenbart.de: > > How can I define the system-dir? > > You have it set. > To set different (say e.g. new_sys_dir) systemdir you have to use command-line > argumets. > $ lyx -sysdir new_sys_dir > > > You´ll find attached two pdf-files: "Converter" and "Systemverzeichnis" > > Does this help along? > > Andreas > > Not really. We need the output of the python-command and of the configure > output, which you may find in ~/AppData/Roaming/Lyx2.3/configure.log. > > Kornel > You´ll find it attached Best Andreas configure.log Description: Binary data
Re: Automatically reload externally changed ".lyx" files?
On Sat, Mar 3, 2018 at 2:16 PM, Scott Kostyshak wrote: > On Fri, Mar 02, 2018 at 02:12:36PM +, Klaus-Dieter Bauer wrote: > > > A direct comparison is probably difficult, as LyX draws especially much > > information from background files (macro definitions, TOC, ...). > > Thanks for that great research, Klaus, and all of those details! I'm > CC'ing Guillaume. He has worked on this feature so might have an opinion > on this thread. We might want to eventually open a trac ticket for this > so that it does not get lost in the mail archives. > > Scott > Hello, it is a good idea to automatically reload background files. This is not so simple, though, because the change notification can happen at random times and it is not clear that the code is ready for this. I have an idea to make it work, but this will need to wait that I am back from holidays. It is best to open a ticket for now. Guillaume