Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinbjeldbak/cv
My CV/resume. Typesetted using XeTeX
https://github.com/martinbjeldbak/cv
cv cv-template font latex pdf xetex
Last synced: 3 months ago
JSON representation
My CV/resume. Typesetted using XeTeX
- Host: GitHub
- URL: https://github.com/martinbjeldbak/cv
- Owner: martinbjeldbak
- Created: 2012-09-06T21:06:07.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2023-12-31T02:21:17.000Z (12 months ago)
- Last Synced: 2024-04-16T18:06:46.198Z (8 months ago)
- Topics: cv, cv-template, font, latex, pdf, xetex
- Language: TeX
- Homepage: https://martinbjeldbak.com/cv.pdf
- Size: 16.1 MB
- Stars: 17
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Martin Madsens's CV
![Build CV PDF](https://github.com/martinbjeldbak/CV/workflows/Build%20CV%20PDF/badge.svg)My CV, using [my](https://github.com/martinbjeldbak/afriggeri-cv) fork of [ashee/cv](https://github.com/ashee/cv), which uses XeTeX adds [font-awesome](http://fortawesome.github.io/Font-Awesome/) social icons, removes bibliography loading, loads [microtype](https://www.ctan.org/pkg/microtype?lang=en), Fontspec to use the Helvetica font type, among others.
![Sample image of generated CV](https://github.com/martinbjeldbak/cv/files/7783291/martinmadsenCV.pdf)
## Installation
Ensure you have the submodule initialized for this repository. You can do this on clone.
Alternatively```sh
$ git submodule init
$ git submodule update
```And ensure you have the dependencies installed
```sh
$ sudo tlmgr install latexmk textpos fontawesome
$ brew cask install font-xits
```Note: to run `tlmgr` you will need to have [TeX Live](https://www.tug.org/texlive/) installed on your OS.
If you get an error loading FontAwesome (see StackOverflow [here](https://tex.stackexchange.com/questions/132888/fontawesome-font-not-found)), you may need to manually install the fontawesome font from the `fontawesome` TeX package. You can do this by visiting the folder output in `tlmgr info --list fontawesome` containing the `.otf` file and double-clicking on it to install it to your font book.
You should now be able to run make and generate a new PDF.
```sh
$ make
```For hot compilation you can run the below command, which will open your PDF viewer of choice and
automagically recompile on source file changes.```sh
$ make watch
```Voila. If you have any issues with this process, do open a new issue.