Viewers for PDF, PS, and DVI ⇒ is there a LaTex based web server outhere?
is there a LaTex based web server outhere?
I did noticed there is "Overleaf" but that is a online editor ...
Is there to anyone's knowledge a Tex Based server that can be installed on premises or even a as a service?
Thank you.
pedrosk
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Re: is there a LaTex based web server outhere?
welcome to the forum!
I use TeXlive.net on my web servers. Like here:
Code: Select all
\documentclass[tikz,border=10pt]{standalone}
\usepackage{smartdiagram}
\smartdiagramset{font=\sffamily}
\begin{document}
\smartdiagram[circular diagram:clockwise]{
Define styles, Position nodes, Add arrows,
Add labels, Review and refine}
\end{document}
Stefan
Re: is there a LaTex based web server outhere?
I am looking for something where you have a set of documents or one large documents that you browse over internet.
Let say I am writing my code and instead of writing documentation in MD and posting it in my private github repo I post it on some kind of server that I can access over HTTP protocol and further browse pages, links.... but the transmition will be over HTTP and the underlying document will be a static tex document. Not sure if this server works that way.
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Re: is there a LaTex based web server outhere?
Stefan
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Re: is there a LaTex based web server outhere?
Stefan
Re: is there a LaTex based web server outhere?
I was afraid that that is the answer. I did use the pipeline before and sometimes the result is not what one wanted.
I will definitely give it a try.
Ed