Home

Awesome

Latex Sketch Plugin

This plugin brings LaTeX functionalities to Sketch. It allows us to write mathematical formulas directly inside Sketch. The implementation is based on MathJax's API.

This plugin was developed during Sketch Plugin Hackathon, Berlin, 27 + 28 October 2017.

Installation

The pluging can be downloaded from the Release page.

For Sketch version below 61.1

The latest version that supports Sketch version below 61.1 is v0.5.2.

CLI Commands

# build with hot reload
npm run watch

# build for production
npm run build

# for publishing
skpm publish minor

Debugging

To view the output of your console.log, you have a few different options:

Skpm provides a convenient way to do the latter:

skpm log

The -f option causes skpm log to not stop when the end of logs is reached, but rather to wait for additional data to be appended to the input

Contributor

Acknoledgements

License

MIT