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

https://github.com/totalverb/writeonce

Convert your HTML résumé to LaTeX
https://github.com/totalverb/writeonce

Last synced: 2 months ago
JSON representation

Convert your HTML résumé to LaTeX

Awesome Lists containing this project

README

        

# WriteOnce

This is a tool to convert your HTML résumé to LaTeX for printing. Although it works, it expects résumés in a very particular format that most won't match.

To install dependencies, get Julia, open the REPL, and run the following commands:

```julia
Pkg.add("Gtk")
Pkg.add("Gumbo")
Pkg.checkout("LaTeX")
```