|
1 | 1 | % Template: Tesis LaTeX |
2 | 2 | % Documento: Configuración inicial del template |
3 | | -% Versión: 3.4.7 (08/11/2025) |
| 3 | +% Versión: 3.4.8 (02/12/2025) |
4 | 4 | % Codificación: UTF-8 |
5 | 5 | % |
6 | 6 | % Autor: Pablo Pizarro R. |
|
123 | 123 | Template.Author.Email={pablo@ppizarror.com}, |
124 | 124 | Template.Author.Web={https://ppizarror.com}, |
125 | 125 | Template.Author={Pablo Pizarro R.}, |
126 | | - Template.Date={08/11/2025}, |
| 126 | + Template.Date={02/12/2025}, |
127 | 127 | Template.Encoding={UTF-8}, |
128 | 128 | Template.Latex.Compiler={pdflatex}, |
129 | 129 | Template.License.Type={MIT}, |
130 | 130 | Template.License.Web={https://opensource.org/licenses/MIT}, |
131 | 131 | Template.Name={Template-Tesis}, |
132 | 132 | Template.Type={Normal}, |
133 | | - Template.Version.Dev={3.4.7-THS}, |
134 | | - Template.Version.Hash={C4C42B4853B5365AF449CD8A8D876445}, |
135 | | - Template.Version.Release={3.4.7}, |
| 133 | + Template.Version.Dev={3.4.8-THS}, |
| 134 | + Template.Version.Hash={1EB78149703152818043F0BD716CF59E}, |
| 135 | + Template.Version.Release={3.4.8}, |
136 | 136 | Template.Web.Dev={https://github.com/Template-Latex/Template-Tesis}, |
137 | 137 | Template.Web.Manual={https://latex.ppizarror.com/tesis}, |
138 | 138 | University.Department={\pdfmetainfouniversitydepartment}, |
|
144 | 144 | pdfmenubar={\cfgpdfmenubar}, |
145 | 145 | pdfpagelayout={\cfgpdflayout}, |
146 | 146 | pdfpagemode={\cfgpdfpagemode}, |
147 | | - pdfproducer={Template-Tesis v3.4.7 | (Pablo Pizarro R.) ppizarror.com}, |
| 147 | + pdfproducer={Template-Tesis v3.4.8 | (Pablo Pizarro R.) ppizarror.com}, |
148 | 148 | pdfremotestartview={Fit}, |
149 | 149 | pdfstartpage={1}, |
150 | 150 | pdfstartview={\cfgpdfpageview}, |
|
776 | 776 | \addtocounter{table}{\value{templateTables}}% |
777 | 777 | } |
778 | 778 |
|
779 | | -% ----------------------------------------------------------------------------- |
780 | | -% Formato de columnas |
781 | | -% ----------------------------------------------------------------------------- |
782 | | -% Centrado |
783 | | -\newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}} |
784 | | -\newcolumntype{\CColor}[2]{>{\columncolor{#1}\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#2}} |
785 | | - |
786 | | -\newcolumntype{P}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}p{#1}} |
787 | | -\newcolumntype{\PColor}[2]{>{\columncolor{#1}\centering\let\newline\\\arraybackslash\hspace{0pt}}p{#2}} |
788 | | - |
789 | | -\newcolumntype{B}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}b{#1}} |
790 | | -\newcolumntype{\BColor}[2]{>{\columncolor{#1}\centering\let\newline\\\arraybackslash\hspace{0pt}}b{#2}} |
791 | | - |
792 | | -% Izquierda |
793 | | -\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}} |
794 | | -\newcolumntype{\LColor}[2]{>{\columncolor{#1}\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#2}} |
795 | | -\newcolumntype{T}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}p{#1}} |
796 | | -\newcolumntype{\TColor}[2]{>{\columncolor{#1}\raggedright\let\newline\\\arraybackslash\hspace{0pt}}p{#2}} |
797 | | -\newcolumntype{F}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}b{#1}} |
798 | | -\newcolumntype{\FColor}[2]{>{\columncolor{#1}\raggedright\let\newline\\\arraybackslash\hspace{0pt}}b{#2}} |
799 | | - |
800 | | -% Derecha |
801 | | -\newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}m{#1}} |
802 | | -\newcolumntype{\RColor}[2]{>{\columncolor{#1}\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}m{#2}} |
803 | | -\newcolumntype{H}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}p{#1}} |
804 | | -\newcolumntype{\HColor}[2]{>{\columncolor{#1}\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}p{#2}} |
805 | | -\newcolumntype{G}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}b{#1}} |
806 | | -\newcolumntype{\GColor}[2]{>{\columncolor{#1}\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}b{#2}} |
807 | | - |
808 | 779 | % ----------------------------------------------------------------------------- |
809 | 780 | % Parcha el entorno tablenotes |
810 | 781 | % ----------------------------------------------------------------------------- |
|
0 commit comments