Document Classes ⇒ CV / Sample
CV / Sample
Dear forum members,
I was wondering if you could find the code of this CV:
http://www.flickr.com/photos/the-cv-inn/3870577923/
I would like to use it, but I cannot find the code.
Many thanks in advance.
Regards,
Marie
I was wondering if you could find the code of this CV:
http://www.flickr.com/photos/the-cv-inn/3870577923/
I would like to use it, but I cannot find the code.
Many thanks in advance.
Regards,
Marie
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Re: CV / Sample
Originally it should be on http://www.cv-templates.info/2009/03/pr ... -cv-latex/, however the link is dead now and the site seems not more than commercial promotion to me.
However, here's a saved copy.
Stefan
However, here's a saved copy.
Stefan
LaTeX.org admin
CV / Sample
Hello Stefan,
Many thanks for your prompt reply.
When trying to compile the document, I get the following message:
Do you know how to solve this problem?
Many thanks in advance.
Regards,
Marie
Many thanks for your prompt reply.
When trying to compile the document, I get the following message:
Code: Select all
ERROR:--- TeX said ---! Fatal fontspec error: "cannot-use-pdftex"!! The fontspec package requires either XeTeX or LuaTeX to function.!! You must change your typesetting engine to, e.g., "xelatex" or "lualatex"! instead of plain "latex" or "pdflatex".!! See the fontspec documentation for further information.! For immediate help type H <return>.!...............................................
Many thanks in advance.
Regards,
Marie
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Re: CV / Sample
Hello Stefan,
I work with emacs. Can I also do what you mean? Attached you will find a picture of how my system looks like.
Many thanks in advance.
Regards,
Marie
I work with emacs. Can I also do what you mean? Attached you will find a picture of how my system looks like.
Many thanks in advance.
Regards,
Marie
- Attachments
-
- commands.png (14.38 KiB) Viewed 27213 times
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
CV / Sample
It's a setting somewhere. I don't use emacs, so I cannot tell you where. However, you can run
at the command prompt. But, the next problem will be: do you have the required fonts (such as Fontin Small Caps)?
Finally, have a look at the file cv.tex, and tell me, what do you think: is the code good? Well structured? Systematic? Really more than some specific settings plus some
Stefan
xelatex cv.tex
at the command prompt. But, the next problem will be: do you have the required fonts (such as Fontin Small Caps)?
Finally, have a look at the file cv.tex, and tell me, what do you think: is the code good? Well structured? Systematic? Really more than some specific settings plus some
tabular
? Do you think you can customize it as you desire?Stefan
LaTeX.org admin
CV / Sample
Hello Stefan,
Many thanks for your message.
I have just found Use XeTex engine under Commands / Texing options.
The error I get now is the following:
Do you know what I am doing wrong?
Many thanks in advance.
Regards,
Marie
Many thanks for your message.
I have just found Use XeTex engine under Commands / Texing options.
The error I get now is the following:
Code: Select all
ERROR: LaTeX Error: File `layaureo.sty' not found.--- TeX said ---Type X to quit or <RETURN> to proceed,or enter new name. (Default extension: sty)Enter file name:! Emergency stop.<read *>l.11 \usepackage{supertabular} ^^I^^I^^I^^I%for Grades^^M--- HELP ---From the .log file...*** (cannot \read from terminal in nonstop modes)
Many thanks in advance.
Regards,
Marie
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
CV / Sample
You need to install the layaureo package. It's part of TeX Live and of MiKTeX, so both package managers can be used. Or use
geometry instead, for specifying the page margins - that's what
Stefan

layaureo
is for. In that case you can remove \usepackage[big]{layaureo}
.Stefan
LaTeX.org admin
Re: CV / Sample
Hello Stefan,
Many thanks for your answer.
I removed that package and installed "fullpage" instead. The document compiled but there are not letters/text at all.
Do you know if there is an easier sample which can be used for these kinds of documents?
Many thanks in advance.
Regards,
Marie
Many thanks for your answer.
I removed that package and installed "fullpage" instead. The document compiled but there are not letters/text at all.
Do you know if there is an easier sample which can be used for these kinds of documents?
Many thanks in advance.
Regards,
Marie
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm