Code Monkey home page Code Monkey logo

cloudlatex-cli-plugin's Introduction

Cloud LaTeX CLI

*CLI interface is under development. Check VSCode CloudLaTeX Extension if you are a VSCode user.

*** Write locally and compile on cloud service.

Cloud LaTeX CLI is an official tool written in nodejs to write tex files locally and compile with Cloud LaTeX.

You can write tex files with your favorite editor and compile them without installing very large latex compiler!

If you use VSCode, you can use Cloud LaTeX VSCode Extension.

Features

  • Multi-platform
  • Offline support

Installation

npm install -g cloudlatex-cli

Account Settings

If you have no Cloud LaTeX account, you need to create your account from here.

Create your project which you want to edit locally on the web page.

Generate client id and token from [Account name] -> [Extension] at the project page and record them.

Usage

On your latex directory, run the following command.

* For the first time, the directory should be empty, otherwise local files on the directory will be overwritten.

cloudlatex-cli --path ./  \
  --outdir ./workspace \
  --project [Your ProjectId] \
  --email [Your email address used for CloudLaTeX account] \
  --client [Your client id] \
  --token [Your token] 

Then, your project files will be downloaded. Local file changes will synchronized with the Cloud LaTeX server and compilation is fired on the server.

After the second time, run the same command as before.

* File changes when this tool is not running are not synchronized.

License

Apache License 2.0

cloudlatex-cli-plugin's People

Watchers

James Cloos 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.