https://github.com/jareware/gdoc-tex-utils
Collection of small utils for wrangling Google Docs (text) documents into LaTeX ones
https://github.com/jareware/gdoc-tex-utils
Last synced: about 1 year ago
JSON representation
Collection of small utils for wrangling Google Docs (text) documents into LaTeX ones
- Host: GitHub
- URL: https://github.com/jareware/gdoc-tex-utils
- Owner: jareware
- License: mit
- Created: 2014-09-28T12:55:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-07T14:13:32.000Z (almost 11 years ago)
- Last Synced: 2025-03-26T21:44:05.401Z (about 1 year ago)
- Language: JavaScript
- Size: 188 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gdoc-tex-utils
==============
Collection of small utils for wrangling Google Docs (text) documents into LaTeX ones.
Dependencies
------------
You'll need [Docker](https://www.docker.com/), `curl` and an Internet connection.
Usage
-----
Make sure the Google Docs document is accessible to "anyone with the link" (or figure out some other way of getting the HTML export).
```
$ docker build -t gdochtml2tex gdochtml2tex/
$ docker build -t texlive texlive/
$ curl -s "https://docs.google.com/document/d/1gHkEYatbgVbri5S3QBqCXtK80IiGHRBm5-_B6gv01qw/export?exportFormat=html" \
| docker run -i --rm gdochtml2tex \
> sample/gdoc.tex
$ docker run -v $(pwd)/sample:/workdir --rm texlive pdflatex main.tex
$ open sample/main.pdf
```
Notable alternatives
--------------------
Services:
1. https://www.sharelatex.com/ (by far the most useful-looking)
1. http://tex.uncg.edu/login.php
1. https://code.google.com/p/latex-lab/
1. http://www.sci.usq.edu.au/research/googledocs.php
Converters:
1. https://code.google.com/p/googledoc2latex/wiki/Usage