Skip to content

Commit

Permalink
Agrega style3 a auxiliar
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Sep 4, 2019
1 parent 1af7f9a commit cba9055
Showing 1 changed file with 49 additions and 1 deletion.
50 changes: 49 additions & 1 deletion lib/cfg/auxiliar_page.tex
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,54 @@
\end{center}
}{
\ifthenelse{\equal{\templatestyle}{style2}}{
\pagestyle{fancy} \fancyhf{} \fancyhead[L]{} \fancyhead[R]{} % Headers y footers
\renewcommand{\headrulewidth}{0pt} % Ancho de la barra del header
\fancyfoot[L]{} % Footer izq
\fancyfoot[C]{\thepage} % Footer centro
\fancyfoot[R]{} % Footer der
\renewcommand{\footrulewidth}{0pt} % Ancho de la barra del footer
\fancypagestyle{styleportrait}{ % Estilo portada
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
%\setpagemargincm{\pagemarginleft}{\pagemargintop}{\pagemarginright}{\pagemarginbottom}
\fancyfoot[L]{} % Footer izq
\fancyfoot[C]{\thepage} % Footer centro
\fancyfoot[R]{} % Footer der
\renewcommand{\footrulewidth}{0pt} % Ancho de la barra del footer
}
\thispagestyle{styleportrait} % Encabezado auxiliar (título e integrantes)
\begin{flushleft}
\hspace{0cm}
\begin{tabular}{c}
%\hspace{\columnhspace cm}
\hspace{-0.60cm}
\begin{minipage}[t]{1.0\linewidth}
\begin{flushleft}
\vspace{-4.96em}\nobreak~\includegraphics[scale=\imagendepartamentoescala]{\imagendepartamento} \vspace{0cm}
\end{flushleft}
\end{minipage}
\\
\end{tabular}
~
\end{flushleft}
\vspace*{-1.3cm}
\begin{center} % Tabla de datos
\vspace*{0.75cm}
\LARGE {\textbf{\tituloauxiliar}} ~ \\
\vspace{0.3cm}
\Large {\codigodelcurso \nombredelcurso} ~ \\
\vspace{0.2cm}
\large {\temaatratar} ~ \\
\ifx\hfuzz\equipodocente\hfuzz
\else
\vspace{0.5cm}
\equipodocente
\vspace{0.4cm}
\fi
\end{center}
}{
\ifthenelse{\equal{\templatestyle}{style3}}{
\pagestyle{fancy} \fancyhf{} \fancyhead[L]{} \fancyhead[R]{} % Headers y footers
\renewcommand{\headrulewidth}{0pt} % Ancho de la barra del header
\fancyfoot[L]{} % Footer izq
Expand Down Expand Up @@ -332,7 +380,7 @@
\fi
\end{center}
}{
\throwbadconfigondoc{Estilo de template incorrecto}{\templatestyle}{style1,style2}}
\throwbadconfigondoc{Estilo de template incorrecto}{\templatestyle}{style1,style2,style3}}}
}
% -----------------------------------------------------------------------------
% Establece el estilo de las subsubsubsecciones
Expand Down

0 comments on commit cba9055

Please sign in to comment.