This change to the resume schema allows you to list multiple roles per company in your work experience.
157 lines
1.7 KiB
Plaintext
157 lines
1.7 KiB
Plaintext
.EH '''' \" delete header (even pages)
|
|
.OH '''' \" delete header (odd pages)
|
|
.nr HM .5i \" tighter header margin
|
|
.nr FM .5i \" tighter footer margin
|
|
.nr PI 2n \" tighter paragraph indentation (for bullet lists)
|
|
.nr PD 0 \" tighter paragraph spacing
|
|
.TS H \" Table Start!
|
|
center tab(;);
|
|
cbx s
|
|
c s
|
|
c s.
|
|
.\"cfI s.
|
|
.TH
|
|
./" ============
|
|
./" == HEADER ==
|
|
./" ============
|
|
{{#basics}}
|
|
T{
|
|
.LG
|
|
{{name}}
|
|
T}
|
|
{{email}} - {{phone}}
|
|
{{#profiles}} {{{url}}} {{/profiles}}
|
|
.sp 1
|
|
.\"T{
|
|
.\"{{{summary}}}
|
|
.\"T}
|
|
{{/basics}}
|
|
.sp 1
|
|
.
|
|
.
|
|
.
|
|
./" ==========
|
|
./" == WORK ==
|
|
./" ==========
|
|
.T&
|
|
{{#work}}
|
|
lb r
|
|
{{#role}}
|
|
lb r
|
|
{{#highlights}}
|
|
l s
|
|
{{/highlights}}
|
|
{{/role}}
|
|
{{/work}}
|
|
l l.
|
|
{{#work}}
|
|
.sp 0.5
|
|
T{
|
|
.LG
|
|
.LG
|
|
{{{name}}}
|
|
T};{{{location}}}
|
|
{{#role}}
|
|
{{{position}}};{{startDate}}\*[-]{{endDate}}
|
|
{{#highlights}}
|
|
T{
|
|
.IP \(bu
|
|
{{{.}}}
|
|
T}
|
|
{{/highlights}}
|
|
.sp 0.5
|
|
{{/role}}
|
|
{{/work}}
|
|
;
|
|
.
|
|
.
|
|
.
|
|
.\" ============
|
|
.\" == SKILLS ==
|
|
.\" ============
|
|
.T&
|
|
lb s
|
|
- -
|
|
{{#skills}}
|
|
l s
|
|
{{/skills}}
|
|
l s.
|
|
T{
|
|
.LG
|
|
.LG
|
|
Skills
|
|
T}
|
|
{{#skills}}
|
|
{{{name}}}: {{#join}} {{{keywords}}} {{/join}}
|
|
{{/skills}}
|
|
;
|
|
.
|
|
.
|
|
.
|
|
.\" ============
|
|
.\" == AWARDS ==
|
|
.\" ============
|
|
.T&
|
|
lb s
|
|
- -
|
|
{{#awards}}
|
|
l r
|
|
{{/awards}}
|
|
l r.
|
|
T{
|
|
.LG
|
|
.LG
|
|
Awards
|
|
T}
|
|
{{#awards}}
|
|
{{title}}, {{awarder}};{{date}}
|
|
{{/awards}}
|
|
;
|
|
.
|
|
.
|
|
.
|
|
.\" ===============
|
|
.\" == EDUCATION ==
|
|
.\" ===============
|
|
.T&
|
|
lb s
|
|
- -
|
|
{{#education}}
|
|
l r
|
|
{{/education}}
|
|
l l.
|
|
T{
|
|
.LG
|
|
.LG
|
|
Education
|
|
T}
|
|
{{#education}}
|
|
{{institution}}, {{area}};{{startDate}}-{{endDate}}
|
|
{{/education}}
|
|
;
|
|
.
|
|
.
|
|
.
|
|
.\" ===============
|
|
.\" == INTERESTS ==
|
|
.\" ===============
|
|
.T&
|
|
lb s
|
|
- -
|
|
{{#interests}}
|
|
l s
|
|
{{/interests}}
|
|
l s.
|
|
T{
|
|
.LG
|
|
.LG
|
|
Interests
|
|
T}
|
|
{{#interests}}
|
|
{{name}}: {{#join}} {{{keywords}}} {{/join}}
|
|
{{/interests}}
|
|
;
|
|
.TE
|
|
|
|
|