https://github.com/groupoid/TeX
🧊 TeX-подібна система верстки наукових праць
https://github.com/groupoid/TeX
Last synced: 10 months ago
JSON representation
🧊 TeX-подібна система верстки наукових праць
- Host: GitHub
- URL: https://github.com/groupoid/TeX
- Owner: groupoid
- License: isc
- Created: 2021-09-23T21:56:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T15:50:43.000Z (10 months ago)
- Last Synced: 2025-03-14T16:39:33.858Z (10 months ago)
- Language: OCaml
- Homepage:
- Size: 1.98 MB
- Stars: 19
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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