up vote 2 down vote favorite
4
share [g+] share [fb]

As of now the workflow is something like, I import an SVN or a CVS repository and then compile a document locally on my machine to get either a ps or a pdf file. But I was wondering if there is a Web front-end to do all the stuff, like for instance, an editor using which you can edit the file online and then download just the pdf file by compiling it?

Any suggestions?

link|improve this question

Not a precise duplicate, but very relevant: stackoverflow.com/questions/775168/math-equations-on-the-web – dmckee Oct 6 '09 at 22:27
while i understand you're trying to simplify your work flow, previewing the PDF is going to be a pain in the ass, as you will have to download the PDF & open it every time you want to view a code change... why not just write a script to checkout/update your repositories and compile the necessary files for you? git will function on top of SVN for sure, and maybe CVS (I'm not sure...) – Mica Oct 7 '09 at 0:05
Actually... you are right.. The only thing is I keep working from different systems and opening a terminal everytime is such a big pain that its annoying me. So what I thought was, if there was a way to have like a git front-end along with the ability to edit the files online in an online editor, we can edit it and save the file. With a click on one-button, we can write a small script in the background to compile all the latex files into a pdf... Note sure if I make any sense... Any thoughts on if this is useful? – Legend Oct 7 '09 at 1:22
feedback

7 Answers

http://www.scribtex.com/pages/index

http://code.google.com/p/latex-lab/

latex-lab will build on top of the google apps editor base... scribtex is hosted only it looks like.

link|improve this answer
Thanks.. Currently looking at them... ScribTeX has a backend called MathWiki project though the author claims that it is not yet production ready... – Legend Oct 6 '09 at 22:28
feedback

Another to add to the list is TeXonWeb.

link|improve this answer
This one has the most packages available I think. – D W May 25 '10 at 22:08
feedback

If you mean online LaTeX compilers, then there are two I know of - at baywifi.com (to PDF) and at ScienceSoft (to several formats). Haven't seen any full editors, though.

link|improve this answer
Thanks for that. I was actually looking for something like git (or svn for version control) and wordpress (for document editing) and small front-end (to click on a button to compile the directory)... Something similar to those lines... Am not sure if this is too much but something like this would be awesome.. Any thoughts? – Legend Oct 6 '09 at 20:32
feedback

There is a CMS based on Latex out there at www.osreviews.net.

link|improve this answer
feedback

This is less of a web-based interface than a simple drag-and-drop cgi script that converts latex syntax to a graphic... http://www.forkosh.dreamhost.com/source_mimetex.html

link|improve this answer
feedback

The best site I found to produce PDF from LaTeX online is PC Shows.

link|improve this answer
feedback

Verbosus offers an Online LaTeX Editor that supports PDF preview, HTTPS, syntax highlighting, code completion, templates, etc. (Additionally it offers an editor for Octave/Matlab)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.