Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marnanel/yex
https://github.com/marnanel/yex
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/marnanel/yex
- Owner: marnanel
- License: gpl-2.0
- Created: 2022-03-01T22:11:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-08T13:17:52.000Z (over 1 year ago)
- Last Synced: 2024-04-20T12:28:33.198Z (8 months ago)
- Language: Python
- Size: 4.51 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yex
## What is it?
It's a TeX workalike in pure Python.
## Why?
Because.
(There will be a more serious readme here later.)
## Demo
As of 2022-03-19, this:
```
\def\TeX{T\kern-.1667em\lower.5ex\hbox{E}\kern-.125emX}
\shipout\hbox{This was set in Python by yex, not by \TeX.}
```gives this:
![some typesetting](https://marnanel.org/stuff/yex-20220319.png)
## Links
* [SVG source for the above](https://marnanel.org/stuff/yex-20220319.svg))
* [Gitlab repository.](https://gitlab.com/marnanel/yex/) Please report lots of bugs.
* [Github mirror](https://github.com/marnanel/yex/), not always up to date.Licenced under the GPL version 2.