Giter VIP home page Giter VIP logo

drivetex's Introduction

DriveTeX

A cloud LaTeX editor. Live at drivetex.appspot.com. Inspired by LaTeX Lab by Bobby Soares.

User Manual

Right now, it's a little bit more difficult to get started with DriveTeX that it ought to be.

  1. Go to drivetex.appspot.com. If this is your first visit, you'll be prompted to authorize DriveTeX to access Google Drive files that you specifically give permission to access.
  2. Visit drive.google.com. (If you just authorized DriveTeX, you might have to reload.) Find a .tex file to edit, right click, "Open With" -> DriveTeX.
  3. Your file opens up in the DriveTeX editor. You can make changes, save and generate a preview.

If you find that your situation doesn't work with DriveTeX (multiple source files, additional LaTeX plugins, etc.), let me know!

Getting started with development

One-time system setup

  • Install npm
    • Windows or Mac: Download NodeJS
    • Ubuntu/Debian: sudo apt-get install npm
    • Depending on your system setup, you may want to reference this StackOverflow answer about installing NPM global packages without administrative priviledge and this one about node: command not found
  • npm install -g bower grunt-cli http-server
  • Install Google Cloud SDK (only needed for pushing to production)
  • gcloud auth login
  • gcloud config set project drivetex

Clean repo build

  • npm install
  • grunt cleanDeps
  • grunt

Test locally

Deploy to App Engine

  • gcloud preview app deploy public/app.yaml --version=3 --promote

Open Source Credits

DriveTeX makes use of many high quality open source libraries, including:

Disclaimers and Licensing

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.

drivetex's People

Contributors

xylo04 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.