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
- Host: GitHub
- URL: https://github.com/totalverb/writeonce
- Owner: TotalVerb
- License: gpl-3.0
- Created: 2015-12-22T03:18:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-17T07:25:11.000Z (about 9 years ago)
- Last Synced: 2024-11-08T12:50:57.396Z (6 months ago)
- Language: Julia
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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")
```