Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maswag/satysfi-parallel

Typesetting two texts parallel
https://github.com/maswag/satysfi-parallel

satysfi satysfi-typesetting

Last synced: about 1 month ago
JSON representation

Typesetting two texts parallel

Awesome Lists containing this project

README

        

SATySFi Parallel
================

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](./LICENSE)
[![Satyrographos: v0.2.0](https://img.shields.io/badge/Satyrographos-v0.2.0-green.svg)](https://satyrographos-packages.netlify.app/packages/parallel)

This is a SATySFi package providing typesetting of two column text in parallel. See [here](https://maswag.github.io/satysfi-parallel/example.pdf) and [here](https://maswag.github.io/satysfi-parallel/example-manual.pdf) for the output PDF files. This package is inspired by the [LaTeX package](https://ctan.org/pkg/parallel) with the same name.

Installation
------------

You can install SATySFi parallel with opam and Satyrographos:

```sh
opam install satysfi-parallel
```

You can also manually install SATySFi parallel from the distribution:

```sh
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](https://maswag.github.io/satysfi-parallel/parallel-doc.html) | [pdf](https://maswag.github.io/satysfi-parallel/parallel-doc.pdf)) for a complete example.

```satysfi
+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.