resume.toml/template/pdf.tmpl

226 lines
2.4 KiB
Cheetah
Raw Normal View History

2024-02-28 00:44:25 +00:00
./" ============
./" == CONFIG ==
./" ============
.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
.nr PO 0.75i \" smaller page offset
.nr LL 7i \" longer line length
.
.
.
./" ============
./" == HEADER ==
./" ============
.TS
2023-12-06 05:51:32 +00:00
center tab(;);
cbx s
c s
c s
c s.
2023-12-06 05:51:32 +00:00
{{#basics}}
T{
.LG
2023-12-06 05:51:32 +00:00
{{name}}
T}
2023-12-06 05:51:32 +00:00
{{email}} - {{phone}}
{{#profiles}} {{{url}}} {{/profiles}}
{{location.city}}, {{location.postalCode}}
.sp 0.5
T{
.I
{{{summary}}}
T}
2023-12-06 05:51:32 +00:00
{{/basics}}
.sp 1
.TE
2023-12-06 05:51:32 +00:00
.
.
.
./" ==========
./" == WORK ==
./" ==========
.KS
.TS
center expand tab(;);
lb s
- -
2023-12-06 05:51:32 +00:00
{{#work}}
2024-02-28 00:44:25 +00:00
lbx r
{{#role}}
lb r
2023-12-06 05:51:32 +00:00
{{#highlights}}
l s
{{/highlights}}
{{/role}}
2023-12-06 05:51:32 +00:00
{{/work}}
l l.
T{
.LG
.LG
Professional Experience
T}
{{#work}}
T{
.sp 0.5
.LG
{{{name}}}
T};T{
.sp 0.5
{{{location}}}
T}
{{#role}}
{{{position}}};{{startDate}}\*[-]{{endDate}}
2023-12-06 05:51:32 +00:00
{{#highlights}}
T{
.IP \(bu
{{{.}}}
T}
{{/highlights}}
{{/role}}
2023-12-06 05:51:32 +00:00
{{/work}}
.TE
.KE
.
.
.
.\" ==============
.\" == PROJECTS ==
.\" ==============
.KS
.TS
center expand tab(;);
lb s
- -
{{#projects}}
lb r
l s
l s
{{#highlights}}
l s
{{/highlights}}
{{/projects}}
l s.
T{
.LG
.LG
Projects
T}
{{#projects}}
{{name}};{{endDate}}
{{description}}
{{{url}}}
{{#highlights}}
T{
.IP \(bu
{{{.}}}
T}
{{/highlights}}
{{/projects}}
.TE
.KE
2023-12-06 05:51:32 +00:00
.
.
.
.\" ============
.\" == SKILLS ==
.\" ============
.KS
.TS
center tab(;);
2023-12-06 05:51:32 +00:00
lb s
- -
{{#skills}}
rw(18n) lx
2023-12-06 05:51:32 +00:00
{{/skills}}
l s.
T{
.LG
.LG
2023-12-06 05:51:32 +00:00
Skills
T}
2023-12-06 05:51:32 +00:00
{{#skills}}
{{{name}}};{{#join}} {{{keywords}}} {{/join}}
2023-12-06 05:51:32 +00:00
{{/skills}}
.TE
.KE
2023-12-06 05:51:32 +00:00
.
.
.
.\" ============
.\" == AWARDS ==
.\" ============
.KS
.TS
center expand tab(;);
2023-12-06 05:51:32 +00:00
lb s
- -
{{#awards}}
l r
{{/awards}}
l r.
T{
.LG
.LG
2023-12-06 05:51:32 +00:00
Awards
T}
2023-12-06 05:51:32 +00:00
{{#awards}}
{{title}}, {{awarder}};{{date}}
2023-12-06 05:51:32 +00:00
{{/awards}}
.TE
.KE
2023-12-06 05:51:32 +00:00
.
.
.
.\" ===============
.\" == EDUCATION ==
.\" ===============
.KS
.TS
center expand tab(;);
2023-12-06 05:51:32 +00:00
lb s
- -
{{#education}}
l r
{{/education}}
l l.
T{
.LG
.LG
2023-12-06 05:51:32 +00:00
Education
T}
2023-12-06 05:51:32 +00:00
{{#education}}
{{institution}}, {{area}};{{startDate}}\*[-]{{endDate}}
2023-12-06 05:51:32 +00:00
{{/education}}
.TE
.KE
2023-12-06 05:51:32 +00:00
.
.
.
.\" ===============
.\" == INTERESTS ==
.\" ===============
.KS
.TS
center tab(;);
2023-12-06 05:51:32 +00:00
lb s
- -
{{#interests}}
rw(18n) lx
2023-12-06 05:51:32 +00:00
{{/interests}}
l s.
T{
.LG
.LG
2023-12-06 05:51:32 +00:00
Interests
T}
2023-12-06 05:51:32 +00:00
{{#interests}}
{{name}};{{#join}} {{{keywords}}} {{/join}}
2023-12-06 05:51:32 +00:00
{{/interests}}
.TE
.KE
.\" vim: filetype=groff