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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- 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: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Re: is there a LaTex based web server outhere?
Stefan
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Re: is there a LaTex based web server outhere?
Stefan