On Tue, Jun 11, 2013 at 1:13 AM, Jayneil Dalal <jayneil.da...@gmail.com> wrote: > Hi, > > Sorry for posting so late about this. I gave a talk on Lyx at Linuxfest > Northwest 2013: > > > http://linuxfestnorthwest.org/content/crash-course-lyx-gui-based- > alternative-latex > > I have also started a project on sourceforge called Lyx Live DVD: > > https://sourceforge.net/projects/lyxlivedvd/ > > It is basically Ubuntu 12.04.2 LTS with Lyx, texlive-full package pre- > installed and configured. So, you can have Lyx wherever you go.
I am working on a bash script that installs TeX Live 2012 (or 2013 if you prefer) manually in Ubuntu 12.04 through 13.04. Having a manual install of TeX Live is nice because it allows for one to have more control over the installation and specifically updating packages (e.g. tlmgr). The script also (optionally) installs all dependencies of the LyX examples and templates. Finally, the script tests that all of the examples and templates are compilable. This way the user can open any template, example, or help document in any language and it will compile. Let me know if you are interested in testing. Scott