Curricula Vitae / Résumés ⇒ Issue compiling
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Issue compiling
Sorry to be a noob, especially given the number of responses here, but I'm fairly new to Latex and the code wont compile. Texmaker simply says `Could not start the command', any advice?
Regards
Ben
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Re: Issue compiling
This template needs to be compiled with xelatex rather than pdflatex so you will need to make sure Texmaker is using xelatex. See here for more information: http://tex.stackexchange.com/questions/ ... f-pdflatex
Cheers,
Vel
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Issue compiling
Thanks for the help thus far, I changed the user commands so that it compiles with XeLaTex, but now it just says:
process started
process exited with error(s)
It should be compiling the right way now, though.
Bit confused.
Regards
Ben
Issue compiling
Have a look here: http://math.bd.psu.edu/~mlp17/Courseinf ... rintro.pdf and here: http://www.latex-community.org/forum/vi ... f=21&t=753
It sounds like it could be a bibliography thing. This template needs to compile the bibliography using biber rather than the standard bibtex. Try going into the command line and compiling from there using the '
xelatex cv_10
' and 'biber cv_10
' commands from the directory of the template. You should get all the errors that way, or it may compile without problems.Cheers,
Vel