Document Classes ⇒ moderncv | Compilation of CV Template fails
-
- Posts: 9
- Joined: Sun Nov 04, 2012 3:30 pm
moderncv | Compilation of CV Template fails
I found a LaTeX CV template but I can't seem to compile it. It can't find the suffix package and I don't know where to find it.
I would appreciate it greatly if someone could help me getting the file compiled. I have attached the file.
Thanks in advance.
- Attachments
-
- cv_stefanie_v3.tex
- CV tex file
- (6.84 KiB) Downloaded 855 times
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
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
moderncv | Compilation of CV Template fails
welcome to the board!
You can download suffix from CTAN. However, as it belongs to the bigfoot package, you could install this package using your MiKTeX or TeX Live package manager.
Stefan
-
- Posts: 9
- Joined: Sun Nov 04, 2012 3:30 pm
Re: moderncv | Compilation of CV Template fails
Thank you for the answer. It worked. Perhaps you could help me with another problem. I would like to insert a photo (in the upper right corner aligned with the text) in the CV I attached above. How could I do that? I have googled it but couldn't find anything useful.
Thanks

-
- Posts: 45
- Joined: Fri Mar 16, 2012 8:22 pm
moderncv | Compilation of CV Template fails
Code: Select all
%\photo[64pt][0.4pt]{picture}
The first argument is the desired height of the picture.
The second is the width of the frame around the picture. It can be remove if you don't want any frame
The third one is the name of your picture.
Have a nice day
Alain Rémillard
-
- Posts: 9
- Joined: Sun Nov 04, 2012 3:30 pm
moderncv | Compilation of CV Template fails
Code: Select all
! LaTeX Error: Option clash for package hyperref.
Assistance would be greatly appreciated.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
moderncv | Compilation of CV Template fails
How can you say that it works perfectly if you get a concrete error message? Since the moderncv class already loads hyperref, every subsequent try to load it again in the document itself will fail. Delete these lines (16–19) in your code and try again.surjective wrote:[…] It worked perfectly. When I compile the file it says:What does this mean? […]Code: Select all
! LaTeX Error: Option clash for package hyperref.
Code: Select all
% Hyperlinks\usepackage{hyperref} % to use hyperlinks\definecolor{linkcolour}{rgb}{0,0.2,0.6} % hyperlinks setup\hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour}
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 9
- Joined: Sun Nov 04, 2012 3:30 pm
Re: moderncv | Compilation of CV Template fails
One last thing. To the left of my amail and phone number there appears a letter which is not supposed to be there!! The letter is not in the latex code so i don't know why it is showing up there. Maybe some can tell me how to remove it.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
moderncv | Compilation of CV Template fails
Perhaps it should be a symbol? Such as a telephone icon, but the font is missing, i.e. replaced. The .log file would show a warning if a font cannot be loaded.surjective wrote:To the left of my amail and phone number there appears a letter which is not supposed to be there
Stefan
-
- Posts: 9
- Joined: Sun Nov 04, 2012 3:30 pm
moderncv | Compilation of CV Template fails
Code: Select all
LaTeX Font Warning: Font shape `U/mvs/m/n' undefinedLaTeX Font Warning: Some font shapes were not available, defaults substituted.
Thanks.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
moderncv | Compilation of CV Template fails
Stefan