4

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?

VLAZ
  • 26,331
  • 9
  • 49
  • 67
Legend
  • 113,822
  • 119
  • 272
  • 400
  • Not a precise duplicate, but very relevant: http://stackoverflow.com/questions/775168/math-equations-on-the-web – dmckee --- ex-moderator kitten Oct 06 '09 at 22:27
  • Also http://stackoverflow.com/questions/178827/math-equation-web-control and http://stackoverflow.com/questions/1158536/render-math-equations-for-websites-latex – dmckee --- ex-moderator kitten Oct 06 '09 at 22:30
  • 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 07 '09 at 00: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 07 '09 at 01:22

9 Answers9

3

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.

Mica
  • 18,501
  • 6
  • 46
  • 43
  • 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 06 '09 at 22:28
2

Another to add to the list is TeXonWeb.

Rob Hyndman
  • 30,301
  • 7
  • 73
  • 85
1

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.

Cat Plus Plus
  • 125,936
  • 27
  • 200
  • 224
  • 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 06 '09 at 20:32
1

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

Alexander Egger
  • 5,132
  • 1
  • 28
  • 42
1

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

ina
  • 19,167
  • 39
  • 122
  • 201
1

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

Emmanuel
  • 13,935
  • 12
  • 50
  • 72
1

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)

0

latex-online is a simple open source web service that compiles latex sources/public git repos and returns pdf's. It has both a simplistic web front-end and a command-line tool for interacting with the service - you might find it interesting.

Andrey Lushnikov
  • 3,143
  • 3
  • 22
  • 21
0

One rather new possibility is https://texlive.net/

You can either interactively edit your documents or you can pass your document via the url to it. E.g. a simple hello world document can be constructed as

https://texlive.net/run?%5Cdocumentclass%7Barticle%7D%0A%5Cusepackage%7Bamsmath%7D%0A%5Cbegin%7Bdocument%7D%0AHello%20world!%0A%5Cend%7Bdocument%7D