https://github.com/maswag/satysfi-parallel
Typesetting two texts parallel
https://github.com/maswag/satysfi-parallel
satysfi satysfi-typesetting
Last synced: 3 months 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-18T08:09:42.000Z (over 3 years ago)
- Last Synced: 2024-12-30T05:36:30.089Z (5 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)
[](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.