partum
v0.1.4
Published
> The xelatex cli for easy use! ๐
Downloads
3
Readme
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