Is there an online site which will generate a PDF document directly from LaTeX sources residing in a Git repository such as GitHub?
Asked
Active
Viewed 2,154 times
1
-
1Yes, Travis CI is such a service. It requires a little bit of configuration though. – Henri Menke Jun 12 '19 at 07:14
-
3Possible duplicate of How to build my LaTeX automatically using Travis CI? – Henri Menke Jun 12 '19 at 07:14
-
4@HenriMenke I don't think this is a duplicate. The other question asked specifically about how to use Travis CI, while this one asks if such services exist. There may be alternatives, which would fit this question but not the other. – schtandard Jun 12 '19 at 09:59
-
@schtandard But asking for off-site resources is off-topic. – Henri Menke Jun 12 '19 at 10:48
-
1@HenriMenke this is a tool recommendation question, we have many of those in the [tools] tag (https://tex.stackexchange.com/questions/tagged/tools) and they are generally not off-topic. Somewhat related for example https://tex.stackexchange.com/questions/459484/compiling-latex-files-automatically-with-gitlab-ci. There is even a specific tag for this, [online], which is "about using TeX with the internet, whether by including content from the internet, compiling documents using internet-based compilers, or optimising documents for online viewing.". – Marijn Jun 12 '19 at 12:52
-
By the way also Overleaf can do this, but only with a paid subscription. I'm not really sure if you can sync to Github repositories in general or only repositories for which you have write access. See also https://www.overleaf.com/learn/how-to/How_do_I_connect_an_Overleaf_project_with_a_repo_on_GitHub,_GitLab_or_BitBucket%3F. – Marijn Jun 12 '19 at 13:12