{"id":22785903,"url":"https://github.com/simonwaldherr/howto-deploy-latex-documents","last_synced_at":"2025-04-15T20:10:11.126Z","repository":{"id":36521017,"uuid":"40826765","full_name":"SimonWaldherr/HowTo-Deploy-LaTeX-Documents","owner":"SimonWaldherr","description":"Deploy LaTeX (and Markdown) Documents as PDF (and DjVu) via GitHub and TravisCI","archived":false,"fork":false,"pushed_at":"2023-11-04T17:51:54.000Z","size":21,"stargazers_count":50,"open_issues_count":1,"forks_count":12,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T20:10:02.682Z","etag":null,"topics":["deploy","deployment-automation","djvu","document","example","hacktoberfest-accepted","latex","latex-template","pandoc","pdf"],"latest_commit_sha":null,"homepage":"","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SimonWaldherr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":"simonwaldherr","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":"SimonWaldherr","issuehunt":null,"otechie":null,"custom":["https://flattr.com/@SimonWaldherr"]}},"created_at":"2015-08-16T15:45:05.000Z","updated_at":"2024-05-15T11:36:57.000Z","dependencies_parsed_at":"2022-09-03T22:22:05.163Z","dependency_job_id":null,"html_url":"https://github.com/SimonWaldherr/HowTo-Deploy-LaTeX-Documents","commit_stats":null,"previous_names":[],"tags_count":9,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonWaldherr%2FHowTo-Deploy-LaTeX-Documents","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonWaldherr%2FHowTo-Deploy-LaTeX-Documents/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonWaldherr%2FHowTo-Deploy-LaTeX-Documents/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonWaldherr%2FHowTo-Deploy-LaTeX-Documents/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SimonWaldherr","download_url":"https://codeload.github.com/SimonWaldherr/HowTo-Deploy-LaTeX-Documents/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249145303,"owners_count":21219966,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deploy","deployment-automation","djvu","document","example","hacktoberfest-accepted","latex","latex-template","pandoc","pdf"],"created_at":"2024-12-11T23:08:23.837Z","updated_at":"2025-04-15T20:10:11.108Z","avatar_url":"https://github.com/SimonWaldherr.png","language":"TeX","funding_links":["https://patreon.com/simonwaldherr","https://liberapay.com/SimonWaldherr","https://flattr.com/@SimonWaldherr"],"categories":[],"sub_categories":[],"readme":"# Howto Deploy LaTeX Documents\n## HowTo Deploy LaTeX (or Markdown) Documents as PDF (and DjVu) via [GitHub](https://github.com/github) and [TravisCI](https://github.com/travis-ci)\n\n**maybe you should take a look at: \u003chttps://github.com/SimonWaldherr/BookTemplate\u003e**  \n\n---\n\n[![Build Status](https://travis-ci.org/SimonWaldherr/HowTo-Deploy-LaTeX-Documents.svg?branch=master)](https://travis-ci.org/SimonWaldherr/HowTo-Deploy-LaTeX-Documents) \n[![PDF Status](https://www.sharelatex.com/github/repos/SimonWaldherr/HowTo-Deploy-LaTeX-Documents/builds/latest/badge.svg)](https://www.sharelatex.com/github/repos/SimonWaldherr/HowTo-Deploy-LaTeX-Documents/builds/latest/output.pdf) \n[![GitHub Release](https://img.shields.io/badge/download-latest-brightgreen.svg)](https://github.com/SimonWaldherr/HowTo-Deploy-LaTeX-Documents/releases/latest) \n[![GitHub forks](https://img.shields.io/github/forks/SimonWaldherr/HowTo-Deploy-LaTeX-Documents.svg)](https://github.com/SimonWaldherr/HowTo-Deploy-LaTeX-Documents/network) \n[![GitHub stars](https://img.shields.io/github/stars/SimonWaldherr/HowTo-Deploy-LaTeX-Documents.svg)](https://github.com/SimonWaldherr/HowTo-Deploy-LaTeX-Documents/stargazers)   \n\nThis repository explains how to automate the process of converting LaTeX documents to [PDF](https://en.wikipedia.org/wiki/Portable_Document_Format)s or [DjVu](https://en.wikipedia.org/wiki/DjVu)-Files. You need no special software, everything gets done online.  \n\nDealing with TeX + PDF on GitHub (or other online repository hosting services) leads mostly to various problems, e.g.:\n\n* having *large* binary files in a git repo (PDFs)\n* having old files, large gap between source and PDF\n* need of a local tex installation to update the PDF\n\nthe alternative is to only publish the LaTeX source, which has other problems:\n\n* no preview on GitHub\n* no preview after download\n* no way to see the completed document on devices without TeX (e.g. mobile)\n\nand what is the solution?\n\n* building the binary files ([PDF](https://en.wikipedia.org/wiki/Portable_Document_Format) + [DjVu](https://en.wikipedia.org/wiki/DjVu)) on a Server\n* save the files on publicly accessible servers (e.g. as [GitHub Release](https://help.github.com/articles/about-releases/))\n* link to the [files](https://github.com/SimonWaldherr/HowTo-Deploy-LaTeX-Documents/releases/latest) from the README\n\n[![Creative Commons Lizenzvertrag](https://i.creativecommons.org/l/by-sa/4.0/88x31.png)](http://creativecommons.org/licenses/by-sa/4.0/) \n\nDownload the PDF from the [latest Release](https://github.com/SimonWaldherr/HowTo-Deploy-LaTeX-Documents/releases/latest).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonwaldherr%2Fhowto-deploy-latex-documents","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonwaldherr%2Fhowto-deploy-latex-documents","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonwaldherr%2Fhowto-deploy-latex-documents/lists"}