|
1 | 1 | % Template: Informe LaTeX |
2 | 2 | % Documento: Núcleo del template |
3 | | -% Versión: 8.4.3 (08/11/2025) |
| 3 | +% Versión: 8.4.4 (02/12/2025) |
4 | 4 | % Codificación: UTF-8 |
5 | 5 | % |
6 | 6 | % Autor: Pablo Pizarro R. |
|
3521 | 3521 | \hbadness=10000 \vspace{\baselinestretch\baselineskip} \par% |
3522 | 3522 | } |
3523 | 3523 |
|
3524 | | -% Crea un salto de columna en el entorno multicol |
3525 | | -\ifthenelse{\isundefined{\newcolumn}}{% |
3526 | | - \newcommand{\newcolumn}{% |
3527 | | - \checkinsidemulticol\vfill\null\columnbreak% |
3528 | | - } |
3529 | | -}{% |
3530 | | - \renewcommand{\newcolumn}{% |
3531 | | - \checkinsidemulticol\vfill\null\columnbreak% |
3532 | | - } |
3533 | | -} |
3534 | | - |
3535 | | -% Salto de página en entorno multicol |
3536 | | -\newcommand{\newpagemulticol}{% |
3537 | | - \newcolumn\newcolumn\clearpage% |
3538 | | -} |
3539 | | - |
3540 | 3524 | % Redimensiona un ítem |
3541 | 3525 | % #1 Tamaño del nuevo objeto (En linewidth) |
3542 | 3526 | % #2 Objeto a redimensionar |
|
4111 | 4095 | \createthreecolumn{0.3333}{0.3333}{0.3333}{0}{0}{#1}{#2}{#3}% |
4112 | 4096 | } |
4113 | 4097 |
|
| 4098 | +% Crea un salto de columna en el entorno multicol |
| 4099 | +\ifthenelse{\isundefined{\newcolumn}}{% |
| 4100 | + \newcommand{\newcolumn}{% |
| 4101 | + \checkinsidemulticol\vfill\null\columnbreak% |
| 4102 | + } |
| 4103 | +}{% |
| 4104 | + \renewcommand{\newcolumn}{% |
| 4105 | + \checkinsidemulticol\vfill\null\columnbreak% |
| 4106 | + } |
| 4107 | +} |
| 4108 | + |
| 4109 | +% Salto de página en entorno multicol |
| 4110 | +\newcommand{\newpagemulticol}{% |
| 4111 | + \newcolumn\newcolumn\clearpage% |
| 4112 | +} |
| 4113 | + |
| 4114 | +% Centrado |
| 4115 | +\newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}} |
| 4116 | +\newcolumntype{\CColor}[2]{>{\columncolor{#1}\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#2}} |
| 4117 | + |
| 4118 | +\newcolumntype{P}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}p{#1}} |
| 4119 | +\newcolumntype{\PColor}[2]{>{\columncolor{#1}\centering\let\newline\\\arraybackslash\hspace{0pt}}p{#2}} |
| 4120 | + |
| 4121 | +\newcolumntype{B}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}b{#1}} |
| 4122 | +\newcolumntype{\BColor}[2]{>{\columncolor{#1}\centering\let\newline\\\arraybackslash\hspace{0pt}}b{#2}} |
| 4123 | + |
| 4124 | +% Izquierda |
| 4125 | +\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}} |
| 4126 | +\newcolumntype{\LColor}[2]{>{\columncolor{#1}\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#2}} |
| 4127 | +\newcolumntype{T}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}p{#1}} |
| 4128 | +\newcolumntype{\TColor}[2]{>{\columncolor{#1}\raggedright\let\newline\\\arraybackslash\hspace{0pt}}p{#2}} |
| 4129 | +\newcolumntype{F}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}b{#1}} |
| 4130 | +\newcolumntype{\FColor}[2]{>{\columncolor{#1}\raggedright\let\newline\\\arraybackslash\hspace{0pt}}b{#2}} |
| 4131 | + |
| 4132 | +% Derecha |
| 4133 | +\newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}m{#1}} |
| 4134 | +\newcolumntype{\RColor}[2]{>{\columncolor{#1}\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}m{#2}} |
| 4135 | +\newcolumntype{H}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}p{#1}} |
| 4136 | +\newcolumntype{\HColor}[2]{>{\columncolor{#1}\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}p{#2}} |
| 4137 | +\newcolumntype{G}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}b{#1}} |
| 4138 | +\newcolumntype{\GColor}[2]{>{\columncolor{#1}\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}b{#2}} |
| 4139 | + |
| 4140 | +% Justificado |
| 4141 | +\newcolumntype{Y}[1]{>{\let\newline\\\arraybackslash\hspace{0pt}}m{#1}} |
| 4142 | +\newcolumntype{\YColor}[2]{>{\columncolor{#1}\let\newline\\\arraybackslash\hspace{0pt}}m{#2}} |
| 4143 | +\newcolumntype{K}[1]{>{\let\newline\\\arraybackslash\hspace{0pt}}p{#1}} |
| 4144 | +\newcolumntype{\KColor}[2]{>{\columncolor{#1}\let\newline\\\arraybackslash\hspace{0pt}}p{#2}} |
| 4145 | +\newcolumntype{J}[1]{>{\let\newline\\\arraybackslash\hspace{0pt}}b{#1}} |
| 4146 | +\newcolumntype{\JColor}[2]{>{\columncolor{#1}\let\newline\\\arraybackslash\hspace{0pt}}b{#2}} |
| 4147 | + |
4114 | 4148 | % Crea una sección de referencias solo para bibtex |
4115 | 4149 | \newenvironment{references}{% |
4116 | 4150 | \ifthenelse{\equal{\stylecitereferences}{bibtex}}{% Verifica configuraciones |
|
5743 | 5777 | Template.Author.Email={pablo@ppizarror.com}, |
5744 | 5778 | Template.Author.Web={https://ppizarror.com}, |
5745 | 5779 | Template.Author={Pablo Pizarro R.}, |
5746 | | - Template.Date={08/11/2025}, |
| 5780 | + Template.Date={02/12/2025}, |
5747 | 5781 | Template.Encoding={UTF-8}, |
5748 | 5782 | Template.Latex.Compiler={pdflatex}, |
5749 | 5783 | Template.License.Type={MIT}, |
5750 | 5784 | Template.License.Web={https://opensource.org/licenses/MIT}, |
5751 | 5785 | Template.Name={Template-Informe}, |
5752 | 5786 | Template.Type={Normal}, |
5753 | | - Template.Version.Dev={8.4.3}, |
5754 | | - Template.Version.Hash={3D4B370A048F9D2F095245E0E4555A3B}, |
5755 | | - Template.Version.Release={8.4.3}, |
| 5787 | + Template.Version.Dev={8.4.4}, |
| 5788 | + Template.Version.Hash={6FDCF249A103E118EB7D9949C8E44521}, |
| 5789 | + Template.Version.Release={8.4.4}, |
5756 | 5790 | Template.Web.Dev={https://github.com/Template-Latex/Template-Informe}, |
5757 | 5791 | Template.Web.Manual={https://latex.ppizarror.com/informe}, |
5758 | 5792 | University.Department={\pdfmetainfouniversitydepartment}, |
|
5764 | 5798 | pdfmenubar={\cfgpdfmenubar}, |
5765 | 5799 | pdfpagelayout={\cfgpdflayout}, |
5766 | 5800 | pdfpagemode={\cfgpdfpagemode}, |
5767 | | - pdfproducer={Template-Informe v8.4.3 | (Pablo Pizarro R.) ppizarror.com}, |
| 5801 | + pdfproducer={Template-Informe v8.4.4 | (Pablo Pizarro R.) ppizarror.com}, |
5768 | 5802 | pdfremotestartview={Fit}, |
5769 | 5803 | pdfstartpage={1}, |
5770 | 5804 | pdfstartview={\cfgpdfpageview}, |
|
6398 | 6432 | \addtocounter{table}{\value{templateTables}}% |
6399 | 6433 | } |
6400 | 6434 |
|
6401 | | -% ----------------------------------------------------------------------------- |
6402 | | -% Formato de columnas |
6403 | | -% ----------------------------------------------------------------------------- |
6404 | | -% Centrado |
6405 | | -\newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}} |
6406 | | -\newcolumntype{\CColor}[2]{>{\columncolor{#1}\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#2}} |
6407 | | -
|
6408 | | -\newcolumntype{P}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}p{#1}} |
6409 | | -\newcolumntype{\PColor}[2]{>{\columncolor{#1}\centering\let\newline\\\arraybackslash\hspace{0pt}}p{#2}} |
6410 | | -
|
6411 | | -\newcolumntype{B}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}b{#1}} |
6412 | | -\newcolumntype{\BColor}[2]{>{\columncolor{#1}\centering\let\newline\\\arraybackslash\hspace{0pt}}b{#2}} |
6413 | | -
|
6414 | | -% Izquierda |
6415 | | -\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}} |
6416 | | -\newcolumntype{\LColor}[2]{>{\columncolor{#1}\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#2}} |
6417 | | -\newcolumntype{T}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}p{#1}} |
6418 | | -\newcolumntype{\TColor}[2]{>{\columncolor{#1}\raggedright\let\newline\\\arraybackslash\hspace{0pt}}p{#2}} |
6419 | | -\newcolumntype{F}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}b{#1}} |
6420 | | -\newcolumntype{\FColor}[2]{>{\columncolor{#1}\raggedright\let\newline\\\arraybackslash\hspace{0pt}}b{#2}} |
6421 | | -
|
6422 | | -% Derecha |
6423 | | -\newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}m{#1}} |
6424 | | -\newcolumntype{\RColor}[2]{>{\columncolor{#1}\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}m{#2}} |
6425 | | -\newcolumntype{H}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}p{#1}} |
6426 | | -\newcolumntype{\HColor}[2]{>{\columncolor{#1}\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}p{#2}} |
6427 | | -\newcolumntype{G}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}b{#1}} |
6428 | | -\newcolumntype{\GColor}[2]{>{\columncolor{#1}\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}b{#2}} |
6429 | | -
|
6430 | 6435 | % ----------------------------------------------------------------------------- |
6431 | 6436 | % Parcha el entorno tablenotes |
6432 | 6437 | % ----------------------------------------------------------------------------- |
|
0 commit comments