Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maswag/satysfi-parallel
- Owner: MasWag
- License: mit
- Created: 2021-11-27T11:08:21.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-18T08:09:42.000Z (about 3 years ago)
- Last Synced: 2024-11-08T01:09:37.049Z (3 months ago)
- Topics: satysfi, satysfi-typesetting
- Language: Makefile
- Homepage:
- Size: 328 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.