
3 Customizing the appearance
In the previous section, we saw that writing a cv with C
u
rV
e
is a fairly easy process.
Once you are satisfied with the contents, you might still want to tweak the layout
to your personal taste (or constraints). Since the layout generated by C
u
rV
e
is
extremely customizable, it would be out of the scope of this paper to describe
every possible configuration option (besides, C
u
rV
e
is fully documented, and the
documentation is, I hope, well written). Rather, let us take back our minimal
example and tweak it a bit to illustrate some of the possible customizations.
Didier Verna
didier@lrde.epita.fr
http://www.lrde.epita.fr/ didier
1 wife
2 children
and 8 guitars
Assistant Professor
Ph.D. in computer Science
Professional Experience
Research
2004 – . . . ✔ OO and Meta-Programming in functional languages
1996 – 2004 ✔ Virtual Reality and Cognition
Lectures
2002 – . . . ✔ L
A
T
E
X 2
ε
: an overview (3 hours)
2000 – . . . ✔ OpenGL Programming (15 hours)
✔ Operating Systems (30 hours)
Development
L
A
T
E
X 2
ε
✔ Author of CurVe, QCM, FiNK and FiXme.
XEmacs ✔ Member of the review board.
GNU ✔ Contributor to other free software pro jects.
Education
2000 ✔ Ph.D. in computer Science.
1991 – 1994 ✔ E.N.S.T. engineering school.
1988 ✔ Baccalaureus.
Figure 4: A customized cv
Figure 4 shows the result of the cus-
tomization process. The full source code for
this version is given in Appendix A. Note
that there is no modification of the rubrics
files whatsoever.
You can see that the photo is now on
the right. This is achieved by passing
an optional argument to \photo like this:
\photo[r]{didier}. You can use l (the de-
fault), c or r meaning that the photo will ap-
pear on the left, center, or right.
Additionally, the headers are now aligned
on top, rather than vertically centered. This
is achieved by passing an optional argument
to \makeheaders like this: \makeheaders[t].
You can use t (for top), b (for bottom) or c
(for center; the default).
Also, note the use of different fonts for the
titles, rubrics, keys etc. In C
u
rV
e
virtually any
text category comes with a command to modify the font used for it. For instance,
to change the appearance of the rubrics’ titles, use the \rubricfont command, to
change that of the title, use the \titlefont command and so on.
You will also notice that we changed the prefix for something fancier. The
command to do that is \prefix, to which we passed \ding{52} (from the pifont
package) in that particular case. If you prefer, you can get rid of the prefix alto-
gether.
5