commit cc48e73f4c7ab76f3c40bd47330b7ab531c7d6c8 parent f7f0520b71f55829ecbcdf96fc199427b18ed563 Author: mjkloeckner <martinjkloeckner@gmail.com> Date: Sat, 23 Mar 2024 21:03:50 -0300 Change margins and title page spacing Diffstat:
| M | tps/1/informe/main.tex | | | 7 | +++---- |
1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tps/1/informe/main.tex b/tps/1/informe/main.tex @@ -16,7 +16,7 @@ % \setmarginsrb{leftmargin}{topmargin}{rightmargin}{bottommargin}% % {headheight}{headsep}{footheight}{footskip} -\setmarginsrb{2.25 cm}{2.0 cm}{2.25 cm}{1.75 cm} +\setmarginsrb{2.25 cm}{2.25 cm}{2.25 cm}{1.75 cm} {1 cm}{1.25 cm}{1 cm}{1.50 cm} \usepackage{color} @@ -72,9 +72,8 @@ fontupper={\ttfamily\mystrut}} \begin{document} \begin{titlepage} - \vspace*{-2.5cm} - {\centering - \includegraphics[width=1.0\textwidth]{img/logofiuba_cropped.png}\\[2.5 cm]} + \vspace*{-2.25cm} + \includegraphics[width=1.00\textwidth]{img/logofiuba_cropped.png}\\[2.25 cm] \centering \textsc{\Large CB100}\\[0.2 cm] \textsc{\large Algoritmos y Estructuras de Datos}\\[4 cm]
