Skip to content

Instantly share code, notes, and snippets.

@notquitehere
Last active January 18, 2024 11:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notquitehere/8bc59793f3dc973d7a46d78cf4e57d73 to your computer and use it in GitHub Desktop.
Save notquitehere/8bc59793f3dc973d7a46d78cf4e57d73 to your computer and use it in GitHub Desktop.
latex-cv
fontfamily geometry urlcolor name email phone numbersections
raleway
a4paper
right=12.7mm
bottom=12.7mm
left=12.7mm
774DA8
Tamarisk
<site@tamarisk.it>
[00000 000 000](tel:00000000000)
false

Technical skills

\skill{Proficient in}{Python, C++, HTML, SQL}

\skill{Good understanding of}{Qt, Machine Learning, CAN-Bus}

\skill{Experience of}{Writing CLIs, LaTeX}

Education

\education{MSc in Computer Science}{YYYY}{A University}{ Some information about what was studied. }

\education{BSc in Mathematics}{YYYY}{A University}{ Some information about what was studied. }

Work history

\work{Job Title}{Month YYYY - current}{Company}{ A bit about the job roll. }

\work{Job Title}{Month YYYY - Month YYYY}{Company}{ A bit about the job roll. }

\work{Job Title}{Month YYYY - Month YYYY}{Company}{ A bit about the job roll. }

\newpage

Volunatry work

\work{Roll}{Month YYYY - current}{Organisation}{ A bit about the roll. }

\work{Roll}{Month YYYY - Month YYYY}{Organisation}{ A bit about the roll. }

\documentclass{article}
% PACKAGES
\usepackage{hyperref}
\usepackage{fancyhdr}
\usepackage{array}
% LAYOUT
\usepackage{geometry}
\geometry{
a4paper,
left=12.7mm,
right=12.7mm,
bottom=12.7mm
}
% redefine headheight to allow for the double line header
\setlength{\headheight}{25pt}
\addtolength{\topmargin}{-13pt}
\pagestyle{fancy}
\fancyhead{} % clear header fields
\fancyhead[C]{
\textbf{\large{Tamarisk}} \\
\href{mailto:site@tamarisk.it}{site@tamarisk.it} • \href{tel:00000000000}{00000 000 000}
}
\fancypagestyle{plain}{
% set headheight on plain to allow for the extra height in this setup
\setlength{\headheight}{46pt}
\addtolength{\topmargin}{-12pt}
\fancyhf{} % clear header and footer
\fancyhead[C] {
\textbf{\Huge{Tamarisk}} \\
\href{mailto:site@tamarisk.it}{site@tamarisk.it} • \href{tel:00000000000}{00000 000 000}
}
}
\renewcommand{\headrule}{} % remove rule
\fancyfoot{} % clear footer fields
% STYLE
\usepackage{xcolor}
\definecolor{default-urlcolor}{HTML}{774DA8}
\hypersetup{
colorlinks=True,
urlcolor=default-urlcolor,
}
\usepackage[default]{raleway}
\setlength{\parindent}{0pt}
\usepackage{titlesec}
\titleformat
{\section} % command
[display] % shape
{\LARGE} % format
{} % label
{0.5ex} % sep
{} % before-code
[ \vspace{-0.9ex} ] % after-code
% MACROS
\newcommand{\skill}[2] {
\setlength{\tabcolsep}{0em}
\begin{tabular}{ p{0.3\textwidth} >{\raggedright\arraybackslash}p{0.69\textwidth} }
#1 & #2
\end{tabular}
\vspace{1em}
}
\newcommand{\education}[4] {
\textbf{#1\hfill#2}
#3\vspace{0.5em}
\textsl{#4}\vspace{1em}
}
\newcommand{\work}[4]{
\textbf{#1\hfill#2}
#3\vspace{0.5em}
#4\vspace{1em}
}
\begin{document}
\thispagestyle{plain}
\section*{Technical skills}
\skill{Proficient in}{Python, C++, HTML, SQL}
\skill{Good understanding of}{Qt, Machine Learning, CAN-Bus}
\skill{Experience of}{Writing CLIs, LaTeX}
\section*{Eduction}
\education{MSc in Computer Science}{YYYY}{A University}{
Some information about what was studied.
}
\education{BSc in Mathematics}{YYYY}{A University}{
Some information about what was studied.
}
\section*{Work history}
\work{Job Title}{Month YYYY - current}{Company}{
A bit about the job roll.
}
\work{Job Title}{Month YYYY - Month YYYY}{Company}{
A bit about the job roll.
}
\work{Job Title}{Month YYYY - Month YYYY}{Company}{
A bit about the job roll.
}
\section*{Voluntary work}
\work{Roll}{Month YYYY - current}{Organisation}{
A bit about the roll.
}
\work{Roll}{Month YYYY - Month YYYY}{Organisation}{
A bit about the roll.
}
\end{document}
\documentclass{article}
% PACKAGES
\usepackage{hyperref}
\usepackage{fancyhdr}
\usepackage{array}
% LAYOUT
$if(geometry)$
\usepackage[$for(geometry)$$geometry$$sep$,$endfor$]{geometry}
$endif$
% redefine headheight to allow for the double line header
\setlength{\headheight}{25pt}
\addtolength{\topmargin}{-13pt}
\pagestyle{fancy}
\fancyhead{} % clear header fields
\fancyhead[C]{
\textbf{\large{$name$}} \\
$email$ • $phone$
}
\fancypagestyle{plain}{
% set headheight on plain to allow for the extra height in this setup
\setlength{\headheight}{46pt}
\addtolength{\topmargin}{-12pt}
\fancyhf{} % clear header and footer
\fancyhead[C] {
\textbf{\Huge{$name$}} \\
$email$ • $phone$
}
}
\renewcommand{\headrule}{} % remove rule
\fancyfoot{} % clear footer fields
$if(fontfamily)$
\usepackage[default]{$fontfamily$}
$endif$
\setlength{\parindent}{0pt}
% STYLE
$if(urlcolor)$
\usepackage{xcolor}
\definecolor{default-urlcolor}{HTML}{$urlcolor$}
\hypersetup{
colorlinks=True,
urlcolor=default-urlcolor,
}
$endif$
\usepackage{titlesec}
\titleformat
{\section} % command
[display] % shape
{\LARGE} % format
{} % label
{0.5ex} % sep
{ \vspace{-4ex} } % before-code
[ \vspace{-0.9ex} ] % after-code
% MACROS
\newcommand{\skill}[2] {
\setlength{\tabcolsep}{0em}
\begin{tabular}{ p{0.3\textwidth} >{\raggedright\arraybackslash}p{0.69\textwidth} }
#1 & #2
\end{tabular}
\vspace{1em}
}
\newcommand{\education}[4] {
\textbf{#1\hfill#2}
#3\vspace{0.5em}
\textsl{#4}\vspace{1em}
}
\newcommand{\work}[4]{
\textbf{#1\hfill#2}
#3\vspace{0.5em}
#4\vspace{1em}
}
\begin{document}
\thispagestyle{plain}
$body$
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment