Columnize second page and handle formatting fallout

main
Tristan Daniël Maat 2022-05-25 20:33:04 +01:00
parent 8ca747807a
commit f69a52dcce
Signed by: tlater
GPG Key ID: 49670FD774E43268
2 changed files with 52 additions and 14 deletions

View File

@ -22,11 +22,32 @@
before=\startpacked, before=\startpacked,
after=\stoppacked after=\stoppacked
] ]
\setuphead[subject][style=\tfb\bf,color=darkgreen] \setuphead[subject][
style=\tfb\bf,
color=darkgreen,
]
%% Blocks %% Blocks
\definedescription[timeentry][width=broad,distance=.5em,alternative=hanging] \definedescription[timeentry][
\setupitemize[option=packed,textdistance=small] width=broad,
distance=.5em,
alternative=hanging,
before=\startpacked,
after=\stoppacked
]
\definedescription[proglang][
width=fit,
sample=JS/TS,
headstyle=\tf,
text={\hbox to1em {--}},
before=\startpacked,
after=\stoppacked
]
\setupitemize[
option={packed,joinedup,nowhite},
width=1em,
distance=0pt
]
%% Enable hyperlinks %% Enable hyperlinks
\setupinteraction[state=start,color=lightblue] \setupinteraction[state=start,color=lightblue]

39
cv.tex
View File

@ -78,6 +78,18 @@ App. 117, 2 Bexley Square, M3 6GP Salford, United Kingdom
\stopsubject \stopsubject
\page
\startcolumns[distance=2.8em]
%% Somehow columns make the title whitespace bigger
\setuphead[subject][
style=\tfb\bf,
color=darkgreen,
before=\startpacked,
after=\stoppacked
]
\startsubject[title={Other Experience}] \startsubject[title={Other Experience}]
\starttimeentry{Summer 2016} Created a digital art exhibition for The University of Manchester \starttimeentry{Summer 2016} Created a digital art exhibition for The University of Manchester
@ -93,12 +105,9 @@ App. 117, 2 Bexley Square, M3 6GP Salford, United Kingdom
\item Build and integration tooling \item Build and integration tooling
\startitemize \startitemize
\item Nix, BuildStream, Bazel \item Nix, BuildStream, Bazel
\startitemize[1] \item Various language-specific build tooling
\item Also used Buildbarn and Engflow for remote execution/caching
\stopitemize
\item Various language-specific build tooling (e.g. cargo, setuptools, npm, \textellipsis)
\stopitemize \stopitemize
\item Container and devops-related tooling \item Container and devops tooling
\startitemize \startitemize
\item OCI container tooling (including docker registries) \item OCI container tooling (including docker registries)
\item LXC, flatpak \item LXC, flatpak
@ -151,15 +160,23 @@ App. 117, 2 Bexley Square, M3 6GP Salford, United Kingdom
\startsubject[title={Hobbies and Interests}] \startsubject[title={Hobbies and Interests}]
\startitemize \startitemize
\item Tabletop role-playing --- Currently acting as GM for PTU for a small group \item NixOS
\item Badminton --- Played with The University of Manchester's badminton society \startitemize
\item Nix \item Used for most personal programming for the last two years, converted a few colleagues and friends
\stopitemize
\item Tabletop role-playing
\item Badminton
\stopitemize \stopitemize
\stopsubject \stopsubject
\startalignment[center] \stopcolumns
References available on request
\stopalignment \placefloat[][bottom,low,none]{}{
\startalignment[center]
\tfa
References available on request
\stopalignment
}
\stoptext \stoptext