Re: Portable LyX & PortableApps

2011-06-01 Thread Matthias Schmidt
Some days before I gave a request for a portable Lyx to the request-forum of portableapps.com. Today came an answer: there is someone, who would build a portable lyx! Have a look at http://portableapps.com/node/27981. He closes his considerations with: "I've started putting togeth

Re: Portable LyX & PortableApps

2011-05-20 Thread Trevor Jenkins
nning it. It has also been deprecated for lack of updates. > I myself never made a portable app before. Is someone here who agrees to > create a portable LyX? > I'm not volunteering to undertake this port. I don't have access to a Windows PC at all except at client sites where

Re: Portable LyX & PortableApps

2011-05-19 Thread Matthias Schmidt
org. Some years befor there has been topics about a portable LyX in PortableApps. But they didn't induce a portable Lyx. On http://code.google.com/p/lytex/ there has been a portable Lyx für a while. It worked well, but it is abandoned now. LyX had a a great leap forward now with the versio

Re: Portable LyX

2011-05-10 Thread Diego Queiroz
> > I am not able to fully understand the part > "the directory is defined in the compilation process and there's no way to > achieve this without changing the code". > > Open LyX and select Help > About. There you can see what directory LyX is using to store user files. On Windows, this folder i

Re: Portable LyX

2011-05-10 Thread Wolfgang Keller
> Is there a way to use LyX in Portable Mode without installing MiKTeX? Yes [1]. > I want to be able to edit TeX files While LyX uses (La)TeX to produce PDF, it does not use "native" (La)TeX internally. And importing (La)TeX into LyX is not exactly seamless. Sincerely, Wolfgang [1] I'm using

Re: Portable LyX

2011-05-10 Thread Jean-Marc Lasgouttes
Le 10/05/11 06:20, Ganesh Sundaram a écrit : LyX uses the user directory by default and doesn't use the Windows register. AFAIK the directory is defined in the compilation process and there's no way to achieve this without changing the code. I am not able to fully understand the part "the dire

Re: Portable LyX

2011-05-09 Thread Ganesh Sundaram
On 5/9/2011 8:08 PM, Diego Queiroz wrote: The question now is that whether Lyx stores all the settings files in the installation directory itself, and not use registry (for windows, etc). Perhaps one of the developers could have answer to this more specific question. LyX uses t

Re: Portable LyX

2011-05-09 Thread Drazick
The perfect idea would be a portable LyX which includes any library needed within it. I think the guys over Portable Apps <http://portableapps.com/> will be helpful. On Mon, May 9, 2011 at 5:38 PM, Diego Queiroz wrote: > The question now is that whether Lyx stores all the settings fil

Re: Portable LyX

2011-05-09 Thread Diego Queiroz
> > The question now is that whether Lyx stores all the settings files in the > installation directory itself, and not use registry (for windows, etc). > Perhaps one of the developers could have answer to this more specific > question. > LyX uses the user directory by default and doesn't use the W

Re: Portable LyX

2011-05-09 Thread Ganesh Sundaram
On 5/9/2011 6:43 PM, Liviu Andronic wrote: On Mon, May 9, 2011 at 2:29 PM, Drazick wrote: Hello. Is there a way to use LyX in Portable Mode without installing MiKTeX? I want to be able to edit TeX files and produce PDF without installing programs (Use only portable programs). You cannot produ

Re: Portable LyX

2011-05-09 Thread Liviu Andronic
On Mon, May 9, 2011 at 2:29 PM, Drazick wrote: > Hello. > Is there a way to use LyX in Portable Mode without installing MiKTeX? > > I want to be able to edit TeX files and produce PDF without installing > programs > (Use only portable programs). > You cannot produce PDF from TeX files without a L

Portable LyX

2011-05-09 Thread Drazick
Hello. Is there a way to use LyX in Portable Mode without installing MiKTeX? I want to be able to edit TeX files and produce PDF without installing programs (Use only portable programs). Thanks.

Re: portable lyx: Lytex

2009-11-29 Thread John Kane
; From: James Mansion > Subject: Re: portable lyx: Lytex > To: vban...@gmail.com > Cc: lyx-users@lists.lyx.org > Received: Sunday, November 29, 2009, 5:39 AM > vban...@gmail.com > wrote: > > Portable lyx is available as Lytex on google code > project. Works fine. For

Re: portable lyx: Lytex

2009-11-29 Thread John Kane
I've had it on a USB stick for 3-4 months and it seems good but I have had a problem loading new LaTeX styles. Otherwise it's been handy. --- On Sun, 11/29/09, vban...@gmail.com wrote: > From: vban...@gmail.com > Subject: portable lyx: Lytex > To: lyx-users@lists

Re: portable lyx: Lytex

2009-11-29 Thread James Mansion
vban...@gmail.com wrote: Portable lyx is available as Lytex on google code project. Works fine. For information What is the benefit of this over the normal Win32 installers? The documentation on there is sparse. James

portable lyx: Lytex

2009-11-29 Thread vbanait
Portable lyx is available as Lytex on google code project. Works fine. For information

Re: Steps towards a portable LyX installation on Windows

2008-11-19 Thread Alex
> 2. start lyxlauncher.exe > > Since there is no tex installed, obviously LyX will not have full > functionality, but the GUI should work. However, two things give > errors: > > 1. configure fails because it cannot find python > 2. LyX fails to convert an EPS to a bitmap, so there is no preview

