├── CV ├── Photo.pdf ├── Simple-CV.pdf ├── MySetup.tex └── Simple-CV.tex ├── Timeline ├── Timeline.pdf └── Timeline.tex ├── Tikzposter posters ├── Simple poster │ ├── BibPoster.bib │ ├── Figures │ │ ├── Image1.pdf │ │ └── Logo_GitHub.pdf │ ├── simple-poster.pdf │ ├── simple-poster.tex │ └── aligncolsatbottom.sty └── Simple poster - Landscape │ ├── BibPoster.bib │ ├── Figures │ ├── Image1.pdf │ └── Logo_GitHub.pdf │ ├── simple-poster-landscape.pdf │ └── simple-poster-landscape.tex ├── Beamer presentations ├── beamerthemequito-dark │ ├── Example-quito-dark.pdf │ ├── Biblio.bib │ ├── beamercolorthemequito-dark.sty │ ├── beamerthemequito-dark.sty │ ├── beamerouterthemequito-dark.sty │ ├── Example-quito-dark.tex │ └── beamerinnerthemequito-dark.sty └── beamerthemequito-light │ ├── Example-quito-light.pdf │ ├── Biblio.bib │ ├── beamercolorthemequito-light.sty │ ├── beamerthemequito-light.sty │ ├── beamerouterthemequito-light.sty │ ├── Example-quito-light.tex │ └── beamerinnerthemequito-light.sty ├── README.md └── .gitignore /CV/Photo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjijon/TeX-templates/HEAD/CV/Photo.pdf -------------------------------------------------------------------------------- /CV/Simple-CV.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjijon/TeX-templates/HEAD/CV/Simple-CV.pdf -------------------------------------------------------------------------------- /Timeline/Timeline.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjijon/TeX-templates/HEAD/Timeline/Timeline.pdf -------------------------------------------------------------------------------- /Tikzposter posters/Simple poster/BibPoster.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjijon/TeX-templates/HEAD/Tikzposter posters/Simple poster/BibPoster.bib -------------------------------------------------------------------------------- /Tikzposter posters/Simple poster/Figures/Image1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjijon/TeX-templates/HEAD/Tikzposter posters/Simple poster/Figures/Image1.pdf -------------------------------------------------------------------------------- /Tikzposter posters/Simple poster/simple-poster.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjijon/TeX-templates/HEAD/Tikzposter posters/Simple poster/simple-poster.pdf -------------------------------------------------------------------------------- /Tikzposter posters/Simple poster/simple-poster.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjijon/TeX-templates/HEAD/Tikzposter posters/Simple poster/simple-poster.tex -------------------------------------------------------------------------------- /Tikzposter posters/Simple poster/Figures/Logo_GitHub.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjijon/TeX-templates/HEAD/Tikzposter posters/Simple poster/Figures/Logo_GitHub.pdf -------------------------------------------------------------------------------- /Tikzposter posters/Simple poster - Landscape/BibPoster.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjijon/TeX-templates/HEAD/Tikzposter posters/Simple poster - Landscape/BibPoster.bib -------------------------------------------------------------------------------- /Tikzposter posters/Simple poster - Landscape/Figures/Image1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjijon/TeX-templates/HEAD/Tikzposter posters/Simple poster - Landscape/Figures/Image1.pdf -------------------------------------------------------------------------------- /Beamer presentations/beamerthemequito-dark/Example-quito-dark.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjijon/TeX-templates/HEAD/Beamer presentations/beamerthemequito-dark/Example-quito-dark.pdf -------------------------------------------------------------------------------- /Beamer presentations/beamerthemequito-light/Example-quito-light.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjijon/TeX-templates/HEAD/Beamer presentations/beamerthemequito-light/Example-quito-light.pdf -------------------------------------------------------------------------------- /Tikzposter posters/Simple poster - Landscape/Figures/Logo_GitHub.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjijon/TeX-templates/HEAD/Tikzposter posters/Simple poster - Landscape/Figures/Logo_GitHub.pdf -------------------------------------------------------------------------------- /Tikzposter posters/Simple poster - Landscape/simple-poster-landscape.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjijon/TeX-templates/HEAD/Tikzposter posters/Simple poster - Landscape/simple-poster-landscape.pdf -------------------------------------------------------------------------------- /Tikzposter posters/Simple poster - Landscape/simple-poster-landscape.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sjijon/TeX-templates/HEAD/Tikzposter posters/Simple poster - Landscape/simple-poster-landscape.tex -------------------------------------------------------------------------------- /Beamer presentations/beamerthemequito-dark/Biblio.bib: -------------------------------------------------------------------------------- 1 | %__________________________________________________________________________________________________________ 2 | % 3 | % BIB 4 | %__________________________________________________________________________________________________________ 5 | @article{NameYear, 6 | author = {Last Name, Name}, 7 | journal = {A Journal}, 8 | number = {5}, 9 | pages = {1--100}, 10 | title = {{The title}}, 11 | url = {http://www.web.site}, 12 | volume = {2}, 13 | year = {2015} 14 | } 15 | -------------------------------------------------------------------------------- /Beamer presentations/beamerthemequito-light/Biblio.bib: -------------------------------------------------------------------------------- 1 | %__________________________________________________________________________________________________________ 2 | % 3 | % BIB 4 | %__________________________________________________________________________________________________________ 5 | @article{NameYear, 6 | author = {Last Name, Name}, 7 | journal = {A Journal}, 8 | number = {5}, 9 | pages = {1--100}, 10 | title = {{The title}}, 11 | url = {http://www.web.site}, 12 | volume = {2}, 13 | year = {2015} 14 | } 15 | -------------------------------------------------------------------------------- /Beamer presentations/beamerthemequito-light/beamercolorthemequito-light.sty: -------------------------------------------------------------------------------- 1 | \mode 2 | 3 | % Set theme colors 4 | \setbeamercolor*{structure}{bg=ColorOne!20,fg=ColorOne} 5 | 6 | \setbeamercolor{title page header}{fg=ColorOne} 7 | \setbeamercolor*{author}{fg=ColorOne} 8 | \setbeamercolor*{date}{fg=black} 9 | 10 | \setbeamercolor*{item}{fg=ColorOne} 11 | \setbeamercolor*{alerted text}{fg=ColorTwo} 12 | 13 | \setbeamercolor*{title in head/foot}{fg=ColorOne, bg=ColorOne!85!black!15} 14 | \setbeamercolor*{frame title}{fg=ColorOne} 15 | 16 | % Items 17 | \setbeamertemplate{itemize item}{$\bullet$} 18 | 19 | % Sections inToC 20 | \setbeamertemplate{section in toc}{\leavevmode\inserttocsection\par} 21 | \setbeamertemplate{subsection in toc}{\leavevmode\leftskip=0em$\bullet$\hskip1em\inserttocsubsection\par} 22 | 23 | \mode 24 | -------------------------------------------------------------------------------- /Beamer presentations/beamerthemequito-dark/beamercolorthemequito-dark.sty: -------------------------------------------------------------------------------- 1 | \mode 2 | 3 | % Set theme colors 4 | \setbeamercolor*{normal text}{fg=white} 5 | \setbeamercolor*{structure}{fg=white} 6 | 7 | \setbeamercolor{title page header}{fg=ColorOne!65!black} 8 | \setbeamercolor*{author}{fg=white} 9 | \setbeamercolor*{institute}{fg=white} 10 | \setbeamercolor*{date}{fg=white} 11 | 12 | \setbeamercolor*{item}{fg=ColorTwo} 13 | \setbeamercolor*{alerted text}{fg=ColorTwo} 14 | 15 | \setbeamercolor*{title in head/foot}{fg=ColorOne!45!black, bg=ColorOne!25!black!25} 16 | \setbeamercolor*{frame title}{fg=ColorOne} 17 | 18 | % Items 19 | \setbeamertemplate{itemize item}{$\bullet$} 20 | 21 | % Sections inToC 22 | \setbeamertemplate{section in toc}{\leavevmode \bf \inserttocsection\par} 23 | \setbeamertemplate{subsection in toc}{\leavevmode\leftskip=0em$\bullet$\hskip1em\inserttocsubsection\par} 24 | 25 | \mode 26 | -------------------------------------------------------------------------------- /Beamer presentations/beamerthemequito-dark/beamerthemequito-dark.sty: -------------------------------------------------------------------------------- 1 | \mode 2 | 3 | % 4 | % USE THEME FILES 5 | % 6 | \useinnertheme{quito-dark} 7 | \useoutertheme{quito-dark} 8 | \usecolortheme{quito-dark} 9 | 10 | % 11 | % REQUIRED PACKAGES 12 | % 13 | \RequirePackage{tikz} 14 | \RequirePackage{xcolor} 15 | 16 | % 17 | % COLORS 18 | % 19 | % Custom color definitions 20 | \definecolor{MyBlue}{RGB}{0,97,165} 21 | \definecolor{MyGray}{RGB}{120,120,120} 22 | \definecolor{MyOrange}{RGB}{255,80,30} 23 | \definecolor{MyRed}{RGB}{200,0,0} 24 | % This is a four-color theme 25 | \definecolor{ColorOne}{named}{MyBlue} % Titles, highligths, 26 | \definecolor{ColorTwo}{named}{MyOrange} % Alerts 27 | \definecolor{ColorThree}{named}{MyGray} % Equations, definitions, higlights 28 | \definecolor{ColorFour}{named}{yellow} % Bibliography 29 | 30 | % 31 | % OTHER 32 | % 33 | \setbeamertemplate{navigation symbols}{} 34 | \setbeamercovered{transparent} 35 | \addtobeamertemplate{headline}{}{\vskip 6pt} 36 | 37 | \mode -------------------------------------------------------------------------------- /Beamer presentations/beamerthemequito-light/beamerthemequito-light.sty: -------------------------------------------------------------------------------- 1 | \mode 2 | 3 | % 4 | % USE THEME FILES 5 | % 6 | \useinnertheme{quito-light} 7 | \useoutertheme{quito-light} 8 | \usecolortheme{quito-light} 9 | 10 | % 11 | % REQUIRED PACKAGES 12 | % 13 | \RequirePackage{tikz} 14 | \RequirePackage{xcolor} 15 | 16 | % 17 | % COLORS 18 | % 19 | % Custom color definitions 20 | \definecolor{MyBlue}{RGB}{0,97,165} 21 | \definecolor{MyGray}{RGB}{120,120,120} 22 | \definecolor{MyGreen}{rgb}{0.33, 0.5, 0.18} 23 | \definecolor{MyRed}{RGB}{200,0,0} 24 | % This is a four-color theme 25 | \definecolor{ColorOne}{named}{MyBlue} % Titles, highligths, 26 | \definecolor{ColorTwo}{named}{MyRed} % Alerts 27 | \definecolor{ColorThree}{named}{MyGray} % Equations, definitions, higlights 28 | \definecolor{ColorFour}{named}{MyGreen} % Bibliography 29 | 30 | % 31 | % OTHER 32 | % 33 | \setbeamertemplate{navigation symbols}{} 34 | \setbeamercovered{transparent} 35 | \addtobeamertemplate{headline}{}{\vskip 6pt} 36 | 37 | \mode -------------------------------------------------------------------------------- /Beamer presentations/beamerthemequito-light/beamerouterthemequito-light.sty: -------------------------------------------------------------------------------- 1 | \mode 2 | \setbeamertemplate{background}{ 3 | \begin{tikzpicture} 4 | \fill[left color=ColorOne!5, right color = ColorOne] (0,0) rectangle(\the\paperwidth,2em); 5 | %\fill[color=ColorOne] (0,0.75) rectangle (\the\paperwidth, 8); 6 | \ifnum\thepage>1\relax% 7 | \fill[white,opacity=1] (0,0) rectangle(\the\paperwidth,\the\paperheight); 8 | \fi 9 | \end{tikzpicture} 10 | } 11 | 12 | 13 | % 14 | % TITLE PAGE 15 | % 16 | \defbeamertemplate*{title page}{quito-light}[1][] 17 | { 18 | \vfill 19 | \begin{beamercolorbox}[wd=\paperwidth,sep=8pt,#1]{title page header} 20 | \centering 21 | \usebeamerfont{title}\inserttitle\par% 22 | \end{beamercolorbox}% 23 | \vfill% 24 | \begin{beamercolorbox}[wd=\paperwidth,#1]{author} 25 | \centering 26 | \usebeamerfont{author}\insertauthor% 27 | \end{beamercolorbox} 28 | \vfill% 29 | \begin{beamercolorbox}[wd=\paperwidth,#1]{institute} 30 | \centering 31 | \usebeamerfont{date}\insertinstitute% 32 | \end{beamercolorbox} 33 | \vfill% 34 | \begin{beamercolorbox}[wd=\paperwidth,#1]{date} 35 | \centering 36 | \usebeamerfont{date}\insertdate% 37 | \end{beamercolorbox} 38 | \vfill 39 | } 40 | 41 | \mode 42 | -------------------------------------------------------------------------------- /Beamer presentations/beamerthemequito-dark/beamerouterthemequito-dark.sty: -------------------------------------------------------------------------------- 1 | \mode 2 | \setbeamertemplate{background}{ 3 | \begin{tikzpicture} 4 | \fill[top color = white, bottom color=ColorOne!45!black] (0,0) rectangle (\the\paperwidth, 0.72\paperheight); 5 | \fill[color=ColorOne!45!black] (0,-\the\paperheight) rectangle (\paperwidth,0.01); 6 | \ifnum\thepage>1\relax% 7 | \fill[ColorOne!45!black] (0,0) rectangle(\the\paperwidth,\the\paperheight); 8 | \fi 9 | \end{tikzpicture} 10 | } 11 | 12 | 13 | % 14 | % TITLE PAGE 15 | % 16 | 17 | \defbeamertemplate*{title page}{quito-light}[1][] 18 | { 19 | \vfill 20 | \begin{beamercolorbox}[wd=\paperwidth,sep=8pt,#1]{title page header} 21 | \centering 22 | \usebeamerfont{title}\inserttitle\par% 23 | \end{beamercolorbox}% 24 | \vfill% 25 | \begin{beamercolorbox}[wd=\paperwidth,#1]{author} 26 | \centering 27 | \usebeamerfont{author}\insertauthor% 28 | \end{beamercolorbox} 29 | \vfill% 30 | \begin{beamercolorbox}[wd=\paperwidth,#1]{institute} 31 | \centering 32 | \usebeamerfont{institute}\insertinstitute% 33 | \end{beamercolorbox} 34 | \vfill% 35 | \begin{beamercolorbox}[wd=\paperwidth,#1]{date} 36 | \centering 37 | \usebeamerfont{date}\insertdate% 38 | \end{beamercolorbox} 39 | } 40 | 41 | \mode 42 | -------------------------------------------------------------------------------- /Beamer presentations/beamerthemequito-light/Example-quito-light.tex: -------------------------------------------------------------------------------- 1 | \documentclass[serif,10pt, aspectratio=169]{beamer} 2 | \title[Short title]{This is a nice title} 3 | \date[02.02.2020]{February 2, 2020} 4 | \author[A. Name]{Your Name} 5 | \institute{A Great Lab} 6 | 7 | \usepackage{pgfpages} 8 | 9 | \setbeameroption{hide notes} 10 | %\setbeameroption{show notes on second screen=right} 11 | 12 | \usetheme{quito-light} 13 | 14 | \begin{document} 15 | %_____________________________________________________ 16 | % Title page 17 | \frame[plain]{ 18 | \titlepage 19 | } 20 | %_____________________________________________________ 21 | % ToC 22 | \frame{{Table of contents} 23 | \tableofcontents 24 | } 25 | %_____________________________________________________ 26 | % 27 | \section{Section 1} 28 | \subsection{Subsection 1.1} 29 | \frame{{Section title} 30 | {This is the frame title} 31 | 32 | \begin{theorem} 33 | Let $A$ and $\beta$ be two premises. Then, $C$ is a conclusion. 34 | \end{theorem} 35 | } 36 | %_____________________________________________________ 37 | % 38 | \section{Section 2} 39 | \subsection{Subsection 2.1} 40 | \frame{{Section title} 41 | {This is the frame title} 42 | 43 | \begin{itemize} 44 | \item<1-> This is the first item of a list 45 | \item<2-> Then, there's a second 46 | \item<3-|alert@3> And a third! 47 | \end{itemize} 48 | } 49 | %_____________________________________________________ 50 | % References 51 | \frame[allowframebreaks,noframenumbering]{{References} 52 | 53 | \nocite{*} 54 | \bibliographystyle{abbrvnat} 55 | \bibliography{Biblio} 56 | } 57 | %_____________________________________________________ 58 | 59 | 60 | \end{document} -------------------------------------------------------------------------------- /Beamer presentations/beamerthemequito-dark/Example-quito-dark.tex: -------------------------------------------------------------------------------- 1 | \documentclass[10pt, aspectratio=169]{beamer} 2 | \title[Short title]{This is a nice title} 3 | \date[02.02.2020]{February 2, 2020} 4 | \author[A. Name]{Your Name} 5 | \institute{A Great Lab} 6 | 7 | \usepackage{pgfpages} 8 | 9 | \setbeameroption{hide notes} 10 | %\setbeameroption{show notes on second screen=right} 11 | 12 | \usetheme{quito-dark} 13 | 14 | \begin{document} 15 | %_____________________________________________________ 16 | % Title page 17 | \frame[plain]{ 18 | \titlepage 19 | } 20 | %_____________________________________________________ 21 | % ToC 22 | \frame{{Table of contents} 23 | \tableofcontents 24 | } 25 | %_____________________________________________________ 26 | % 27 | \section{Section 1} 28 | \subsection{Subsection 1.1} 29 | \frame{{Section title} 30 | {This is the frame title} 31 | 32 | \begin{theorem} 33 | Let $A$ and $\beta$ be two premises. Then, $C$ is a conclusion. 34 | \end{theorem} 35 | } 36 | %_____________________________________________________ 37 | % 38 | \section{Section 2} 39 | \subsection{Subsection 2.1} 40 | \frame{{Section title} 41 | {This is the frame title} 42 | 43 | 44 | Here is a list of items: 45 | \begin{itemize} 46 | \item<1-> This is the first item of a list 47 | \item<2-> Then, there's a second 48 | \item<3-|alert@3> And a third! 49 | \end{itemize} 50 | } 51 | %_____________________________________________________ 52 | % References 53 | \frame[allowframebreaks,noframenumbering]{{References} 54 | 55 | \nocite{*} 56 | \bibliographystyle{abbrvnat} 57 | \bibliography{Biblio} 58 | } 59 | %_____________________________________________________ 60 | 61 | 62 | \end{document} -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # TeX-templates 2 | Various TeX templates, including slides and posters. 3 | 4 | ## Beamer presentations 5 | #### 1. Quito light 6 | 7 | Simple light beamer template 8 | Aspect ratio 16:9 9 | 10 | Also available in the Overleaf gallery: https://www.overleaf.com/latex/templates/beamer-theme-template-quito-light/pyqxchbsknvr 11 | 12 | #### 2. Quito dark 13 | 14 | Simple dark beamer template 15 | Aspect ratio 16:9 16 | 17 | Also available in the Overleaf gallery: https://www.overleaf.com/latex/templates/beamer-theme-template-quito-dark/gvyttycbmxrr 18 | 19 | ## Poster templates (using tikzposter) 20 | 21 | #### 1. Simple portrait poster template 22 | 23 | Simple poster, size A0. 24 | 25 | Also available in the Overleaf gallery: https://www.overleaf.com/latex/templates/a-very-simple-poster/xxqddqddwmfx 26 | 27 | 28 | #### 2. Simple landscape poster template 29 | 30 | Simple poster, size A0 31 | 32 | ## CV 33 | 34 | #### 1. Simple CV 35 | A simple, assymetric, two-column CV. You can change the theme colors in theme 36 | setup.tex file 37 | 38 | Also available in the Overleaf gallery: https://www.overleaf.com/latex/templates/simple-cv/dwhjbyjdkcch 39 | 40 | 41 | ## TikZ figures 42 | 43 | #### 1. Timeline 44 | A simple, colorful timeline. 45 | 46 | Also available in the Overleaf gallery: https://www.overleaf.com/latex/templates/timeline/fswhyzqjhhbc 47 | -------------------------------------------------------------------------------- /CV/MySetup.tex: -------------------------------------------------------------------------------- 1 | % !TEX root = Simple-CV.tex 2 | %------------------------------------------------------------------------------------------------------- 3 | % Packages 4 | %------------------------------------------------------------------------------------------------------- 5 | \usepackage[latin1]{inputenc} 6 | \usepackage[T1]{fontenc} 7 | \usepackage[english]{babel} 8 | \usepackage{fontawesome} 9 | \usepackage{datetime} 10 | \usepackage[usenames,dvipsnames]{xcolor} 11 | \usepackage[colorlinks=true, urlcolor=ColorTwo]{hyperref} 12 | \usepackage{tikz} 13 | \usepackage{hyperref} 14 | \usepackage{setspace} 15 | \usepackage{graphicx} 16 | \usepackage{enumitem} 17 | \usepackage{sectsty} 18 | \usepackage{multicol} 19 | \usepackage{adjustbox} 20 | %------------------------------------------------------------------------------------------------------- 21 | % Layout 22 | %------------------------------------------------------------------------------------------------------- 23 | \pagenumbering{gobble} 24 | \renewcommand{\baselinestretch}{1.5} 25 | \setlength{\parindent}{0pt} 26 | 27 | % 28 | % Color theme 29 | % 30 | \definecolor{ColorOne}{RGB}{0,110,140} % Blue 31 | \definecolor{ColorTwo}{RGB}{120,0,120} % Mauve 32 | %\definecolor{ColorTwo}{RGB}{140,100,0} % Gold 33 | 34 | \sectionfont{\color{ColorOne}} 35 | \subsectionfont{\color{ColorOne}} 36 | 37 | % 38 | % Vertical line 39 | % 40 | \newcommand{\MyVerticalRule}{% 41 | \textcolor{ColorOne}{\rule{1pt}{\textheight}} 42 | } 43 | 44 | % 45 | % Update 46 | % 47 | \newcommand{\LastUpdate}{% 48 | \vfill 49 | \centering \small 50 | \textcolor{ColorOne}{Last updated: \monthname,~\the\year.} 51 | } 52 | 53 | % 54 | % Skip 55 | % 56 | \newcommand{\MySkip}{ 57 | \vskip12pt 58 | } 59 | 60 | % 61 | % Format hyperrefs 62 | % 63 | \newcommand{\myhref}[2]{% 64 | \href{#1}{\textcolor{ColorTwo}{#2}} 65 | } 66 | % 67 | % Format skill bullets 68 | % 69 | \newcommand{\SkillBull}[1]{% 70 | \textcolor{ColorTwo}{#1} 71 | } 72 | 73 | -------------------------------------------------------------------------------- /Beamer presentations/beamerthemequito-light/beamerinnerthemequito-light.sty: -------------------------------------------------------------------------------- 1 | \mode 2 | 3 | % 4 | % FONTS 5 | % 6 | % Title page 7 | \setbeamerfont{title}{size=\huge} 8 | \setbeamerfont{author}{size=\large} 9 | \setbeamerfont{date}{size=\normalsize} 10 | % Foot and head 11 | \setbeamerfont{author in head/foot}{size=\small} 12 | \setbeamerfont{title in head/foot}{size=\footnotesize} 13 | \setbeamerfont{date in head/foot}{size=\small} 14 | \setbeamerfont{frametitle}{size=\large, series= \normalsize} 15 | \setbeamerfont{framesubtitle}{size=\Large, series= \bf} 16 | 17 | % 18 | % TITLES 19 | % 20 | \setbeamertemplate{frametitle}{% 21 | \raggedleft \usebeamerfont{frametitle} \insertframetitle\\ 22 | \vskip-6pt 23 | \raggedleft \textcolor{ColorOne}{\rule{0.33\paperwidth}{0.5pt}} \\ \medskip 24 | \usebeamerfont{framesubtitle} \insertframesubtitle} 25 | 26 | % 27 | % FOOT BAR 28 | % 29 | \makeatletter 30 | \defbeamertemplate*{footline}{SJ theme} 31 | {\leavevmode% 32 | \hbox{% 33 | \begin{beamercolorbox}[wd=\paperwidth,ht=1.4em,dp=4pt,center]{% 34 | title in head/foot}% 35 | % 36 | \hfill 37 | \usebeamerfont{author in head/foot}\insertshortauthor\expandafter\beamer@ifempty\expandafter{\beamer@shortinstitute}{}{~~(\insertshortinstitute)} 38 | % 39 | \hfill 40 | $\bullet$ 41 | \hfill 42 | % 43 | {\bfseries \usebeamerfont{title in head/foot} \insertshorttitle} 44 | % 45 | \hfill 46 | $\bullet$ 47 | \hfill 48 | % 49 | \usebeamerfont{date in head/foot} \insertshortdate{} 50 | % 51 | \hfill 52 | $\bullet$ 53 | \hfill 54 | % 55 | (\insertframenumber{}/\inserttotalframenumber) 56 | \hfill 57 | \end{beamercolorbox}}% 58 | \vskip0pt% 59 | } 60 | \makeatother 61 | 62 | 63 | % 64 | % BLOCKS 65 | % 66 | \setbeamertemplate{blocks}[rounded,shadow=false] 67 | % Basic highlight block 68 | \setbeamercolor{block title}{fg=black,bg= ColorThree!15} 69 | \setbeamerfont{block title}{size=\normalsize,series=\bf} 70 | \setbeamercolor{block body}{bg=ColorThree!7} 71 | 72 | % 73 | % NOTES 74 | % 75 | \setbeamercolor{note title}{bg=black!5!, fg=black} 76 | \setbeamercolor{note page}{bg=white, fg=black} 77 | 78 | % 79 | % BIBLIOGRAPHY SETTINGS 80 | % 81 | \setbeamertemplate{bibliography entry title}{} 82 | \setbeamertemplate{bibliography entry location}{} 83 | \setbeamertemplate{bibliography entry note}{} 84 | 85 | \mode -------------------------------------------------------------------------------- /Beamer presentations/beamerthemequito-dark/beamerinnerthemequito-dark.sty: -------------------------------------------------------------------------------- 1 | \mode 2 | 3 | % 4 | % FONTS 5 | % 6 | % Title page 7 | \setbeamerfont{title}{size=\huge, series=\bf} 8 | \setbeamerfont{author}{size=\large, series=\bf} 9 | \setbeamerfont{institute}{size=\large} 10 | \setbeamerfont{date}{size=\normalsize} 11 | % Foot and head 12 | \setbeamerfont{author in head/foot}{size=\small} 13 | \setbeamerfont{title in head/foot}{size=\footnotesize} 14 | \setbeamerfont{date in head/foot}{size=\small} 15 | \setbeamerfont{frametitle}{size=\large, series= \normalsize} 16 | \setbeamerfont{framesubtitle}{size=\Large, series= \bf} 17 | 18 | % 19 | % TITLES 20 | % 21 | \setbeamertemplate{frametitle}{% 22 | \raggedleft \usebeamerfont{frametitle} \insertframetitle\\ 23 | \vskip-6pt 24 | \raggedleft \rule{0.33\paperwidth}{0.5pt} \\ \medskip 25 | \usebeamerfont{framesubtitle} \insertframesubtitle} 26 | 27 | % 28 | % HEAD 29 | % 30 | \setbeamertemplate{headline}{ 31 | } 32 | 33 | % 34 | % FOOT 35 | % 36 | \makeatletter 37 | \defbeamertemplate*{footline}{SJ theme} 38 | {\leavevmode% 39 | \hbox{% 40 | \begin{beamercolorbox}[wd=\paperwidth,ht=1.4em,dp=4pt,center]{% 41 | title in head/foot}% 42 | % 43 | \hfill 44 | \usebeamerfont{author in head/foot}\insertshortauthor\expandafter\beamer@ifempty\expandafter{\beamer@shortinstitute}{}{~~(\insertshortinstitute)} 45 | % 46 | \hfill 47 | $\bullet$ 48 | \hfill 49 | % 50 | {\bfseries \usebeamerfont{title in head/foot} \insertshorttitle} 51 | % 52 | \hfill 53 | $\bullet$ 54 | \hfill 55 | % 56 | \usebeamerfont{date in head/foot} \insertshortdate{} 57 | % 58 | \hfill 59 | $\bullet$ 60 | \hfill 61 | % 62 | (\insertframenumber{}/\inserttotalframenumber) 63 | \hfill 64 | \end{beamercolorbox}}% 65 | \vskip0pt% 66 | } 67 | \makeatother 68 | 69 | 70 | % 71 | % BLOCKS 72 | % 73 | \setbeamertemplate{blocks}[rounded,shadow=false] 74 | % Basic highlight block 75 | \setbeamerfont{block title}{size=\normalsize,series=\bf} 76 | \setbeamercolor{block title}{fg=ColorOne!45!black,bg= ColorOne!25!black!25} 77 | \setbeamercolor{block body}{fg=black,bg=ColorThree!15} 78 | 79 | 80 | % 81 | % NOTES 82 | % 83 | \setbeamercolor{note title}{bg=black!5!, fg=black} 84 | \setbeamercolor{note page}{bg=white, fg=black} 85 | 86 | % 87 | % BIBLIOGRAPHY SETTINGS 88 | % 89 | \setbeamertemplate{bibliography entry title}{} 90 | \setbeamertemplate{bibliography entry location}{} 91 | \setbeamertemplate{bibliography entry note}{} 92 | 93 | \mode -------------------------------------------------------------------------------- /Timeline/Timeline.tex: -------------------------------------------------------------------------------- 1 | \documentclass{standalone} 2 | 3 | \usepackage[usenames,dvipsnames]{xcolor} 4 | \usepackage{tikz} \usetikzlibrary{calc, arrows.meta, intersections, patterns, positioning, shapes.misc, fadings, through,decorations.pathreplacing} 5 | 6 | \definecolor{ColorOne}{named}{MidnightBlue} 7 | \definecolor{ColorTwo}{named}{Dandelion} 8 | \definecolor{ColorThree}{named}{Plum} 9 | 10 | \begin{document} 11 | 12 | \tikzstyle{descript} = [text = black,align=center, minimum height=1.8cm, align=center, outer sep=0pt,font = \footnotesize] 13 | \tikzstyle{activity} =[align=center,outer sep=1pt] 14 | 15 | \begin{tikzpicture}[very thick, black] 16 | \small 17 | 18 | %% Coordinates 19 | \coordinate (O) at (-1,0); % Origin 20 | \coordinate (P1) at (4,0); 21 | \coordinate (P2) at (8,0); 22 | \coordinate (P3) at (12,0); 23 | \coordinate (F) at (13,0); %End 24 | \coordinate (E1) at (5,0); %Event 25 | \coordinate (E2) at (0.5,0); %Event 26 | 27 | %% Filled regions 28 | \fill[color=ColorOne!20] rectangle (O) -- (P1) -- ($(P1)+(0,1)$) -- ($(O)+(0,1)$); % Studies 29 | \path [pattern color=ColorOne, pattern=north east lines, line width = 1pt, very thick] rectangle ($(O)+(0.5,0)$) -- ($(O)+(2,0)$) -- ($(O)+(2,1)$) -- ($(O)+(0.5,1)$); % Something else 30 | \fill[color=ColorTwo!20] rectangle (P1) -- (P2) -- ($(P2)+(0,1)$) -- ($(P1)+(0,1)$); % Work 31 | \shade[left color=ColorThree, right color=white] rectangle (P2) -- (P3) -- ($(P3)+(0,1)$) -- ($(P2)+(0,1)$); % Current work 32 | 33 | %% Text inside filled regions 34 | \draw ($(P1)+(-2.5,0.5)$) node[activity,ColorOne] {Studies}; 35 | \draw ($(P2)+(-2,0.5)$) node[activity,ColorTwo] {Work}; 36 | \draw ($(P3)+(-2,0.5)$) node[activity, ColorThree] {Current activity}; 37 | 38 | %% Description 39 | \node[descript,fill=ColorTwo!15,text=ColorTwo](D2) at ($(P2)+(-2,-2.5)$) {% 40 | \textbf{Where}\\ 41 | Project\\ 42 | description}; 43 | 44 | \node[descript,fill=ColorThree!15,text=ColorThree](D3) at ($(P3)+(-2,-2.5)$) {% 45 | \textbf{Where}\\ 46 | Project\\ 47 | description}; 48 | 49 | %% Events 50 | \draw[<-,thick,color=black] ($(E1)+(0,0.1)$) -- ($(E1)+(0,1.5)$) node [above=0pt,align=center,black] {Unexpected\\event}; 51 | \draw [decorate,decoration={brace,amplitude=6pt}]($(E2)+(-1,1.2)$) -- ($(E2)+(0.5,1.2)$) node [black,midway,above=6pt] {Something}; 52 | 53 | %% Arrows 54 | \path[->,color=ColorTwo] ($(P2)+(-1,-0.1)$) edge [out=-90, in=130] ($(D2)+(0,1)$); 55 | \path[->,color=ColorThree]($(P3)+(-1,-0.1)$) edge [out=-70, in=90] ($(D3)+(0,1)$); 56 | 57 | %% Arrow 58 | \draw[->] (O) -- (F); 59 | %% Ticks 60 | \foreach \x in {0,2,...,12} 61 | \draw(\x cm,3pt) -- (\x cm,-3pt); 62 | %% Labels 63 | \foreach \i \j in {0/2013,2/2014,4/2015,6/2016,8/2017,10/2018,12/2019}{ 64 | \draw (\i,0) node[below=3pt] {\j} ; 65 | } 66 | 67 | \end{tikzpicture} 68 | 69 | \end{document} 70 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | ## Ignored files 2 | 3 | 4 | *.zip 5 | 6 | ## System files 7 | *.DS_Store 8 | 9 | ## Core latex/pdflatex auxiliary files: 10 | *.aux 11 | *.lof 12 | *.log 13 | *.lot 14 | *.fls 15 | *.out 16 | *.toc 17 | *.fmt 18 | *.fot 19 | *.cb 20 | *.cb2 21 | .*.lb 22 | 23 | ## Intermediate documents: 24 | *.dvi 25 | *.xdv 26 | *-converted-to.* 27 | # these rules might exclude image files for figures etc. 28 | # *.ps 29 | # *.eps 30 | # *.pdf 31 | 32 | ## Generated if empty string is given at "Please type another file name for output:" 33 | .pdf 34 | 35 | ## Bibliography auxiliary files (bibtex/biblatex/biber): 36 | *.bbl 37 | *.bcf 38 | *.blg 39 | *-blx.aux 40 | *-blx.bib 41 | *.run.xml 42 | 43 | ## Build tool auxiliary files: 44 | *.fdb_latexmk 45 | *.synctex 46 | *.synctex(busy) 47 | *.synctex.gz 48 | *.synctex.gz(busy) 49 | *.pdfsync 50 | 51 | ## Build tool directories for auxiliary files 52 | # latexrun 53 | latex.out/ 54 | 55 | ## Auxiliary and intermediate files from other packages: 56 | # algorithms 57 | *.alg 58 | *.loa 59 | 60 | # achemso 61 | acs-*.bib 62 | 63 | # amsthm 64 | *.thm 65 | 66 | # beamer 67 | *.nav 68 | *.pre 69 | *.snm 70 | *.vrb 71 | 72 | # changes 73 | *.soc 74 | 75 | # comment 76 | *.cut 77 | 78 | # cprotect 79 | *.cpt 80 | 81 | # elsarticle (documentclass of Elsevier journals) 82 | *.spl 83 | 84 | # endnotes 85 | *.ent 86 | 87 | # fixme 88 | *.lox 89 | 90 | # feynmf/feynmp 91 | *.mf 92 | *.mp 93 | *.t[1-9] 94 | *.t[1-9][0-9] 95 | *.tfm 96 | 97 | #(r)(e)ledmac/(r)(e)ledpar 98 | *.end 99 | *.?end 100 | *.[1-9] 101 | *.[1-9][0-9] 102 | *.[1-9][0-9][0-9] 103 | *.[1-9]R 104 | *.[1-9][0-9]R 105 | *.[1-9][0-9][0-9]R 106 | *.eledsec[1-9] 107 | *.eledsec[1-9]R 108 | *.eledsec[1-9][0-9] 109 | *.eledsec[1-9][0-9]R 110 | *.eledsec[1-9][0-9][0-9] 111 | *.eledsec[1-9][0-9][0-9]R 112 | 113 | # glossaries 114 | *.acn 115 | *.acr 116 | *.glg 117 | *.glo 118 | *.gls 119 | *.glsdefs 120 | *.lzo 121 | *.lzs 122 | 123 | # uncomment this for glossaries-extra (will ignore makeindex's style files!) 124 | # *.ist 125 | 126 | # gnuplottex 127 | *-gnuplottex-* 128 | 129 | # gregoriotex 130 | *.gaux 131 | *.gtex 132 | 133 | # htlatex 134 | *.4ct 135 | *.4tc 136 | *.idv 137 | *.lg 138 | *.trc 139 | *.xref 140 | 141 | # hyperref 142 | *.brf 143 | 144 | # knitr 145 | *-concordance.tex 146 | # TODO Comment the next line if you want to keep your tikz graphics files 147 | *.tikz 148 | *-tikzDictionary 149 | 150 | # listings 151 | *.lol 152 | 153 | # luatexja-ruby 154 | *.ltjruby 155 | 156 | # makeidx 157 | *.idx 158 | *.ilg 159 | *.ind 160 | 161 | # minitoc 162 | *.maf 163 | *.mlf 164 | *.mlt 165 | *.mtc[0-9]* 166 | *.slf[0-9]* 167 | *.slt[0-9]* 168 | *.stc[0-9]* 169 | 170 | # minted 171 | _minted* 172 | *.pyg 173 | 174 | # morewrites 175 | *.mw 176 | 177 | # nomencl 178 | *.nlg 179 | *.nlo 180 | *.nls 181 | 182 | # pax 183 | *.pax 184 | 185 | # pdfpcnotes 186 | *.pdfpc 187 | 188 | # sagetex 189 | *.sagetex.sage 190 | *.sagetex.py 191 | *.sagetex.scmd 192 | 193 | # scrwfile 194 | *.wrt 195 | 196 | # sympy 197 | *.sout 198 | *.sympy 199 | sympy-plots-for-*.tex/ 200 | 201 | # pdfcomment 202 | *.upa 203 | *.upb 204 | 205 | # pythontex 206 | *.pytxcode 207 | pythontex-files-*/ 208 | 209 | # tcolorbox 210 | *.listing 211 | 212 | # thmtools 213 | *.loe 214 | 215 | # TikZ & PGF 216 | *.dpth 217 | *.md5 218 | *.auxlock 219 | 220 | # todonotes 221 | *.tdo 222 | 223 | # vhistory 224 | *.hst 225 | *.ver 226 | 227 | # easy-todo 228 | *.lod 229 | 230 | # xcolor 231 | *.xcp 232 | 233 | # xmpincl 234 | *.xmpi 235 | 236 | # xindy 237 | *.xdy 238 | 239 | # xypic precompiled matrices and outlines 240 | *.xyc 241 | *.xyd 242 | 243 | # endfloat 244 | *.ttt 245 | *.fff 246 | 247 | # Latexian 248 | TSWLatexianTemp* 249 | 250 | ## Editors: 251 | # WinEdt 252 | *.bak 253 | *.sav 254 | 255 | # Texpad 256 | .texpadtmp 257 | 258 | # LyX 259 | *.lyx~ 260 | 261 | # Kile 262 | *.backup 263 | 264 | # gummi 265 | .*.swp 266 | 267 | # KBibTeX 268 | *~[0-9]* 269 | 270 | # TeXnicCenter 271 | *.tps 272 | 273 | # auto folder when using emacs and auctex 274 | ./auto/* 275 | *.el 276 | 277 | # expex forward references with \gathertags 278 | *-tags.tex 279 | 280 | # standalone packages 281 | *.sta 282 | 283 | # Makeindex log files 284 | *.lpz 285 | -------------------------------------------------------------------------------- /Tikzposter posters/Simple poster/aligncolsatbottom.sty: -------------------------------------------------------------------------------- 1 | \usepackage{letltxmacro} 2 | \usepackage{ifthen} 3 | 4 | \newif\ifmy@colalign 5 | \my@colalignfalse 6 | 7 | \DeclareOption{colalign}{ 8 | \my@colaligntrue 9 | } 10 | 11 | \ProcessOptions\relax 12 | 13 | \ifmy@colalign 14 | % Align the bottoms of columns 15 | 16 | % Declarations 17 | \newcounter{my@column} 18 | \newcounter{my@column@loop} 19 | \newcounter{my@block} 20 | \newdimen\my@columnextraspace 21 | \newdimen\my@maxcolheight 22 | \newdimen\my@colheight 23 | \newdimen\my@blocktopstart 24 | \newdimen\my@rounded 25 | 26 | % Store the natural height and number of blocks of the current column in the aux file 27 | \gdef\my@storecolheight{ 28 | \ifnum\value{my@column} > 0 % 29 | \expandafter\newdimen\csname my@colheight\alph{my@column}\endcsname 30 | \expandafter\setlength\csname my@colheight\alph{my@column}\endcsname{\my@colheight} 31 | \immediate\write\@auxout{\noexpand\newlabel{my@colheight\alph{my@column}}{{\the\my@colheight}{}}} 32 | \immediate\write\@auxout{\noexpand\newlabel{my@numblocks\alph{my@column}}{{\the\c@my@block}}} 33 | \fi 34 | } 35 | 36 | \LetLtxMacro{\orig@block}{\block} 37 | 38 | % Replace the \block command with a version that pads each block by \my@columnextraspace 39 | \renewcommand{\block}[3][]{% 40 | \ifTP@columnEnvironment 41 | \my@blocktopstart=0pt\relax 42 | \advance\my@blocktopstart-\TP@blocktop 43 | \fi 44 | \orig@block[{#1}]{#2}{\vspace*{-0.5\my@columnextraspace}#3\vspace*{-0.5\my@columnextraspace}} 45 | \ifTP@columnEnvironment 46 | % count number of blocks 47 | \stepcounter{my@block} 48 | % keep track of the height of the current column 49 | \advance\my@blocktopstart\TP@blocktop 50 | \advance\my@colheight\my@blocktopstart 51 | % don't add the padding to the height 52 | \advance\my@colheight-\my@columnextraspace 53 | \fi 54 | } 55 | 56 | % Store the maximum natural height of any column in the aux file 57 | \gdef\my@storemaxcolheight{ 58 | \ifnum\value{my@column} > 0 % 59 | \newdimen\my@maxcolheight 60 | \newdimen\my@colheight@loop 61 | \setcounter{my@column@loop}{0} 62 | \loop\ifnum\value{my@column@loop}<\value{my@column} 63 | \stepcounter{my@column@loop} 64 | \my@colheight@loop\csname my@colheight\alph{my@column@loop}\endcsname 65 | \ifnum\my@colheight@loop<\my@maxcolheight 66 | \my@maxcolheight\my@colheight@loop 67 | \fi 68 | \repeat 69 | \immediate\write\@auxout{\noexpand\newlabel{my@maxcolheight}{{\the\my@maxcolheight}{}}} 70 | \fi 71 | } 72 | 73 | % Read the column height information and calculate how much extra space the current column needs per block 74 | \gdef\my@calcextraspace{ 75 | \@ifundefined{r@my@maxcolheight}{% 76 | \my@columnextraspace=0pt\relax 77 | }{% 78 | \expandafter\my@maxcolheight\ref{my@maxcolheight} 79 | \expandafter\my@colheight\ref{my@colheight\alph{my@column}} 80 | \setcounter{my@block}{\ref{my@numblocks\alph{my@column}}} 81 | \my@columnextraspace\my@maxcolheight 82 | \advance\my@columnextraspace-\my@colheight 83 | \divide\my@columnextraspace by \value{my@block} 84 | } 85 | } 86 | 87 | % Replace \column command by a version which stores the height (of the previous column) and calls \my@calcextraspace 88 | \gdef\column#1{ % #1: relative width 89 | \ifTP@columnEnvironment 90 | \my@storecolheight 91 | \stepcounter{my@column} 92 | \my@calcextraspace 93 | \setcounter{my@block}{0} 94 | \my@blocktopstart0pt 95 | \my@colheight0pt 96 | % Now the normal \column command 97 | \normalsize 98 | \setlength{\TP@blocktop}{\TP@coltop} 99 | \setlength{\TP@colcenter}{\TP@colcenter+0.5\colwidth+\TP@colspace} 100 | \setlength{\colwidth}{#1\TP@visibletextwidth+#1\TP@colspace-\TP@colspace-\blocklinewidth} 101 | \setlength{\TP@colcenter}{\TP@colcenter+0.5\colwidth+\blocklinewidth} 102 | \fi 103 | } 104 | 105 | % Replace the columns environment with a version which stores the height of the final column and the max column 106 | \renewenvironment{columns}{ 107 | \TP@columnEnvironmenttrue 108 | \setlength{\TP@colcenter}{-0.5\TP@visibletextwidth-\TP@colspace-0.5\blocklinewidth} 109 | \global\TP@colcenter=\TP@colcenter 110 | \global\TP@coltop=\TP@blocktop 111 | \global\TP@colbottom=\TP@blocktop 112 | \colwidth=0pt 113 | }{ 114 | \my@storecolheight 115 | \my@storemaxcolheight 116 | \TP@columnEnvironmentfalse 117 | \global\TP@blocktop=\TP@colbottom 118 | } 119 | \fi -------------------------------------------------------------------------------- /CV/Simple-CV.tex: -------------------------------------------------------------------------------- 1 | % 2 | % Simple CV 3 | % Author: Sofia JIJON 4 | % 5 | 6 | \documentclass[a4paper,10pt]{article} 7 | \usepackage[vmargin=1.5cm, hmargin=1.5cm]{geometry} 8 | \input{MySetup} 9 | %------------------------------------------------------------------------------------------------------- 10 | 11 | \begin{document} 12 | \thispagestyle{empty} 13 | 14 | %------------------------------------------------------------------------------------------------------- 15 | % Left column 16 | %------------------------------------------------------------------------------------------------------- 17 | \begin{adjustbox}{valign=t} 18 | \begin{minipage}{0.3\textwidth} % Adapt width to your convenience 19 | %---------------------------------------------------- 20 | % Please add a photo in 1x1 format 21 | \begin{center} 22 | \begin{tikzpicture} 23 | \clip (0,0) circle (2cm) node {\includegraphics[width=4cm]{Photo}}; 24 | \end{tikzpicture} 25 | 26 | \MySkip % See MySetup.tex file 27 | 28 | %---------------------------------------------------- 29 | {\LARGE \bfseries Your Name} 30 | 31 | \MySkip % See MySetup.tex file 32 | 33 | Born on April 7th, 1997\\ 34 | City -- COUNTRY\\ 35 | Currently living in Another City\\ 36 | 37 | \MySkip % See MySetup.tex file 38 | 39 | \textcolor{ColorTwo}{\faEnvelopeO} 40 | \myhref{mailto:your.email@mail.io}{your.email@mail.io} \\ 41 | 42 | \textcolor{ColorTwo}{\faChain} 43 | \myhref{https://your-web-page.io}{https://your-web-page.io} 44 | \end{center} 45 | 46 | \vfill 47 | 48 | %---------------------------------------------------- 49 | \section*{Scientific interests} 50 | \raggedright 51 | \textcolor{ColorOne}{$\circ$} Something interesting\\ 52 | \textcolor{ColorOne}{$\circ$} Another interesting thing\\ 53 | \textcolor{ColorOne}{$\circ$} The most interesting thing\\ 54 | \textcolor{ColorOne}{$\circ$} Something less interesting 55 | 56 | \vfill 57 | 58 | %---------------------------------------------------- 59 | \section*{Education} 60 | \begin{description} 61 | \raggedright 62 | \item [\normalfont \textcolor{ColorOne}{2021.}] \textbf{PhD in 63 | Social Sciences}\\ 64 | Another University\\ 65 | City -- COUNTRY 66 | 67 | \item [\normalfont \textcolor{ColorOne}{2015.}] \textbf{Masters in 68 | Physics}\\ 69 | University\\ 70 | City -- COUNTRY 71 | 72 | \item [\normalfont \textcolor{ColorOne}{2013.}] \textbf{Bachelor in arts}\\ 73 | Arts school \\ 74 | City -- COUNTRY 75 | \end{description} 76 | 77 | \vfill 78 | \end{minipage} 79 | \end{adjustbox} 80 | % 81 | % 82 | %------------------------------------------------------------------------------------------------------- 83 | % Vertical rule 84 | %------------------------------------------------------------------------------------------------------- 85 | % 86 | \hfill 87 | \begin{adjustbox}{valign=t} 88 | \begin{minipage}{0.05\textwidth} % Adapt width to your convenience 89 | \MyVerticalRule % See MySetup.tex file 90 | \end{minipage} 91 | \end{adjustbox} 92 | \hfill 93 | % 94 | %------------------------------------------------------------------------------------------------------- 95 | % Right column 96 | %------------------------------------------------------------------------------------------------------- 97 | \begin{adjustbox}{valign=t} 98 | \begin{minipage}{0.6\textwidth} % Adapt width to your convienience 99 | \section*{Current situation} 100 | \begin{description} 101 | \raggedright 102 | \item[\normalfont \textcolor{ColorOne}{Jan. 2018 -- Apr. 2021.}] \textbf{Your current job}\\ \medskip 103 | 104 | A Nice Research Lab\\ 105 | 106 | Here is a short description of your current project. 107 | 108 | \end{description} 109 | 110 | %---------------------------------------------------- 111 | \section*{Experience} 112 | \begin{description} 113 | \raggedright 114 | \item[\normalfont \textcolor{ColorOne}{Sep. 2017 -- Aug. 2018.}] 115 | \textbf{Your previous job}\\ \medskip 116 | 117 | Your previous employer\\ 118 | 119 | Here you describe what you did before working where you are working now. 120 | 121 | \item[\normalfont \textcolor{ColorOne}{Sep. 2012 -- Aug. 2017.}] 122 | \textbf{Your first job}\\ \medskip 123 | 124 | Your employer\\ 125 | 126 | This could be a nice short description of your first job. 127 | \end{description} 128 | 129 | %---------------------------------------------------- 130 | \section*{Publications} 131 | \begin{description} 132 | \raggedright 133 | \item \underline{Name, Y.}, Second Author, N., Third Author, N. et al. \textbf{(2019)} A great title {\it Journal}. doi:~\myhref{https://doi.org/xx.yyy/zzz.12345}{xx.yyy/zzz.12345} 134 | 135 | \item First Author, T., \underline{Name, Y.}, Third Author, N. et al. \textbf{(2015)} A long title for a great study{\it Journal}. doi:~\myhref{https://doi.org/xx.yyy/zzz.54321}{xx.yyy/zzz.54321} 136 | 137 | \end{description} 138 | %---------------------------------------------------- 139 | \section*{Oral communications} 140 | \begin{description} 141 | \raggedright 142 | \item \underline{Name, Y.}, Second Author, N., Third Author, N. et al. \textbf{(2019)} The title of a talk you did. {\it Conference}, November 16, 2006, City, Country. 143 | \end{description} 144 | %---------------------------------------------------- 145 | \section*{Another section} 146 | \begin{description} 147 | \raggedright 148 | \item Something you want to include in your CV 149 | \end{description} 150 | 151 | \MySkip 152 | %---------------------------------------------------- 153 | \begin{multicols}{2} 154 | \section*{Numerical tools} 155 | \begin{tabular}{ll} 156 | R & \SkillBull{$\bullet \bullet \bullet \, \circ$}\\ 157 | Matlab & \SkillBull{$\bullet \bullet \bullet \, \circ$}\\ 158 | Mathematica & \SkillBull{$\bullet \circ \circ \, \circ$}\\ 159 | \end{tabular} 160 | 161 | \vfill\null \columnbreak % Break column for new section 162 | 163 | \section*{Languages} 164 | \begin{tabular}{ll} 165 | Spanish & \SkillBull{$\bullet \bullet \bullet \, \circ$}\\ 166 | French & \SkillBull{$\bullet \circ \circ \, \circ$}\\ 167 | \end{tabular} 168 | \end{multicols} 169 | %---------------------------------------------------- 170 | \LastUpdate 171 | %---------------------------------------------------- 172 | \end{minipage} 173 | \end{adjustbox} 174 | \end{document} 175 | --------------------------------------------------------------------------------