pub2

Pub2 is a self-publishing framework.

https://img.shields.io/pypi/v/pub2.svg Documentation Status https://projects.sisrlab.com/idm/pub2/badges/master/pipeline.svg https://projects.sisrlab.com/idm/pub2/badges/master/coverage.svg

Overview

Pub2 is a self-publishing framework. It integrates with Jekyll to provide LaTeX publishing.

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).