resume.toml/resume.template

131 lines
1.8 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}}
{{name}}
{{email}} - {{phone}}
{{#profiles}} {{{url}}} {{/profiles}}
.sp 1
.\"T{
.\"{{{summary}}}
.\"T}
{{/basics}}
.sp 1
.
.
.
./" ==========
./" == WORK ==
./" ==========
.T&
lbv2 s
- -
{{#work}}
lb r
l r
{{#highlights}}
l s
{{/highlights}}
{{/work}}
l l.
{{#chicken}}Experience{{/chicken}}
{{#work}}
{{{name}}};{{{location}}}
{{{position}}};{{#formatdate}}{{startDate}}{{/formatdate}}\*[-]{{#formatdate}}{{endDate}}{{/formatdate}}
{{#highlights}}
T{
.IP \(bu
{{{.}}}
T}
{{/highlights}}
.sp 1
{{/work}}
;
.
.
.
.\" ============
.\" == SKILLS ==
.\" ============
.T&
lb s
- -
{{#skills}}
l s
{{/skills}}
l s.
Skills
{{#skills}}
{{{name}}}: {{#join}} {{{keywords}}} {{/join}}
{{/skills}}
;
.
.
.
.\" ============
.\" == AWARDS ==
.\" ============
.T&
lb s
- -
{{#awards}}
l r
{{/awards}}
l r.
Awards
{{#awards}}
{{title}}, {{awarder}};{{#formatdate}}{{date}}{{/formatdate}}
{{/awards}}
;
.
.
.
.\" ===============
.\" == EDUCATION ==
.\" ===============
.T&
lb s
- -
{{#education}}
l r
{{/education}}
l l.
Education
{{#education}}
{{institution}}, {{area}};{{#formatdate}}{{startDate}}{{/formatdate}}\*[-]{{#formatdate}}{{endDate}}{{/formatdate}}
{{/education}}
;
.
.
.
.\" ===============
.\" == INTERESTS ==
.\" ===============
.T&
lb s
- -
{{#interests}}
l s
{{/interests}}
l s.
Interests
{{#interests}}
{{name}}: {{#join}} {{{keywords}}} {{/join}}
{{/interests}}
;
.TE