Skip to content

Commit

Permalink
Nuevas cfg \headericonhmargin y \summaryfontsize
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Aug 16, 2024
1 parent b9671f8 commit ecce316
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
13 changes: 7 additions & 6 deletions cv.tex
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
\input{template}

% CONFIGURA EL HEADER
% Otras funciones:
% \addheadericon{map-marker-alt} Inserta un ícono
% \addheaderspace{0.25cm} Agrega un espacio horizontal
\addheadermail{\email}
\addheadertext{\phonenumber}
\addheadertext{RUT: 12.345.678-9}
Expand All @@ -39,9 +42,7 @@
\addheaderlink[github]{https://github.com/ppizarror}
\addheadernewline

\addheadericon{map-marker-alt}
\addheaderspace{0.25cm}
\addheadertext{Nombre Calle, \#123}
\addheadertext[map-marker-alt]{Nombre Calle, \#123} % Ícono opcional en [...]
\addheadertext{Región}
\addheadertext{País}

Expand Down Expand Up @@ -78,9 +79,9 @@
% \begin{cvblock}[..]{Experiencia} Línea punteada
% \begin{cvblock}[none]{Experiencia} Sin línea
% Además existen los bloques estrictos (cvsblock) que ignoran todos los saltos
% de línea; se recomienda para que el espaciado sea consistente independiente
% de los espacios y líneas nuevas que existan dentro de éste. Los argumentos son
% exactamente los mismos que cvblock normal
% de línea; se recomienda para que el espaciado sea consistente independiente
% de los espacios y líneas nuevas que existan dentro de éste. Los argumentos
% son exactamente los mismos que cvblock normal
\begin{cvsblock}[]{Experiencia}
\begin{institution}[http://empresa.com]{Empresa A}{Ciudad 1, Región 1, País 1}
\institutionentry{Jefe de Obras}{Enero \apo 15}{\present}{\lipsum[66]}
Expand Down
2 changes: 2 additions & 0 deletions src/config.tex
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

% CONFIGURACIÓN DEL ESTILO DEL TEMPLATE
\def\dateseparator {--} % Carácter que separa las fechas
\def\headericonhmargin {0.225} % Margen horizontal post ícono en header [cm]
\def\headeritemsmargin {0.3} % Margen vertical de los ítems del header [cm]
\def\headeritemslinespace {0.1} % Distancia entre líneas del header [cm]
\def\headerseparator {\sbullet} % Separador entre elementos del encabezado
Expand All @@ -30,6 +31,7 @@
\def\institutiontitlebold {false} % Título institución en negrita
\def\personaltabledatapic {true} % Muestra/Oculta la foto en tabla antecedentes
\def\showuserphotoborder {true} % Muestra un recuadro en la foto de perfil
\def\summaryfontsize{\normalsize} % Tamaño de la fuente de texto en summary
\def\userphotosize {3.5} % Dimensiones de la foto del usuario [cm]
\def\usersignaturesize {5.0} % Ancho de la foto de la firma [cm]
\def\writebirthdayheader {true} % Escribe año nacimiento encabezado
Expand Down
3 changes: 3 additions & 0 deletions src/env.tex
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
}%
\begin{multicols}{2}%
\noindent%
\summaryfontsize%
}{%
\end{multicols}%
\vspace{-0.75\baselineskip}%
Expand All @@ -153,6 +154,7 @@
\begin{cvblock}[#1]{\nomsummary}%
\summarystylemarginpostfix{#1}%
\begingroup%
\summaryfontsize%
}{%
\endgroup%
\end{cvblock}%
Expand Down Expand Up @@ -185,6 +187,7 @@
\begingroup%
\def\arraystretch {1.3}%
\begin{minipage}[t]{\dimexpr\linewidth-\userphotosize cm-0.57cm}%
\summaryfontsize%
}{%
\end{minipage}%
\endgroup%
Expand Down

0 comments on commit ecce316

Please sign in to comment.