-
-
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.
- Loading branch information
Showing
9 changed files
with
53 additions
and
21 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
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: Configuraciones iniciales del documento | ||
% Versión: 4.0.3 (11/11/2023) | ||
% Versión: 4.0.4 (13/11/2023) | ||
% Codificación: UTF-8 | ||
% | ||
% Autor: Pablo Pizarro R. | ||
|
@@ -58,23 +58,23 @@ | |
Template.Author.Email={[email protected]}, | ||
Template.Author.Name={Pablo Pizarro R.}, | ||
Template.Author.Web={https://ppizarror.com/}, | ||
Template.Date={11/11/2023}, | ||
Template.Date={13/11/2023}, | ||
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.0.3-1}, | ||
Template.Version.Hash={C493409CCAA63B1705C650567B06F0CA}, | ||
Template.Version.Release={4.0.3}, | ||
Template.Version.Dev={4.0.4-2}, | ||
Template.Version.Hash={9644B3BE9916CC5D9227E35CCA6DE2F0}, | ||
Template.Version.Release={4.0.4}, | ||
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.0.3 | (Pablo Pizarro R.) ppizarror.com}, | ||
pdfproducer={Professional-CV v4.0.4 | (Pablo Pizarro R.) ppizarror.com}, | ||
pdfremotestartview={Fit}, | ||
pdfstartpage={1}, | ||
pdfstartview={\cfgpdfpageview}, | ||
|
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.0.3 (11/11/2023) | ||
% Versión: 4.0.4 (13/11/2023) | ||
% Codificación: UTF-8 | ||
% | ||
% Autor: Pablo Pizarro R. | ||
|
@@ -1415,17 +1415,49 @@ | |
\end{sloppypar}% | ||
} | ||
|
||
% Bloque itemizado | ||
\newenvironment{cvblocki}[2][]{% | ||
\begin{cvblock}[#1]{#2}% | ||
\begin{itemizebf}% | ||
}{% | ||
\end{itemizebf}% | ||
\end{cvblock}% | ||
} | ||
\newenvironment{cvblocke}[2][]{% | ||
\begin{cvblock}[#1]{#2}% | ||
\begin{enumeratebf}% | ||
}{% | ||
\end{enumeratebf}% | ||
\end{cvblock}% | ||
} | ||
|
||
% Crea un bloque de contenido estricto a los saltos de línea | ||
% #1 Estilo de línea | ||
% #2 Título | ||
\newenvironment{cvsblock}[2][]{% | ||
\begin{ignorelinebreaks}% | ||
\begin{cvblock}[#1]{#2}% | ||
\begin{cvblock}[#1]{#2}% | ||
}{% | ||
\end{cvblock}% | ||
\end{cvblock}% | ||
\end{ignorelinebreaks}% | ||
} | ||
|
||
% Bloque estricto itemizado | ||
\newenvironment{cvsblocki}[2][]{% | ||
\begin{cvsblock}[#1]{#2}% | ||
\begin{itemizebf}% | ||
}{% | ||
\end{itemizebf}% | ||
\end{cvsblock}% | ||
} | ||
\newenvironment{cvsblocke}[2][]{% | ||
\begin{cvsblock}[#1]{#2}% | ||
\begin{enumeratebf}% | ||
}{% | ||
\end{enumeratebf}% | ||
\end{cvsblock}% | ||
} | ||
|
||
% Párrafo de descripción | ||
% #1 Estilo de línea | ||
\newenvironment{summary}[1][]{% | ||
|
@@ -1725,23 +1757,23 @@ | |
Template.Author.Email={[email protected]}, | ||
Template.Author.Name={Pablo Pizarro R.}, | ||
Template.Author.Web={https://ppizarror.com/}, | ||
Template.Date={11/11/2023}, | ||
Template.Date={13/11/2023}, | ||
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.0.3-1}, | ||
Template.Version.Hash={C493409CCAA63B1705C650567B06F0CA}, | ||
Template.Version.Release={4.0.3}, | ||
Template.Version.Dev={4.0.4-2}, | ||
Template.Version.Hash={9644B3BE9916CC5D9227E35CCA6DE2F0}, | ||
Template.Version.Release={4.0.4}, | ||
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.0.3 | (Pablo Pizarro R.) ppizarror.com}, | ||
pdfproducer={Professional-CV v4.0.4 | (Pablo Pizarro R.) ppizarror.com}, | ||
pdfremotestartview={Fit}, | ||
pdfstartpage={1}, | ||
pdfstartview={\cfgpdfpageview}, | ||
|
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