-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,23 @@ | ||
cv | ||
== | ||
Curriculum Vitae | ||
================ | ||
|
||
My curriculum vitae - under construction | ||
My curriculum vitae - under constant construction. | ||
|
||
Compiling Yourself | ||
------------------ | ||
|
||
You shouldn't need to compile my CV yourself. Check out the `FRobinson-CV.pdf` file above for a precompiled version. | ||
|
||
The following notes are mostly for my own reference. | ||
|
||
If you're having trouble compiling make sure you have all the necessary TeX packages installed. Under Arch: | ||
|
||
sudo pacman -S texlive-core texlive-latexextra | ||
|
||
Or Debian: | ||
|
||
sudo apt-get install texlive-latex-extra texlive-fonts-recommended | ||
|
||
Make sure to run bibtex too: | ||
|
||
bibtex FRobinson-CV |