dnl-blkv / mcdowell-cv

A Nice-looking CV template made into LaTeX
https://www.careercup.com/resume
MIT License
2.13k stars 772 forks source link

Project lacks build instructions #8

Closed ahcox closed 6 years ago

ahcox commented 6 years ago

The obvious pdflatex McDowell_CV_Template.tex produces the following:

Fatal fontspec error: "cannot-use-pdftex"
...

xelatex McDowell_CV_Template.tex produces the following:

! Package microtype Error: Letterspacing currently doesn't work with xetex
...

lualatex McDowell_CV_Template.tex seems to work. If this is the correct invocation, it should be prominent in the readme.

dnl-blkv commented 6 years ago

@ahcox thank you for raising the issue. If you read the first line of the readme, you will clearly see that this class is

LuaLaTeX class

Thus, I am not sure why pdflatex McDowell_CV_Template.tex is obvious to you. Nevertheless, I will add lualatex McDowell_CV_Template.tex to make it even more clear.

dnl-blkv commented 6 years ago

Fixed