npm.io
0.1.4 • Published 8 years agoCLI

partum

Licence
APACHE
Version
0.1.4
Deps
4
Size
188 kB
Vulns
0
Weekly
0

PARTUM

The xelatex cli for easy use!

Highlights

  • Auto file detection
  • Auto cleanup

Comming soon

  • Templates
  • Watching and recompiling

Installation

To get started , install the cli with:

yarn global add partum
# or NPM
npm install -g partum

Please make sure xelatex is installed on your system, if not check the Installation-Guide

Usage

Currently, this awesome tool features two modes; check and compile. You can run each mode with this simple command:

partum [command]

Check

partum check just checks if all necessary requirements are installed on the system. If not, follow the Installation-Guide

Compile

partum compile document.tex will compile your tex-file to a new PDF. You can omit the document.tex if only one .tex file is in the directory.

Xelatex Installation

Ubuntu, Debian, etc

Just a simple apt install will do the trick:

sudo apt install texlive-xetex texlive texlive-latex-extra texlive-generic-extra 
Windows

Guide coming soon

OSX

Guide coming soon