Decision Guidance ⇒ Distribution supporting "standalone installation"?
Distribution supporting "standalone installation"?
Is there some LaTeX distribution that runs on Windows and can be put inside an app directory, so that such application will be able to use LaTeX without installing LaTeX in the usual system-wide configuration?
Thanks!
compme
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Posts: 162
- Joined: Wed Jun 17, 2009 10:18 pm
Distribution supporting "standalone installation"?
Distribution supporting "standalone installation"?
After reading that webpage, I believe it might work, although the goal of that distribution is not exactly the same (it's meant for portable media use, not for isolated use within an application), so I suspect I might need to modify the command script that enables that portable distro, or even don't execute any command script at all if the stuff it does isn't necessary for invoking it from my app. I'll investigate it. Thanks!torbjorn t. wrote:Not sure if I understand exactly, but could MiKTeX Portable be what you're after?
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: Distribution supporting "standalone installation"?
Distribution supporting "standalone installation"?
After taking a look at their website, it seems the installer modifies some OS configuration files. I don't want that anything outside the target directory is modified in the system.josephwright wrote:TeX Live can be installed without needing to be the Administrator, if that is what you are after.
In other words, I wish the guarantee that everything is put inside a directory, and nothing outside there is touched. I don't even want to modify the PATH system variable.
Re: Distribution supporting "standalone installation"?
Of course I've been developing this application using a usual system-wide LaTeX distribution, but now I want an "standalone installation" when distributing the application.
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm