mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-11-23 19:17:54 +00:00
Changed margin size
Margin 1.5 down to 1.25 cm Columsep 1.5 down to 1.25 cm Lendth between textarea and footnotes 2 down to 1.25 cm
This commit is contained in:
parent
f575cc8ad3
commit
a7f9674f8e
|
@ -187,11 +187,11 @@
|
|||
}
|
||||
|
||||
|
||||
\geometry{a4paper,margin=1.5cm}
|
||||
\setlength{\columnsep}{1.5cm} %space between columns
|
||||
\geometry{a4paper,margin=1.25cm}
|
||||
\setlength{\columnsep}{1.25cm} %space between columns
|
||||
\setlength{\headheight}{15pt}
|
||||
\setlength{\footnotesep}{1mm} %space between footnotes:
|
||||
\setlength{\skip\footins}{2cm} %space between the text body and the footnotes
|
||||
\setlength{\skip\footins}{1.25cm} %space between the text body and the footnotes
|
||||
\setlist[itemize,1]{leftmargin=\dimexpr 26pt-.2cm}
|
||||
\setlist[itemize,2]{leftmargin=\dimexpr 26pt-.3cm}
|
||||
\lstset{style=mystyle} %apply lst styling
|
||||
|
|
Loading…
Reference in a new issue