Adding env to modify margins
This commit is contained in:
parent
cc64223510
commit
2bd1bd9f8b
1 changed files with 13 additions and 1 deletions
14
memoire.tex
14
memoire.tex
|
@ -29,7 +29,19 @@
|
||||||
\newcommand{\todo}{\fbox{\texttt{todo}}}
|
\newcommand{\todo}{\fbox{\texttt{todo}}}
|
||||||
|
|
||||||
\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