Re: Steps towards a portable LyX installation on Windows

2008-11-18 Thread Joost Verburg
Thomas Steffen wrote: 1. configure fails because it cannot find python 2. LyX fails to convert an EPS to a bitmap, so there is no preview This is because the directories in Resources\lyxrc.dist are wrong. Joost

Re: Steps towards a portable LyX installation on Windows

2008-11-18 Thread Thomas Steffen
On Mon, Nov 17, 2008 at 8:19 PM, Joost Verburg <[EMAIL PROTECTED]> wrote: > The build-in ImageMagick does not rely on registry keys but uses the > environment variables set by LyXLauncher (see the source for details) to get > the location of the Ghostscript directories. Note that not only @PSdelega

Re: Steps towards a portable LyX installation on Windows

2008-11-17 Thread Joost Verburg
Thomas Steffen wrote: The other issue was that convert would not recognise ghostscript. I read that @PSdelegate@ in delegates.xml relies on registry keys, and indeed replacing it with gswin32c.exe solved the issue. This was necessary to get previews working for eps files. The build-in ImageMagi

Re: Steps towards a portable LyX installation on Windows

2008-11-17 Thread Sophie (itsme213)
"Thomas Steffen" <[EMAIL PROTECTED]> wrote in message > That sounds interesting. I know that LyXLauncher does some magic, but > I was not able to figure out what it was. Is there any way to check > what LyXLauncher does to the environment? Try Sandboxie http://www.sandboxie.com/ Hth

Re: Steps towards a portable LyX installation on Windows

2008-11-17 Thread Thomas Steffen
On Mon, Nov 17, 2008 at 4:03 PM, Joost Verburg <[EMAIL PROTECTED]> wrote: > The standard installer already bundles Ghostscript and ImageMagick in a > portable way (no registry keys need to be modified). That sounds interesting. I know that LyXLauncher does some magic, but I was not able to figure

Re: Steps towards a portable LyX installation on Windows

2008-11-17 Thread Joost Verburg
Thomas Steffen wrote: I used texlive 2008 as my tex installation, which already provides some portability. I follow the same basic approach as tl-portable.bat, but add the necessary environment variables for LyX, convert and ghostscript. Apart from one problem between the bundled convert and the

Steps towards a portable LyX installation on Windows

2008-11-17 Thread Thomas Steffen
Hi All I made quite good progress producing a portable LyX installation based on LyX 1.6.0. What would be the best place to post the instructions? I think wiki.lyx.org may be suitable, but it looks a bit disorganised at the moment, and it seems that only developers have access anyway (?). I

Re: Portable Lyx

2008-04-09 Thread Paul A. Rubin
Matthias Schmidt wrote: Does anyone know, if there is a portable version of lyx anywhere, that is running without problems from an usb-stick? And if there is, how it is to arrange with miktex an so on the stick? You might want to look at http://portableapps.com/node/9880. /Paul

Portable Lyx

2008-04-09 Thread Matthias Schmidt
Does anyone know, if there is a portable version of lyx anywhere, that is running without problems from an usb-stick? And if there is, how it is to arrange with miktex an so on the stick? Matthias ___ Der früh

Re: Portable Lyx?

2007-09-05 Thread Paul A. Rubin
Oliver Rath wrote: is it planned to release a portable lyx version (like portable firefox, openoffice etc. (www.portableapps.com)) ? Maybe this would be a good idea for demonstrating it from CD or USB-Stick.. There's an item for it in the feature poll (http://wiki.lyx.org/LyX/Featur

Portable Lyx?

2007-09-05 Thread Oliver Rath
Hi, is it planned to release a portable lyx version (like portable firefox, openoffice etc. (www.portableapps.com)) ? Maybe this would be a good idea for demonstrating it from CD or USB-Stick.. Regards, Oliver

Re: portable Lyx version: live lyx CD or others?

2006-07-15 Thread Paul A. Rubin
Michael Chen wrote: I think it is meaningful to produce a portable Lyx, which can be used with U-disk, CD or DVD. Any suggestions? There was a discussion on the list not too long ago about running LyX from a flash drive. You might be able to find it in the GMANE list archive. (Sorry, don&#

Re: portable Lyx version: live lyx CD or others?

2006-07-15 Thread christian . ridderstrom
. One can not do this on a public machine though. I think it is meaningful to produce a portable Lyx, which can be used with U-disk, CD or DVD. Any suggestions? I'd just like to say it sounds like a very useful idea although I have no suggestions (I've never used LyX on windows). In addi

Re: portable Lyx version: live lyx CD or others?

2006-07-14 Thread Robin Green
e Lyx. One can not do this on a public machine though. I think > it is meaningful to produce a portable Lyx, which can be used with > U-disk, CD or DVD. Any suggestions? Running your own software may or may not be in violation of the user agreement for the public access computers in some librari

portable Lyx version: live lyx CD or others?

2006-07-14 Thread Michael Chen
produce DVI file. (2) Instant preview of some math fonts is missing, such as \eta Live CD on Wiki page would reboot a computer into linux system and then use Lyx. One can not do this on a public machine though. I think it is meaningful to produce a portable Lyx, which can be used with U-disk, CD or