|
@@ -7,6 +7,8 @@ To generate a PDF from this LaTeX code, navigate to this folder in a terminal an
|
|
|
pdflatex resume.tex
|
|
pdflatex resume.tex
|
|
|
|
|
|
|
|
## Requirements
|
|
## Requirements
|
|
|
-You will need to have `pdflatex` installed on your machine.
|
|
|
|
|
|
|
+You will need to have `pdflatex` installed on your machine. Additionally I
|
|
|
|
|
+suggest installing `texlive-scheme-full` to get all the needed packages. The
|
|
|
|
|
+`texmaker` UI is a good editor.
|
|
|
|
|
|
|
|
-Alternatively, you can use a site like [ShareLaTeX](https://sharelatex.com) to build and edit your LaTeX instead.
|
|
|
|
|
|
|
+Alternatively, you can use a site like [ShareLaTeX](https://sharelatex.com) to build and edit your LaTeX instead.
|