Adding env to modify margins
This commit is contained in:
parent
cc64223510
commit
2bd1bd9f8b
1 changed files with 13 additions and 1 deletions
12
memoire.tex
12
memoire.tex
|
@ -30,6 +30,18 @@
|
||||||
|
|
||||||
\hyphenation{con-cen-trent}
|
\hyphenation{con-cen-trent}
|
||||||
\hyphenation{Cayley}
|
\hyphenation{Cayley}
|
||||||
|
\hyphenation{Modalys}
|
||||||
|
\hyphenation{OpenMusic}
|
||||||
|
|
||||||
|
\newenvironment{agrandirmarges}[1]{%
|
||||||
|
\begin{list}{}{%
|
||||||
|
\setlength{\topsep}{0pt}%
|
||||||
|
\setlength{\listparindent}{\parindent}%
|
||||||
|
\setlength{\itemindent}{\parindent}%
|
||||||
|
\setlength{\parsep}{0pt plus 1pt}%
|
||||||
|
\setlength{\leftmargin}{-#1}\setlength{\rightmargin}{-#1}}
|
||||||
|
\item }%
|
||||||
|
{\end{list}}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\titlehead{{\Large\ircam\hfill\lps}\\%
|
\titlehead{{\Large\ircam\hfill\lps}\\%
|
||||||
|
|
Loading…
Reference in a new issue