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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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