Skip to content

MasWag/satysfi-parallel

Repository files navigation

SATySFi Parallel

License: MIT Satyrographos: v0.2.0

This is a SATySFi package providing typesetting of two column text in parallel. See here and here for the output PDF files. This package is inspired by the LaTeX package with the same name.

Installation

You can install SATySFi parallel with opam and Satyrographos:

opam install satysfi-parallel

You can also manually install SATySFi parallel from the distribution:

mkdir -p /path/to/directory
cd /path/to/directory
curl -L https://github.com/MasWag/satysfi-parallel/releases/download/v0.2.0/package.tar.gz | tar zxvf -
opam pin add satysfi-parallel "file://${PWD}"
satyrographos install

Minimal Usage

The following only shows a code fragment. See the document (html | pdf) for a complete example.

+parallel <
  +p{
    The content of the left column.
  }
> <
  +p{
    The content of the right column.
  }
>

License

All files in this repository are licensed under MIT.