From f922d736e10980f82b1b69448125d7668a3250c2 Mon Sep 17 00:00:00 2001 From: coolneng Date: Thu, 27 Jun 2019 21:28:55 +0200 Subject: [PATCH] Convert Areas of Interest to section --- template.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/template.tex b/template.tex index f3d7da9..426d315 100644 --- a/template.tex +++ b/template.tex @@ -109,12 +109,12 @@ $if(intro)$ $intro$ $endif$ -\subsection*{Areas of Interest} +\section*{Aptitudes Informáticas} $if(skills)$ \begin{itemize} - $for(skills)$ - \item $skills$ - $endfor$ + $for(skills)$ + \item $skills$ + $endfor$ \end{itemize} $endif$