Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I know services like TeX cloud and similar. My question is: Are there ready-made distributions of LaTeX that allow me to set up my own server? What are the best solutions? My goal is to have a nice editing environment on the iPad, and be able to use some remote compilation service.

share|improve this question
The guy who sells TeX touch for the ipad (not me) offers two solutions using your very own latex installation + dropbox: see vancapy.com/textouch/setup – Koji Mar 29 '12 at 14:02
The -ipc and -ipc-start command line switches might have something to do with this; It'd be interesting to learn their use. (+1) – morbusg Mar 29 '12 at 14:08

2 Answers

up vote 4 down vote accepted

Here are several solutions. I have not attempted them at my University as University policy forbids it.

http://bugsquash.blogspot.com/2010/07/compiling-latex-without-local-latex.html

Ignore compile errors

There are several issues:

  • Need server side access (and probably admin access) to set up
  • The access should be set up to use a secure channel to protect both the ipad and the server.
  • You will need an appropriate client(app) on your ipad which provides you the same functionality as the usual LaTeX ides (TexMaker, TexniCenter, Kile, etc) or be willing to use a simple text editor and appropriate software to link to the server.

And when you get it running, please post your setup and solution as another question and answer as this is very wanted answer.

share|improve this answer
1  
To your third issue: No, you don't need that. Of course you may desire it, but that's something different. All you really need is the ability to edit plain text files. – celtschk Mar 29 '12 at 15:02
Good point, edited my answer to reflect that. – R. Schumacher Mar 29 '12 at 19:04
Server side access is no problem. If I did not have that, I would use TeXcloud or something like that. – Arne Apr 1 '12 at 17:00

writeLaTeX is an online LaTeX editor that works on the iPad and other tablet devices.

It's free to use, and you can try without even signing up, so if you don't like it there's no commitment.

PS: I'm one of the developers of writeLaTeX - if you do give it a try let us know what you think, feedback is always appreciated.

share|improve this answer
Very good solution! I tried it for a couple of minutes on my PC, and it works great. Have to check out if it works on the iPad equally well. – Arne Jan 24 at 9:30

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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