Changes

Jump to navigation Jump to search
1,167 bytes added ,  09:41, 11 October 2016
new example
 
==New Version==
[[Image:cv-resume.pdf]]
\stoptext
</texcode>
 
=== Stripped down example ===
 
Example by Wolfgang, sent to the mailing list in 2016-10:
 
<texcode>
\usemodule[resume]
 
%\useresumestyle[casual-blue]
\useresumestyle[classic-blue]
 
\setupresumeoptions
[bodyfont=calluna]
 
\setupresume
[firstname=John,
familyname=Doe,
title=Resumé title (optional),% classic style only
quote=My quote,% casual style only
image={\externalfigure[dummy][width=3cm,height=4cm]}]
 
\setupresume
[street={street and number},
town={postcode city},
mobile={+1(234)567890},
phone={+2(345)678901},
fax={+3(456)789012},
email={john@doe.org},
info={additional information}]
 
\startresume
 
\startresumesection[title={Knuth}]
 
\startresumesubsection[title={Zapf}]
 
\starttwocolumns
\input ward
\stoptwocolumns
 
\stopresumesubsection
 
\stopresumesection
 
\page
 
\startresumesection[title={Knuth}]
 
\startresumesubsection[title={Zapf}]
 
\starttwocolumns
\input ward
\stoptwocolumns
 
\stopresumesubsection
 
\stopresumesection
 
\stopresume
</texcode>
 
To add dates to entries you can use the lefttext key for the twocolumns environment, e.g.
 
<texcode>
\starttwocolumns[lefttext=...]
...
\stoptwocolumns
</texcode>

Navigation menu