-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mejora entrada institución espaciado
- Loading branch information
Showing
4 changed files
with
21 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
% Template: Professional-CV | ||
% Documento: Núcleo del template | ||
% Versión: 4.1.0 (18/08/2024) | ||
% Versión: 4.1.1 (14/12/2024) | ||
% Codificación: UTF-8 | ||
% | ||
% Autor: Pablo Pizarro R. | ||
|
@@ -734,6 +734,7 @@ | |
\global\def\GLOBALheaderlineitem {false} | ||
\global\def\GLOBALheaderseparatorsticky {false} | ||
\global\def\GLOBALprintspacefilled {false} | ||
\newcounter{institutionentrycount} | ||
|
||
% Ignora linebreaks | ||
\def\ignorelinebreaks{% | ||
|
@@ -1191,7 +1192,10 @@ | |
\throwwarning{Funciones \noexpand\newinstitutionentry, \noexpand\institutionentry o \noexpand\institutionentrynodate no pueden usarse fuera del entorno \noexpand\institution}\stop% | ||
}% | ||
\emptyvarerr{\newinstitutionentry}{#1}{Cargo o posición no definido}% | ||
\nopagebreak[4]% | ||
\stepcounter{institutionentrycount}% | ||
\ifnum\value{institutionentrycount}=1% | ||
\nopagebreak[4]% | ||
\fi% | ||
\begin{institutionindent}% | ||
\def\LOCALinstitutionentrydate {% | ||
\ifthenelse{\equal{#2}{}}{% | ||
|
@@ -1625,6 +1629,7 @@ | |
}{% | ||
\vspace{0.25\baselineskip}% | ||
\global\def\GLOBALinstitutionenabled {false}% | ||
\setcounter{institutionentrycount}{0}% | ||
\nopagebreak[4]% | ||
} | ||
|
||
|
@@ -1765,23 +1770,23 @@ | |
Template.Author.Email={[email protected]}, | ||
Template.Author.Name={Pablo Pizarro R.}, | ||
Template.Author.Web={https://ppizarror.com/}, | ||
Template.Date={18/08/2024}, | ||
Template.Date={14/12/2024}, | ||
Template.Encoding={UTF-8}, | ||
Template.License.Type={MIT}, | ||
Template.License.Web={https://opensource.org/licenses/MIT/}, | ||
Template.Name={Professional-CV}, | ||
Template.Type={Normal}, | ||
Template.Version.Dev={4.1.0-6}, | ||
Template.Version.Hash={158D004E556F2B714EA84B144B259324}, | ||
Template.Version.Release={4.1.0}, | ||
Template.Version.Dev={4.1.1}, | ||
Template.Version.Hash={7302B7C24BC65A3AE80B2D44E3B099FC}, | ||
Template.Version.Release={4.1.1}, | ||
Template.Web.Dev={https://github.com/Template-Latex/Professional-CV/}, | ||
Template.Web.Manual={https://latex.ppizarror.com/Professional-CV/} | ||
}, | ||
pdfkeywords={CV, \name, \headertitle, \email}, | ||
pdfmenubar={\cfgpdfmenubar}, | ||
pdfpagelayout={\cfgpdfpagemode}, | ||
pdfpagemode={\cdfpagemodepdf}, | ||
pdfproducer={Professional-CV v4.1.0 | (Pablo Pizarro R.) ppizarror.com}, | ||
pdfproducer={Professional-CV v4.1.1 | (Pablo Pizarro R.) ppizarror.com}, | ||
pdfremotestartview={Fit}, | ||
pdfstartpage={1}, | ||
pdfstartview={\cfgpdfpageview}, | ||
|