TemplateCV
Autor:
Cies Breijs
Last Updated:
hace 10 meses
License:
Creative Commons CC BY 4.0
Resumen:
This version is derived from the CV of CB.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
%
% LaTeX source of my resume
% =========================
%
% Heavily commented to to fit even LaTeX beginners (hopefully).
%
% See the `README.md` file for more info.
%
% This file is licensed under the CC-NC-ND Creative Commons license.
%
% Start a document with the here given default font size and paper size.
\documentclass[10pt,a4paper]{article}
% Set the page margins.
\usepackage[a4paper,margin=0.75in]{geometry}
% Setup the language.
\usepackage[english]{babel}
\hyphenation{Some-long-word}
\usepackage{lipsum}
% Makes resume-specific commands available.
\usepackage{resume}
\usepackage[utf8]{inputenc}
\begin{document} % begin the content of the document
\sloppy % this to relax whitespacing in favour of straight margins
% title on top of the document
\maintitle{NNAME SSURNAME}{}{Last update on \today} % REPLACE
\nobreakvspace{0.3em} % add some page break averse vertical spacing
% \noindent prevents paragraph's first lines from indenting
% \mbox is used to obfuscate the email address
% \sbull is a spaced bullet
% \href well..
% \\ breaks the line into a new paragraph
\noindent\href{mailto:MAIL@gmail.com}{MAIL\mbox{}@\mbox{}gmail.com}\sbull
\textsmaller{+}NN.NNNNNNNN\sbull \href{https://orcid.org/0000-0001-NNNN-NNNN}{ORCID: 0000-0001-NNNN-NNNN}\sbull \href{https://scholar.google.com/citations?user=NNNNNNNN=en}{GScholar}
\noindent{\textbf{TAGS:}}\sbull ONE \sbull TWO \sbull NMR \sbull THREE
\spacedhrule{0.9em}{-0.4em} % a horizontal line with some vertical spacing before and after
\roottitle{Summary} % a root section title
\vspace{-1.3em} % some vertical spacing
\begin{multicols}{2} % open a multicolumn environment
\noindent \lipsum[2-4]
\end{multicols}
\spacedhrule{0em}{-0.4em}
\roottitle{Titles}
\headedsection % sets the header for the section and includes any subsections
{$\bullet$ \underline{POSITION X1}
{\textsc{CITY,STATE}} {%
\headedsubsection
{DEETS one}
{Month Year start -- Month Year end}
{\bodytext{
\begin{itemize}
\item[$\circ$] I DID THIS
\end{itemize}
}}
}}
\headedsection % sets the header for the section and includes any subsections
{$\bullet$ \underline{POSITION X2}
{\textsc{CITY,STATE}} {%
\headedsubsection
{DEETS one}
{Month Year start -- Month Year end}
{\bodytext{
\begin{itemize}
\item[$\circ$] I DID THIS TOOO
\end{itemize}
}
}} % DOUBLE CHECK THE PARENTHESIS NUMB
} %
\spacedhrule{0.2em}{-0.4em}
\roottitle{Award and noticeable achievements}
\begin{itemize}
\item[•] GOLD MEDAL
\item[•] WOODEN MEDAL
\end{itemize}
\spacedhrule{0em}{-0.4em}
\roottitle{Skills}
\begin{multicols}{2}
\begin{itemize}
\item POWER OF THE SUN
\item MOON POWER
\item POKEBALL USE
\end{itemize}
\end{multicols}
\spacedhrule{0.5em}{-0.4em}
\roottitle{Experience}
\begin{itemize}
\item[•] EVENT1
\item[•] \textbf{EVENT2} but now it is bold
\item[•] Some MATH $\sum_a \int x \partial x $
\end{itemize}
A partial list of the most significant ones:
\begin{itemize}
\item[•] I SPOKE HERE
\item[•] I HAD A POSTER HERE
\end{itemize}
\spacedhrule{1.6em}{-0.4em}
\end{document}