pub2¶
Pub2 is a self-publishing framework.
Overview¶
Pub2 is a self-publishing framework. It integrates with Jekyll to provide LaTeX publishing.
Online Resources¶
Quick Start¶
The following command installs pub2 using Python pip.
pip install pub2
The following commands initialize the current directory and build a sample. The results appear in the pub2 folder.
pub2 init
pub2 build
ls pub2/*.pdf
Requirements¶
A TeX installation and ImageMagick are also required. See installation to install on macOS, Windows, and Linux (Debian/Ubuntu or Redhat/CentOS).