LaTeX – Customising the Overleaf / Scismic CV

I made some modification to the Scismic CV template to make it suitable for my needs, however some of these modifications may be useful to others.

Firstly the sectioning on this is excellent, especially if combined with lists

\section{Education: The Open University}
\begin{itemize}
\item Certificate in Contemporary Science, Open University, 2012 
\end{itemize}

What is also useful is being able to comment out individual entries. This is good if a specific course is not applicable to the post you are applying for. To do this just place a % at the start of the line.

%\item Planets: an introduction, (S196),                                2006

This is fine, but what about whole sections such as a specific job or volunteer entry?

Firstly add this to your preamble

\usepackage{comment} % allow comments

Then add this before and after the section you want to remove

\begin{comment}
\end{comment} 

The nice thing about this, is that by commenting these out

%\begin{comment}
%\end{comment} 

The entry is restored.

While not strictly needed you can add clickable urls in to your CV

\usepackage{hyperref} % allow urls in document
\hypersetup{
	colorlinks,
	citecolor=black,
	filecolor=black,
	linkcolor=black,
	urlcolor=black
} % set up hyperref

Goes in your preamble, while using the following makes a line of text a url which people can click, use sparingly though.

\url{http://your-url.co.uk/}

I have also added page numbers, which can be useful.

\usepackage{fancyhdr}
\usepackage{datetime}

\fancyhf{}
\fancyfoot[R]{}
\fancyfoot[L]{\thepage}
\pagestyle{fancy}

This is not perfect, but does work.

Hopefully these tips are helpful to people. This template is really flexible and overleaf have quite a few very professional looking templates. [6] along with cover letter templates [7].

I have added a section on jobs and employment to my forum [8].

Links

1 LaTeX Project 2 Learn LaTeX 3 Scismic 4 Overleaf 5 Scismic's Recommended CV Template for Biotech and Pharma Jobs 6 Overleaf CV Templates 7 Overleaf cover letter templates 8 Tuxiversity Forum

TAGS

#LaTeX,#CV,#Overleaf,#Scismic,#Customisation

Donate using Liberapay

Creative Commons Licence
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License


MastodonPeertubeQoto sign up

Donate using Liberapay