-
Notifications
You must be signed in to change notification settings - Fork 10
/
CommandesPerso.tex
59 lines (47 loc) · 1.66 KB
/
CommandesPerso.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Commandes perso %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\alp}{\texorpdfstring{\ensuremath{\upalpha}\xspace}{alpha }}
\newcommand{\bet}{\texorpdfstring{\ensuremath{\upbeta}\xspace}{b\'{e}ta }}
\newcommand{\alpbet}{\texorpdfstring{\ensuremath{\upalpha-\upbeta}\xspace}{alpha-b\'{e}ta}}
\newcommand{\alpt}{\ensuremath{\alpha_2}\xspace}
\newcommand{\strt}{\gls{strt}\xspace}
% Tenseur des déformation cylindrique
\newcommand{\epsrr}{\ensuremath{\varepsilon_{rr}}\xspace}
\newcommand{\epstt}{\ensuremath{\varepsilon_{\theta\theta}}\xspace}
\newcommand{\epszz}{\ensuremath{\varepsilon_{zz}}\xspace}
\newcommand{\epsrt}{\ensuremath{\varepsilon_{r\theta}}\xspace}
\newcommand{\epstz}{\ensuremath{\varepsilon_{\theta z}}\xspace}
\newcommand{\epszr}{\ensuremath{\varepsilon_{zr}}\xspace}
\newcommand{\matlab}{\textsc{Matlab}\texttrademark\xspace}
%% Figures centrées, et en position 'here, top, bottom or page'
\newenvironment{figureth}{%
\begin{figure}[htbp]
\centering
}{
\end{figure}
}
%% Tableaux centrés, et en position 'here, top, bottom or page'
\newenvironment{tableth}{%
\begin{table}[htbp]
\centering
%\rowcolors{1}{coleurtableau}{coleurtableau}
}{
\end{table}
}
%% Sous-figures centrées, en position 'top'
\newenvironment{subfigureth}[1]{%
\begin{subfigure}[t]{#1}
\centering
}{
\end{subfigure}
}
\newcommand{\citationChap}[2]{%
\epigraph{\og \textit{#1} \fg{}}{#2}
}
%% On commence par une page impaire quand on change le style de numérotation de pages
\let\oldpagenumbering\pagenumbering
\renewcommand{\pagenumbering}[1]{%
\cleardoublepage
\oldpagenumbering{#1}
}