From 1e86d0ce0e45826ef4c2d590966100c2790efc19 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Tue, 10 Sep 2019 19:57:32 +0200 Subject: Reformat the listed items using templates Signed-off-by: Olivier Gayot --- cv.tex | 82 +++++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 51 insertions(+), 31 deletions(-) (limited to 'cv.tex') diff --git a/cv.tex b/cv.tex index de47128..c77b92d 100644 --- a/cv.tex +++ b/cv.tex @@ -159,44 +159,64 @@ {Also using Perl extensively as a CGI in my current work environment.} \end{entrylist} \section{Software} -\begin{entrylist} - \entry - {} +\begin{software} + \entry {Operating System} - {} - {Have been using GNU/Linux on a daily basis for over a decade.\\ - Occasional user of Microsoft Windows \& macOS} - \entry - {} + { + \begin{actions} + \item{Have been using GNU/Linux on a daily basis for over a decade.} + \item{Occasional user of Microsoft Windows \& macOS.} + \end{actions} + } + \entry {Version Control} - {} - {Intensive user of Git for both professional and personal purposes.} - \entry - {} + { + \begin{actions} + \item{Intensive user of Git for both professional and personal purposes.} + \end{actions} + } + \entry {Build System} - {} - {GNU Autotools, GNU make, GCC} - \entry - {} + { + \begin{actions} + \item{GNU Autotools} + \item{GNU make} + \item{GCC} + \end{actions} + } + \entry {Debugging} - {} - {GDB, Valgrind, strace} - \entry - {} + { + \begin{actions} + \item{GDB} + \item{Valgrind} + \item{strace} + \end{actions} + } + \entry {Networking} - {} - {iproute2, nftables, tcpdump} - \entry - {} + { + \begin{actions} + \item{iproute2} + \item{nftables} + \item{tcpdump} + \end{actions} + } + \entry {Virtualization} - {} - {KVM for Virtual Machines\\ - LXC \& nspawn for containers} + { + \begin{actions} + \item{KVM for Virtual Machines} + \item{LXC \& nspawn for containers} + \end{actions} + } \entry - {} {Init System} - {} - {Systemd} -\end{entrylist} + { + \begin{actions} + \item{Systemd} + \end{actions} + } +\end{software} \end{document} -- cgit v1.2.3