{"id":16193599,"url":"https://github.com/pyramation/latex-docker","last_synced_at":"2026-01-19T08:31:48.306Z","repository":{"id":66351111,"uuid":"99027210","full_name":"pyramation/latex-docker","owner":"pyramation","description":"docker container for latex projects","archived":false,"fork":false,"pushed_at":"2024-12-25T02:56:57.000Z","size":394,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-13T02:03:52.068Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pyramation.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-01T17:36:29.000Z","updated_at":"2024-12-25T02:57:02.000Z","dependencies_parsed_at":"2023-02-26T23:15:49.546Z","dependency_job_id":null,"html_url":"https://github.com/pyramation/latex-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyramation%2Flatex-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyramation%2Flatex-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyramation%2Flatex-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyramation%2Flatex-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyramation","download_url":"https://codeload.github.com/pyramation/latex-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247675597,"owners_count":20977378,"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":[],"created_at":"2024-10-10T08:15:43.343Z","updated_at":"2026-01-19T08:31:48.296Z","avatar_url":"https://github.com/pyramation.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"DEPRECATED IN FAVOR OF https://github.com/pyramation/latex-pstricks-docker/\n\nThe goal of this image is to make it super easy to have a turn-key LaTeX setup ;)\n\n# build\n\nfirst time takes a while\n\n```sh\nmake\n```\n\n# create a local `tex/` folder\n\nOn your computer in the same directory you create your LaTeX folder, call the folder `tex/`\n\n* Store your `.tex` files (or folders) here.\n* Any files (like pdfs) you create in the LaTeX box will be available here.\n\n```sh\nmkdir tex\n```\n\n# ssh into the box\n\n```sh\nmake ssh\n```\n\n# create pdfs!\n\nlatex a file\n\n```sh\nlatex doc.tex\n```\n\nturn the dvi into a pdf\n\n```sh\ndvipdfm doc\n```\n\n# tips for lots of embedded graphics\n\nTry out other approaches if this doesn't work, but I've found it works great.\n\n```sh\nlatex math.tex\ndvips -Ppdf -G0 math.dvi\nps2pdf math.ps\n```\n\n# bibtex\n\nAt the bottom of your document, let's say `awesome.tex` include\n\n```\n\\newpage\n\\bibliographystyle{cell}\n\\bibliography{sources}\n```\n\n`\\bibliography` is referencing `sources.bib` in the current directory. Then run:\n\n```sh\nlatex awesome.tex\nbibtex awesome.tex\nlatex awesome.tex\nlatex awesome.tex\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyramation%2Flatex-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyramation%2Flatex-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyramation%2Flatex-docker/lists"}