Re: [ww-users] Using latex locally?
Status: Beta
Brought to you by:
worden
|
From: lee w. <wor...@gm...> - 2010-12-24 21:56:07
|
I've created a new documentation page for WorkingWiki administrators, and written a section on creating site makefiles: http://lalashan.mcmaster.ca/theobio/projects/index.php/WorkingWiki/Administration While I was doing that I noticed that if your latexml executable is in a nonstandard location, the same applies to latexmlpost and latexmlmath (WW needs all three). So you would actually need export LATEXML=/path/to/latexml export LATEXMLPOST=/path/to/latexmlpost export LATEXMLMATH=/path/to/latexmlmath They should all be in the same place. Likewise, you might also need to provide definitions for BIBTEX, DVIPDF or the like, depending on your needs and installation. Lee On Tue, 21 Dec 2010, lee worden wrote: > > In order to use WorkingWiki as is, you need both latex (TeXlive should be > fine) and latexml. If you have a need for WorkingWiki without latexml, I can > work with you - in that case, you would not be able to view latex documents > as HTML in the wiki pages, only by opening their pdf versions as downloaded > documents. > > It should be possible to install latexml in your home directory and configure > WorkingWiki to use it. First you would need to get latexml installed and > running, of course. Then you may need to create a "site makefile" to make > the latex and latexml executables available to WorkingWiki's makefile. This > means creating a file called > resources/site/makefile-before containing lines like > export LATEX=/path/to/latex > export LATEXML=/path/to/latexml > > Site makefiles may not be very well documented - I'll have a look and try to > improve the docs if needed. Write me or the list if you need more info. > Thanks! > > Lee > > > On Mon, 20 Dec 2010, Cesar Flores wrote: >> Subject: [ww-users] Using latex locally? >> >> For rendering latex documents is Tex Live enough? Or I need to install >> latexml too? >> >> Is there some way of using a local installation? I do not have root access >> in the server and Tex Live has been installed locally. >> >> >> Thanks >> > |