{"id":17991405,"url":"https://github.com/jareware/gdoc-tex-utils","last_synced_at":"2025-04-04T04:15:50.750Z","repository":{"id":21244028,"uuid":"24559450","full_name":"jareware/gdoc-tex-utils","owner":"jareware","description":"Collection of small utils for wrangling Google Docs (text) documents into LaTeX ones","archived":false,"fork":false,"pushed_at":"2015-08-07T14:13:32.000Z","size":192,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T21:44:05.401Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jareware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-28T12:55:13.000Z","updated_at":"2017-01-16T14:34:06.000Z","dependencies_parsed_at":"2022-09-11T18:50:21.155Z","dependency_job_id":null,"html_url":"https://github.com/jareware/gdoc-tex-utils","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/jareware%2Fgdoc-tex-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jareware%2Fgdoc-tex-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jareware%2Fgdoc-tex-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jareware%2Fgdoc-tex-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jareware","download_url":"https://codeload.github.com/jareware/gdoc-tex-utils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247117762,"owners_count":20886439,"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-29T19:21:56.154Z","updated_at":"2025-04-04T04:15:50.727Z","avatar_url":"https://github.com/jareware.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"gdoc-tex-utils\n==============\n\nCollection of small utils for wrangling Google Docs (text) documents into LaTeX ones.\n\nDependencies\n------------\n\nYou'll need [Docker](https://www.docker.com/), `curl` and an Internet connection.\n\nUsage\n-----\n\nMake sure the Google Docs document is accessible to \"anyone with the link\" (or figure out some other way of getting the HTML export).\n\n```\n$ docker build -t gdochtml2tex gdochtml2tex/\n$ docker build -t texlive texlive/\n$ curl -s \"https://docs.google.com/document/d/1gHkEYatbgVbri5S3QBqCXtK80IiGHRBm5-_B6gv01qw/export?exportFormat=html\" \\\n    | docker run -i --rm gdochtml2tex \\\n    \u003e sample/gdoc.tex\n$ docker run -v $(pwd)/sample:/workdir --rm texlive pdflatex main.tex\n$ open sample/main.pdf\n```\n\nNotable alternatives\n--------------------\n\nServices:\n\n 1. https://www.sharelatex.com/ (by far the most useful-looking)\n 1. http://tex.uncg.edu/login.php\n 1. https://code.google.com/p/latex-lab/\n 1. http://www.sci.usq.edu.au/research/googledocs.php\n\nConverters:\n\n 1. https://code.google.com/p/googledoc2latex/wiki/Usage\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjareware%2Fgdoc-tex-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjareware%2Fgdoc-tex-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjareware%2Fgdoc-tex-utils/lists"}