Document ClassesCV / Sample

Information and discussion about specific document classes and how to create your own document classes.
marie2011
Posts: 138
Joined: Mon Feb 06, 2012 4:58 pm

CV / Sample

Post by marie2011 »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Re: CV / Sample

Post by Stefan Kottwitz »

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
Attachments
cv.pdf
(48.73 KiB) Downloaded 2515 times
cv.tex
(9.83 KiB) Downloaded 2091 times
LaTeX.org admin
marie2011
Posts: 138
Joined: Mon Feb 06, 2012 4:58 pm

CV / Sample

Post by marie2011 »

Hello Stefan,

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>.
!...............................................  
             
Do you know how to solve this problem?

Many thanks in advance.

Regards,

Marie
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Re: CV / Sample

Post by Stefan Kottwitz »

Use XeLaTeX to compile, not pdfLaTeX.

Stefan
LaTeX.org admin
marie2011
Posts: 138
Joined: Mon Feb 06, 2012 4:58 pm

Re: CV / Sample

Post by marie2011 »

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
Attachments
commands.png
commands.png (14.38 KiB) Viewed 27187 times
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

CV / Sample

Post by Stefan Kottwitz »

It's a setting somewhere. I don't use emacs, so I cannot tell you where. However, you can run

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
marie2011
Posts: 138
Joined: Mon Feb 06, 2012 4:58 pm

CV / Sample

Post by marie2011 »

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:

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)
Do you know what I am doing wrong?

Many thanks in advance.

Regards,

Marie
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

CV / Sample

Post by Stefan Kottwitz »

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 layaureo is for. In that case you can remove \usepackage[big]{layaureo}.

Stefan
LaTeX.org admin
marie2011
Posts: 138
Joined: Mon Feb 06, 2012 4:58 pm

Re: CV / Sample

Post by marie2011 »

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
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

CV / Sample

Post by Stefan Kottwitz »

Yes, have a look at the CV section at www.latextemplates.com.

Stefan
LaTeX.org admin
Post Reply