partum

0.1.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i partum

Weekly Downloads

5

Version

0.1.4

License

APACHE

Unpacked Size

193 kB

Total Files

15

Last publish

Collaborators

  • nicolaischmid