|
1 | 1 | % Template: Tesis LaTeX |
2 | 2 | % Documento: Configuración inicial del template |
3 | | -% Versión: 3.4.4 (08/09/2025) |
| 3 | +% Versión: 3.4.5 (07/10/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/09/2025}, |
| 126 | + Template.Date={07/10/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.4-THS}, |
134 | | - Template.Version.Hash={F9B81BEDF4CFB118D15B217FC8932240}, |
135 | | - Template.Version.Release={3.4.4}, |
| 133 | + Template.Version.Dev={3.4.5-THS}, |
| 134 | + Template.Version.Hash={56276224451CF66D43F8581EDD2789E2}, |
| 135 | + Template.Version.Release={3.4.5}, |
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.4 | (Pablo Pizarro R.) ppizarror.com}, |
| 147 | + pdfproducer={Template-Tesis v3.4.5 | (Pablo Pizarro R.) ppizarror.com}, |
148 | 148 | pdfremotestartview={Fit}, |
149 | 149 | pdfstartpage={1}, |
150 | 150 | pdfstartview={\cfgpdfpageview}, |
|
747 | 747 | % Configura número de objetos en el final del documento |
748 | 748 | % ----------------------------------------------------------------------------- |
749 | 749 | \AtEndDocument{ |
750 | | - \addtocounter{equation}{\value{templateEquations}} |
751 | | - \addtocounter{figure}{\value{templateFigures}} |
752 | | - \addtocounter{lstlisting}{\value{templateListings}} |
753 | | - \addtocounter{table}{\value{templateTables}} |
| 750 | + \addtocounter{equation}{\value{templateEquations}}% |
| 751 | + \addtocounter{figure}{\value{templateFigures}}% |
| 752 | + \addtocounter{lstlisting}{\value{templateListings}}% |
| 753 | + \addtocounter{table}{\value{templateTables}}% |
754 | 754 | } |
755 | 755 |
|
756 | 756 | % ----------------------------------------------------------------------------- |
|
803 | 803 | \global\def\GLOBALenvmulticol {true}% |
804 | 804 | \setcaptionmargincm{\captionlrmargin}% |
805 | 805 | \addtocounter{multicoldepth}{1}% |
| 806 | + \coreintializetitlenumbering% |
806 | 807 | } |
807 | 808 | \AfterEndEnvironment{multicols}{% |
808 | 809 | \def\captionlrmargin {\SOURCEcaptionlrmargin}% |
809 | 810 | \setcaptionmargincm{\captionlrmargin}% |
810 | 811 | \addtocounter{multicoldepth}{-1} |
811 | 812 | \ifnumequal{\number\value{multicoldepth}}{0}{% |
812 | | - \global\def\GLOBALenvmulticol {false} |
813 | | - }{} |
| 813 | + \global\def\GLOBALenvmulticol {false}% |
| 814 | + }{}% |
814 | 815 | } |
815 | 816 |
|
816 | 817 | % ----------------------------------------------------------------------------- |
|
0 commit comments