Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phts/my-cv
Up-to-date :smirk_cat:
https://github.com/phts/my-cv
curriculum-vitae cv latex pdf
Last synced: 4 days ago
JSON representation
Up-to-date :smirk_cat:
- Host: GitHub
- URL: https://github.com/phts/my-cv
- Owner: phts
- Created: 2014-09-08T21:16:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-02T19:29:28.000Z (almost 2 years ago)
- Last Synced: 2024-11-28T15:11:44.191Z (2 months ago)
- Topics: curriculum-vitae, cv, latex, pdf
- Language: TeX
- Homepage: https://phts.github.io/my-cv/Phil Tsaryk - CV.pdf
- Size: 836 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My CV
[![Last commit](https://img.shields.io/github/last-commit/phts/my-cv/master.svg)](https://github.com/phts/my-cv)
[![Make and deploy](https://github.com/phts/my-cv/workflows/Make%20and%20deploy/badge.svg)](https://github.com/phts/my-cv/actions)Written in LaTeX.
[Compiled to PDF](https://phts.github.io/my-cv/Phil%20Tsaryk%20-%20CV.pdf).## Development
PDF compiler requires LaTeX engine to be installed.
I used [MiKTeX](http://miktex.org/download) (on Windows) and
[texlive](https://www.tug.org/texlive/) (on Debian):```bash
pdflatex my-cv.tex
```Online LaTeX preview and PDF compiler is available on
[writelatex.com](https://www.writelatex.com).