Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szhu/embolden
Bring LaTEX pseudocode to life.
https://github.com/szhu/embolden
Last synced: about 1 month ago
JSON representation
Bring LaTEX pseudocode to life.
- Host: GitHub
- URL: https://github.com/szhu/embolden
- Owner: szhu
- Created: 2015-05-09T05:06:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-11T14:00:01.000Z (over 9 years ago)
- Last Synced: 2024-04-11T15:52:50.172Z (9 months ago)
- Language: Python
- Homepage:
- Size: 172 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
embolden
========Bring LaTEX pseudocode to life.
![screenshot](docs/screenshot.png)
Instructions
------------1. Clone or download the repo.
2. Copy the `code` directory your LyX/TEX directory.
3. Write pseudocode `*.in.tex` files.
4. `cd code` and `make` (or `automake` if you have [watchr][] installed)
5. Include the `*.out.tex` files in your LyX/TEX file:```tex
\input{code/example.out.tex}
```[watchr]: https://github.com/mynyml/watchr