commit 21fceff4de790e5fd86d51ac057a879a137c6643 parent 2841ea0023b1108e0bf1707e7b9cc97d113904fe Author: mjkloeckner <martinjkloeckner@gmail.com> Date: Sat, 23 Mar 2024 17:32:08 -0300 Add comments to `\setmarginsrb` Diffstat:
| M | tps/1/informe/main.tex | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tps/1/informe/main.tex b/tps/1/informe/main.tex @@ -13,9 +13,12 @@ \usepackage{helvet} \renewcommand{\familydefault}{phv} \usepackage{xcolor} -\setmarginsrb{3 cm}{1.5 cm}{3 cm}{2.5 cm}{1 cm}{1.5 cm}{1 cm}{1.5 cm} \usepackage{color} % May be necessary if you want to color links +% \setmarginsrb{leftmargin}{topmargin}{rightmargin}{bottommargin}% +% {headheight}{headsep}{footheight}{footskip} +\setmarginsrb{2.25 cm}{2.0 cm}{2.25 cm}{1.75 cm} + {1 cm}{1.25 cm}{1 cm}{1.50 cm} \usepackage{hyperref} \hypersetup{ colorlinks=true, % set true if you want colored links
