Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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