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

https://github.com/groupoid/TeX

🧊 TeX-подібна система верстки наукових праць
https://github.com/groupoid/TeX

Last synced: 10 months ago
JSON representation

🧊 TeX-подібна система верстки наукових праць

Awesome Lists containing this project

README

          

# TeX

This is TeX-like, new typesetting system written by Achim Blumensath. It resembles TeX,
but improves the internal language, which is ML dialect with rich domain-specific
features for typesetting. For more information read the [MANUAL.PDF](https://github.com/5HT/ant/blob/master/manual.pdf).

## Features

* TeX syntax
* Unicode support
* Font Support: Type1, TrueType, and OpenType
* Simple Page Layout Specifications
* Color and Graphics
* Hyphenation System
* ML-like typesetting language
* Best suited for academic papers

## Building

```sh
$ opam switch install 4.11.2
$ opam install ocamlfind omake zlib camlimages
```

```sh
$ omake Runtime/freetype-stubs.o
$ omake Runtime/kpathsea-stubs.o
$ omake Unicode/Tables.o
$ omake
```

## Credits

* Achim Blumensath (author)
* Gabriel Scherer
* Maxim Sokhatsky