Skip to content

Commit

Permalink
Version 8.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Apr 12, 2024
1 parent 149a236 commit 463f481
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 29 deletions.
17 changes: 6 additions & 11 deletions dist/template.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% Template: Informe LaTeX
% Documento: Núcleo del template
% Versión: 8.3.4 (08/04/2024)
% Versión: 8.3.5 (12/04/2024)
% Codificación: UTF-8
%
% Autor: Pablo Pizarro R.
Expand Down Expand Up @@ -265,11 +265,6 @@
\usepackage{threeparttable}
}

% Indentación del primer párrafo
\ifthenelse{\equal{\indentfirstpar}{true}}{
\usepackage{indentfirst}}{
}

% -----------------------------------------------------------------------------
% Librerías dependientes
% -----------------------------------------------------------------------------
Expand Down Expand Up @@ -5730,16 +5725,16 @@
Template.Author.Email={[email protected]},
Template.Author.Web={https://ppizarror.com},
Template.Author={Pablo Pizarro R.},
Template.Date={08/04/2024},
Template.Date={12/04/2024},
Template.Encoding={UTF-8},
Template.Latex.Compiler={pdflatex},
Template.License.Type={MIT},
Template.License.Web={https://opensource.org/licenses/MIT},
Template.Name={Template-Informe},
Template.Type={Normal},
Template.Version.Dev={8.3.4},
Template.Version.Hash={7B92C7F9B8EB4F67CCAC90C6938856A1},
Template.Version.Release={8.3.4},
Template.Version.Dev={8.3.5},
Template.Version.Hash={42F7E790DACFEA895F93C968F7E7A271},
Template.Version.Release={8.3.5},
Template.Web.Dev={https://github.com/Template-Latex/Template-Informe},
Template.Web.Manual={https://latex.ppizarror.com/informe},
University.Department={\pdfmetainfouniversitydepartment},
Expand All @@ -5751,7 +5746,7 @@
pdfmenubar={\cfgpdfmenubar},
pdfpagelayout={\cfgpdflayout},
pdfpagemode={\cfgpdfpagemode},
pdfproducer={Template-Informe v8.3.4 | (Pablo Pizarro R.) ppizarror.com},
pdfproducer={Template-Informe v8.3.5 | (Pablo Pizarro R.) ppizarror.com},
pdfremotestartview={Fit},
pdfstartpage={1},
pdfstartview={\cfgpdfpageview},
Expand Down
2 changes: 1 addition & 1 deletion main.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% Template: Informe LaTeX
% Documento: Archivo principal
% Versión: 8.3.4 (08/04/2024)
% Versión: 8.3.5 (12/04/2024)
% Codificación: UTF-8
%
% Autor: Pablo Pizarro R.
Expand Down
15 changes: 6 additions & 9 deletions src/cmd/articulo.tex
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
}{%
\Large{\documenttitle} \\%
}%
\vspace{0.6cm}%
\vspace{\titleauthormargintop cm}%
\begin{minipage}[t]{\titleauthormaxwidth\textwidth}
\centering
\input{\jobname.authn}%
Expand All @@ -93,7 +93,6 @@
\input{\jobname.authd}%
\end{minipage}
\end{center}
\vspace{0.05cm}%
\normalsize%
}%
}{%
Expand All @@ -119,7 +118,7 @@
}{%
\Large{\documenttitle} \\%
}%
\vspace{0.7cm}%
\vspace{\titleauthormargintop cm}%
\input{\jobname.authn}%
\vspace{\titleauthormarginbottom cm}%
\end{center}
Expand All @@ -128,7 +127,6 @@
\begin{minipage}[t]{\titleauthormaxwidth\textwidth}%
\input{\jobname.authd}%
\end{minipage}
\vspace{0.3cm}%
\normalsize%
}%
}{%
Expand All @@ -146,7 +144,7 @@
}{%
\Large{\documenttitle} \\%
}%
\vspace{0.7cm}%
\vspace{\titleauthormargintop cm}%
\begin{minipage}[t]{\titleauthormaxwidth\textwidth}%
\centering%
\input{\jobname.authn}%
Expand All @@ -171,16 +169,15 @@
}{%
\Large{\documenttitle} \\%
}%
\vspace{0.7cm}%
\vspace{\titleauthormargintop cm}%
\begin{minipage}[t]{\titleauthormaxwidth\textwidth}%
\centering%
\input{\jobname.authn}%
\end{minipage}
\vspace{\titleauthormarginbottom cm}%
\def\LOCALhasname {false}%
~ \\%
\small{\documentdate} \\
\vspace{0.3cm}%
\small{\documentdate} \\%
\end{center}%
\normalsize%
}%
Expand All @@ -204,7 +201,7 @@
}{%
\Large{\documenttitle} \\%
}%
\vspace{0.9cm}%
\vspace{\titleauthormargintop cm}%
\noindent%
\settablecellpadding{0}{1.5}%
\linespread{0.6}\selectfont{%
Expand Down
1 change: 0 additions & 1 deletion src/config.tex
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
\def\fonttypewriter {tmodern} % Tipografía de \texttt, ver manual
\def\fonturl {same} % Tipo de fuente url {tt,sf,rm,same}
\def\graphicxdraft {false} % En true no carga las imágenes (modo draft)
\def\indentfirstpar {false} % Obliga la indentación del primer párrafo
\def\pointdecimal {true} % N° decimales con punto en vez de coma
\def\predocpageromannumber {true} % Pág. con número romano previo a inicio doc.
\def\predocpageromanupper {false} % Páginas en número romano en mayúsculas
Expand Down
5 changes: 0 additions & 5 deletions src/env/imports.tex
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,6 @@
\usepackage{threeparttable}
}

% Indentación del primer párrafo
\ifthenelse{\equal{\indentfirstpar}{true}}{
\usepackage{indentfirst}}{
}

% -----------------------------------------------------------------------------
% Librerías dependientes
% -----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/etc/example.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% Template: Informe LaTeX
% Documento: Archivo de ejemplo
% Versión: 8.3.4 (08/04/2024)
% Versión: 8.3.5 (12/04/2024)
% Codificación: UTF-8
%
% Autor: Pablo Pizarro R.
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
% PORTADA
% -----------------------------------------------------------------------------
\input{src/page/portrait}
\input{src/page/portrait-config}
\input{src/page/portrait_config}

% -----------------------------------------------------------------------------
% CONFIGURACIÓN DE PÁGINA Y ENCABEZADOS
Expand Down

0 comments on commit 463f481

Please sign in to comment.