Feat: ajout de bclogo et clarification sur taux accroissement
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fd9ee9a5a2
commit
828bde6748
Binary file not shown.
@ -36,10 +36,9 @@
|
|||||||
\end{bclogo}
|
\end{bclogo}
|
||||||
\end{minipage}
|
\end{minipage}
|
||||||
\begin{minipage}{0.5\textwidth}
|
\begin{minipage}{0.5\textwidth}
|
||||||
\begin{bclogo}[barre=none, arrondi=0.1, logo=]{Taux d'accroissement}
|
\begin{bclogo}[barre=none, arrondi=0.1, logo=]{Coefficient multiplicateur et taux d'accroissement}
|
||||||
Lien entre coefficient multiplicateur ($q$) et taux d'évolution ($t$).
|
|
||||||
|
|
||||||
\begin{center}
|
\begin{minipage}{0.4\linewidth}
|
||||||
\begin{tikzpicture}[
|
\begin{tikzpicture}[
|
||||||
roundnode/.style={circle, draw=highlightbg, fill=green!5, very thick, minimum size=3mm},
|
roundnode/.style={circle, draw=highlightbg, fill=green!5, very thick, minimum size=3mm},
|
||||||
]
|
]
|
||||||
@ -50,8 +49,16 @@
|
|||||||
%Lines
|
%Lines
|
||||||
\path[->] (leftterme.east) edge [bend left] node [above] {$\times q$} node [below] {$+t\%$} (centerterm.west);
|
\path[->] (leftterme.east) edge [bend left] node [above] {$\times q$} node [below] {$+t\%$} (centerterm.west);
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
\hspace{1cm}
|
\end{minipage}
|
||||||
|
\begin{minipage}{0.5\linewidth}
|
||||||
|
$q$: coefficient multiplicateur
|
||||||
|
|
||||||
|
$t$: taux d'évolution
|
||||||
|
\end{minipage}
|
||||||
|
|
||||||
|
\begin{center}
|
||||||
$q = 1 + t \qquad \qquad t = q-1$
|
$q = 1 + t \qquad \qquad t = q-1$
|
||||||
|
\bigskip
|
||||||
|
|
||||||
avec \qquad t\% $= \frac{t}{100}$ \qquad t \textperthousand $= \frac{t}{1000}$
|
avec \qquad t\% $= \frac{t}{100}$ \qquad t \textperthousand $= \frac{t}{1000}$
|
||||||
\end{center}
|
\end{center}
|
||||||
@ -75,10 +82,6 @@
|
|||||||
\end{minipage}
|
\end{minipage}
|
||||||
\end{multicols}
|
\end{multicols}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\begin{bclogo}[barre=none, arrondi=0.1, logo=]{Étude démographique de l'Afrique du Sud}
|
\begin{bclogo}[barre=none, arrondi=0.1, logo=]{Étude démographique de l'Afrique du Sud}
|
||||||
Les taux suivant sont donnés en \textperthousand.
|
Les taux suivant sont donnés en \textperthousand.
|
||||||
\begin{center}
|
\begin{center}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Periode,Taux de natalite ,Taux de mortalite ,Taux evolution,Coefficient multiplicateur
|
Periode,Taux de natalite ,Taux de mortalite ,Taux d'accroissement,Coefficient multiplicateur
|
||||||
1950-1955,43.3,20.3,,
|
1950-1955,43.3,20.3,,
|
||||||
1955-1960,42.5,18.1,,
|
1955-1960,42.5,18.1,,
|
||||||
1960-1965,41.6,16.7,,
|
1960-1965,41.6,16.7,,
|
||||||
|
|
@ -31,6 +31,9 @@
|
|||||||
% Espaces pour écrire les grands nombres
|
% Espaces pour écrire les grands nombres
|
||||||
\RequirePackage[np]{numprint}
|
\RequirePackage[np]{numprint}
|
||||||
|
|
||||||
|
% BClogo
|
||||||
|
\usepackage[tikz]{bclogo}
|
||||||
|
|
||||||
% Outils pour les tableaux et les fonctions
|
% Outils pour les tableaux et les fonctions
|
||||||
\RequirePackage{tkz-tab}
|
\RequirePackage{tkz-tab}
|
||||||
\RequirePackage{tkz-fct}
|
\RequirePackage{tkz-fct}
|
||||||
|
Loading…
Reference in New Issue
Block a user