Document Classes ⇒ CV / Sample
CV / Sample
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.
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
However, here's a saved copy.
Stefan
CV / Sample
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: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Re: CV / Sample
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 27184 times
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
CV / Sample
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
CV / Sample
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: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
CV / Sample

layaureo
is for. In that case you can remove \usepackage[big]{layaureo}
.Stefan
Re: CV / Sample
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: 10335
- Joined: Mon Mar 10, 2008 9:44 pm