From de24f6d765588c00e6483f1813aeb665919ce235 Mon Sep 17 00:00:00 2001 From: Robert Fry Date: Mon, 23 Mar 2026 17:02:54 +0100 Subject: [PATCH] use tasks for item listing --- CommonLaTeX | 2 +- deckhand.tex | 71 ++++++++++++++++++++++++++-------------------------- 2 files changed, 37 insertions(+), 36 deletions(-) diff --git a/CommonLaTeX b/CommonLaTeX index 9e40d60..a5f69c0 160000 --- a/CommonLaTeX +++ b/CommonLaTeX @@ -1 +1 @@ -Subproject commit 9e40d60b4749f005707f52ed53c0edf66b84062e +Subproject commit a5f69c047d62c2b6da4d169c3f91d74d1616253b diff --git a/deckhand.tex b/deckhand.tex index a1bd580..3e8709d 100644 --- a/deckhand.tex +++ b/deckhand.tex @@ -11,6 +11,9 @@ \hypersetup{hidelinks} \raggedcolumns +\newlength{\qrsize} +\setlength{\qrsize}{4\baselineskip} + \makeatletter\newcommand{\expires}[1]{ {\itshape (exp. #1)} }\makeatother @@ -66,27 +69,26 @@ \ResumeSection{Qualifications} - \begin{minipage}[t]{0.8\linewidth} - \begin{multicols}{2} - \begin{itemize} - \item MCA STCW 2010 \expires{2031} - \item MCA STCW Security Awareness - \item MCA Yachtmaster Offshore Theory - \item RYA Day Skipper (ICC) \expires{2029} - \item RYA Dinghy Instructor \expires{2029} - \item RYA Powerboat Level 2 - \item RYA VHF SRC - \item RYA First Aid \expires{2027} - \item BSAC Ocean Diver - \item Highfield Level 2 Food Safety - \item MMath Masters of Mathematics - \end{itemize} - \end{multicols} + \begin{minipage}[t]{\dimexpr\linewidth-\qrsize-3em\relax} + \begin{tasks}(2) + \task STCW 2010 \expires{2031} + \task STCW 2010 Security Awareness + \task RYA Day Skipper (ICC) \expires{2029} + \task MCA Yachtmaster Offshore Theory + \task RYA Dinghy Instructor \expires{2029} + \task RYA First Aid \expires{2027} + \task RYA Powerboat Level 2 + \task RYA VHF SRC + \task BSAC Ocean Diver + \task Highfield Level 2 Food Safety + \task MMath Masters of Mathematics + \end{tasks} \end{minipage} \hfill - \begin{minipage}[t]{0.15\linewidth} + \begin{minipage}[t]{\dimexpr\qrsize+2em\relax} \vfill\hfill - \qrcode[height=4\baselineskip,level=Q]{https://cloud.robertfry.xyz/s/SailingQualifications} + \qrcode[height=\qrsize,level=Q]{https://cloud.robertfry.xyz/s/SailingQualifications} + \hfill \end{minipage} \ResumeSection{Maritime Experience} @@ -144,22 +146,21 @@ \ResumeSection{Skills} - \begin{multicols}{4} - \begin{itemize} - \item Dinghy Instructor - \item Tender Driving - \item Line Handling - \item Anchoring \& Mooring - \item Passage \& Pilotage - \item Woodworking - \item Varnishing \& Painting - \item Antifouling - \item Copper Coating - \item Fibreglass Repairs - \item Cleaning \& Polishing - \item Bar Service - \end{itemize} - \end{multicols} + \begin{tasks}(4) + \task Dinghy Instructor + \task Tender Driving + \task Line Handling + \task Anchoring \& Mooring + \task Passage \& Pilotage + \task Woodworking + \task Varnishing \& Painting + \task Antifouling + \task Copper Coating + \task Fibreglass Repairs + \task Cleaning \& Polishing + \task Bar Service + \task Tech Support + \end{tasks} \ResumeSection{Professional Summary} @@ -260,6 +261,6 @@ \end{multicols} % \vfill\hfill - % \qrcode[height=4\baselineskip,level=Q]{https://cloud.robertfry.xyz/s/DeckhandCV} + % \qrcode[height=\qrsize,level=Q]{https://cloud.robertfry.xyz/s/DeckhandCV} \end{document}