Skip to content
Snippets Groups Projects
Commit 9aade374 authored by asghee's avatar asghee
Browse files

Option pour de plus grandes marges :°

parent eb588ec1
No related branches found
No related tags found
No related merge requests found
...@@ -150,6 +150,11 @@ ...@@ -150,6 +150,11 @@
} }
} }
} }
\newif\ifgrandesmarges
\grandesmargesfalse
\DeclareOption{enmanquedinspiration}{
\grandesmargestrue
}
\DeclareOption*{ \DeclareOption*{
\PassOptionsToPackage{\CurrentOption}{geometry} \PassOptionsToPackage{\CurrentOption}{geometry}
} }
...@@ -220,6 +225,13 @@ ...@@ -220,6 +225,13 @@
\setlength{\separationlignestitre}{3mm} \setlength{\separationlignestitre}{3mm}
\newlength{\separationtitrecorps} \newlength{\separationtitrecorps}
\setlength{\separationtitrecorps}{15mm} \setlength{\separationtitrecorps}{15mm}
\ifgrandesmarges
\setlength\margecote{1.5\margecote}
\setlength\margehaut{1.2\margehaut}
\setlength\margebas{1.2\margebas}
\setlength\margecoteinterieur{1.5\margecoteinterieur}
\setlength\margecoteexterieur{1.5\margecoteexterieur}
\fi
\newlength{\hauteurlogopage} \newlength{\hauteurlogopage}
\setlength{\hauteurlogopage}{0.6\textheight} \setlength{\hauteurlogopage}{0.6\textheight}
\newlength{\separationentetelogo} \newlength{\separationentetelogo}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment