Skip to content

Commit

Permalink
Version 4.1.0-8
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Aug 18, 2024
1 parent 5541225 commit 88808da
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/config.tex
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
\def\headertitlecentered {false} % Header centrado
\def\headertitlemargin {0.25} % Margen de \headertitle [cm]
\def\hfstyle {style10} % Estilos de encabezado y pie de pag (11 disp.)
\def\indentwidth {15} % Tamaño indentación en distintos objetos [pt]
\def\institutioniconleft {false} % Íconos a la izquierda o derecha
\def\institutioniconsize {normal} % Tamaño ícono {small,normal,large,huge}
\def\institutionindentwidth {15} % Tamaño indentación en instituciones [pt]
\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
Expand Down
6 changes: 3 additions & 3 deletions src/initconf.tex
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
Template.License.Web={https://opensource.org/licenses/MIT/},
Template.Name={Professional-CV},
Template.Type={Normal},
Template.Version.Dev={4.1.0-7},
Template.Version.Hash={BA93996E2F1283338CC899B2739F3A14},
Template.Version.Dev={4.1.0-8},
Template.Version.Hash={AE957317B780A20867E3722A5A0367D8},
Template.Version.Release={4.1.0},
Template.Web.Dev={https://github.com/Template-Latex/Professional-CV/},
Template.Web.Manual={https://latex.ppizarror.com/Professional-CV/}
Expand Down Expand Up @@ -122,7 +122,7 @@

% Configuración de la identación
\newlength{\newparindent}
\addtolength{\newparindent}{\institutionindentwidth pt}
\addtolength{\newparindent}{\indentwidth pt}
\setenumerate{itemsep=0pt}
\setitemize{itemsep=0pt}

Expand Down
6 changes: 3 additions & 3 deletions template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1771,8 +1771,8 @@
Template.License.Web={https://opensource.org/licenses/MIT/},
Template.Name={Professional-CV},
Template.Type={Normal},
Template.Version.Dev={4.1.0-7},
Template.Version.Hash={BA93996E2F1283338CC899B2739F3A14},
Template.Version.Dev={4.1.0-8},
Template.Version.Hash={AE957317B780A20867E3722A5A0367D8},
Template.Version.Release={4.1.0},
Template.Web.Dev={https://github.com/Template-Latex/Professional-CV/},
Template.Web.Manual={https://latex.ppizarror.com/Professional-CV/}
Expand Down Expand Up @@ -1829,7 +1829,7 @@

% Configuración de la identación
\newlength{\newparindent}
\addtolength{\newparindent}{\institutionindentwidth pt}
\addtolength{\newparindent}{\indentwidth pt}
\setenumerate{itemsep=0pt}
\setitemize{itemsep=0pt}

Expand Down
2 changes: 1 addition & 1 deletion template_config.tex
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
\def\headertitlecentered {false} % Header centrado
\def\headertitlemargin {0.25} % Margen de \headertitle [cm]
\def\hfstyle {style10} % Estilos de encabezado y pie de pag (11 disp.)
\def\indentwidth {15} % Tamaño indentación en distintos objetos [pt]
\def\institutioniconleft {false} % Íconos a la izquierda o derecha
\def\institutioniconsize {normal} % Tamaño ícono {small,normal,large,huge}
\def\institutionindentwidth {15} % Tamaño indentación en instituciones [pt]
\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
Expand Down

0 comments on commit 88808da

Please sign in to comment.