0.1.4 โ€ข Published 6 years ago

partum v0.1.4

Weekly downloads
1
License
APACHE
Repository
github
Last release
6 years ago

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

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.0.2

6 years ago