I have heard rumors that you can compile documents online, and more specifically that Google has a free online compiler, but I have never been able to find any. Is there a way to compile documents online, so that I can write and compile documents even if I don't have a TeX distribution installed on my computer?
|
|
The Google-related solution is available here: http://docs.latexlab.org/ Note, however, that the online compiler is not affiliated with Google. It simply uses Google UI toolkit and Google Apps hosting platform. (from Dima) |
||||
|
|
|
Online compiler with storage and editor features:
Online compiler with basic functionality: Tiny equation compiler:
Document frame generator:
The other way round:
|
|||||||||||||||||||
|
|
ScribTeX is another good choice. You can also checkout the Common LaTeX Service Interface (CLSI) which is one of the underlying technologies of both ScribTeX and LaTeX Lab. The CLSI provides the underlying infrastructure for exposing a LaTeX compiler to requests from the internet and can be used to build your own custom web-based solution. UpdateScribTeX uses Looks like there may finally be a GitHub-like service for LaTeX documents! |
||||
|
writeLaTeX - writelatex.comFeatures:
Screenshot:
|
||||
|
|
|
The ConTeXtGarden offers a simple ConTeXt online compiler. It currently uses
Here is a screenshot:
|
||||
|
|
|
This web latex application seems the most convenient and appealing to me. |
|||
|
|
|
I’ve used some of the online compilers, and they’re fine, but occasionally I want to make use of my own TeX installation on my work computer because it has custom packages and settings installed not available with the online compiler. But what to do if I’m not sitting in front of my work computer? My solution was to set up a SSH server on my work computer, and simply use an SSH client from wherever I am to log in, fire up vim or emacs or other text only text editor to do edits if need be, and/or simply run latex/pdflatex from the commandline through the shell. Apparently, you can do this with an iPad or similar. (I don't have one.) |
|||
|
|
|
Amusingly, many of the online previewers given in other answers are vulnerable to maliciously crafted input. I can only think of one fairly-far fetched way this could be a problem for users, but the people running the preview services should think long and hard about what it is they're doing. |
|||||||||
|
|
Here's another one I found: |
|||
|
|
|
I've blogged about using CLSI (in particular ScribTeX) to compile LaTeX remotely. I wrote a little client in F#, but it's pretty easy to code a CLSI client in any language. I also show conceptually in that article how to integrate this with a source control repository and a build server. |
|||
|
|
|
A recent addition to online compilers by Troy Henderson, presented at TUGboat 33:1, 2012 is the LaTeX previewer:
|
|||
|
|
|
Additionally, Verbosus not only allows using LaTeX in the browser. The developers also provide an Android app called VerbTeX and an iPad/iPhone app called iVerbTeX. I guess this is definitely a nice addition to browser-based LaTeX editing. |
|||
|
|


