diff options
author | Fabrice (iLiburu) <Fabrice.Orgogozo@gmail.com> | 2011-01-05 10:51:46 +0100 |
---|---|---|
committer | Fabrice (iLiburu) <Fabrice.Orgogozo@gmail.com> | 2011-01-05 10:51:46 +0100 |
commit | 9b397c6baf243cfab623ede077eff43b67f0d05f (patch) | |
tree | bf934a1dd51c9555c9ce0668bb262038b95be28a /configuration/numerotation.tex | |
parent | 71624bddf4e7e63397a9af8213153bdbdb06a3ba (diff) | |
download | galois-9b397c6baf243cfab623ede077eff43b67f0d05f.tar.gz galois-9b397c6baf243cfab623ede077eff43b67f0d05f.tar.bz2 galois-9b397c6baf243cfab623ede077eff43b67f0d05f.zip |
renommage massif : séparation des fichiers de configuration des chapitres etc.
Diffstat (limited to 'configuration/numerotation.tex')
-rw-r--r-- | configuration/numerotation.tex | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/configuration/numerotation.tex b/configuration/numerotation.tex new file mode 100644 index 0000000..5acf252 --- /dev/null +++ b/configuration/numerotation.tex @@ -0,0 +1,25 @@ +%\renewcommand{\thechapter}{\Roman{chapter}} %pour la thèse juste. +\renewcommand{\thefootnote}{\roman{footnote}} +\renewcommand{\theenumi}{\textbf{\roman{enumi}}} + +\makeatletter +%\renewcommand\theequation{\thesection.\textbf{\alph{equation}}} +\renewcommand\theequation{\thesubsection.\textbf{\alph{equation}}} +%\renewcommand\theequation{\thesubsection.\roman{equation}} +\@addtoreset{equation}{subsection} +\makeatother + +\renewcommand\thesubsubsection{\textbf{\thesubsection.\arabic{subsubsection}}} %met en gras les références mais pas le numéro. +\renewcommand\thesubsection{\textbf{\thesection.\arabic{subsection}}} + +%\renewcommand\theparagraph{\textbf{\thesubsubsection.\alph{paragraph}}} +%\renewcommand\theparagraph{\textbf{\thesubsubsection.\roman{paragraph}}} +\renewcommand\theparagraph{\textbf{\thesubsubsection.\arabic{paragraph}}} +\ifx\danslelivre\undefined +\else +\renewcommand\thechapter {\Roman{chapter}} +\fi +\newenvironment{facultatif}{\bgroup\footnotesize}{\egroup} + +\setcounter{tocdepth}{2} + |