Historique des modifications [retour]
cliquez ici pour masquer/afficher la révision 11
mineure tiret long

24 Sep '18, 23:24

Pathe's gravatar image

Pathe
7.6k53211254

Il suffit de redéfinir le format d'affichage du compteur des figures. **Première option** — avec l'extension chngcntr : \documentclass{article} \usepackage{chngcntr} \counterwithin{figure}{section} \begin{document} \section{titre} \begin{figure} \caption{titre} \end{figure} \begin{figure} \caption{titre} \end{figure} \section{titre} \begin{figure} \caption{titre} \end{figure} \begin{figure} \caption{titre} \end{figure} \end{document} **Seconde option** en redéfinissant la commande `figure` comme suit : \renewcommand{\thefigure}{\thesection.\arabic{figure}} mais il faut réinitialiser le compteur `figure` à chaque appel de `\section`, comme cela : \makeatletter \@addtoreset{figure}{section} \makeatother
cliquez ici pour masquer/afficher la révision 10
mineure deux options

24 Sep '18, 23:23

Pathe's gravatar image

Pathe
7.6k53211254

Il suffit de redéfinir le format d'affichage du compteur des figures figures. **Première option** — avec l'extension chngcntr, par exemple chngcntr : \documentclass{article} \usepackage{chngcntr} \counterwithin{figure}{section} \begin{document} \section{titre} \begin{figure} \caption{titre} \end{figure} \begin{figure} \caption{titre} \end{figure} \section{titre} \begin{figure} \caption{titre} \end{figure} \begin{figure} \caption{titre} \end{figure} \end{document} Sinon, on peut le faire à **Seconde option** en redéfinissant la main sans l'extension avec: commande `figure` comme suit : \renewcommand{\thefigure}{\thesection.\arabic{figure}} mais il faut réinitialiser le compteur `figure` à chaque appel de `\section` `\section`, comme suit: cela : \makeatletter \@addtoreset{figure}{section} \makeatother
cliquez ici pour masquer/afficher la révision 9

23 Sep '18, 02:07

pluton's gravatar image

pluton
1.2k22937

cliquez ici pour masquer/afficher la révision 8

23 Sep '18, 02:01

pluton's gravatar image

pluton
1.2k22937

cliquez ici pour masquer/afficher la révision 7

23 Sep '18, 02:00

pluton's gravatar image

pluton
1.2k22937

cliquez ici pour masquer/afficher la révision 6

23 Sep '18, 01:52

pluton's gravatar image

pluton
1.2k22937

cliquez ici pour masquer/afficher la révision 5

23 Sep '18, 01:49

pluton's gravatar image

pluton
1.2k22937

cliquez ici pour masquer/afficher la révision 4

23 Sep '18, 01:10

pluton's gravatar image

pluton
1.2k22937

cliquez ici pour masquer/afficher la révision 3

23 Sep '18, 01:10

pluton's gravatar image

pluton
1.2k22937

cliquez ici pour masquer/afficher la révision 2

23 Sep '18, 01:09

pluton's gravatar image

pluton
1.2k22937

cliquez ici pour masquer/afficher la révision 1

23 Sep '18, 01:06

pluton's gravatar image

pluton
1.2k22937