This sample is no longer maintained. No further updates will be made.
A cloud LaTeX editor. Live at drivetex.appspot.com. Inspired by LaTeX Lab by Bobby Soares.
Right now, it's a little bit more difficult to get started with DriveTeX that it ought to be.
.tex
file to edit, right click, "Open With" -> DriveTeX.If you find that your situation doesn't work with DriveTeX (multiple source files, additional LaTeX plugins, etc.), let me know!
sudo apt-get install npm
node: command not found
npm install -g bower grunt-cli http-server
gcloud auth login
gcloud config set project drivetex
npm install
grunt cleanDeps
grunt
cd public; http-server
gcloud preview app deploy public/app.yaml --version=3 --promote
DriveTeX makes use of many high quality open source libraries, including:
This is not an official Google product (experimental or otherwise), it is just code that happens to
be owned by Google. It is licensed under
Apache 2.0;
see the LICENSE
file for full details.