Historique des modifications [retour]
cliquez ici pour masquer/afficher la révision 2
+ minipage

13 Fév '20, 17:43

nmarkey's gravatar image

nmarkey
1.4k29

Pour préciser mon commentaire (sous la forme d'une réponse, pour y mettre un code complet) : \documentclass{article} \makeatletter \newcommand\fcaption{\def\@captype{figure}\caption} \newcommand\tcaption{\def\@captype{table}\caption} \makeatother \begin{document} [...] \begin{center} \begin{minipage}{\linewidth} IMAGE \fcaption{Une figure...}\label{fig-...} \end{center} \end{minipage} \end{center} [...] \begin{center} \begin{minipage}{\linewidth} \begin{tabular}{c} TABLEAU \end{tabular} \tcaption{Un tableau...}\label{tab-...} \end{minipage} \end{center} \end{document}
cliquez ici pour masquer/afficher la révision 1

12 Fév '20, 22:52

nmarkey's gravatar image

nmarkey
1.4k29

Pour préciser mon commentaire (sous la forme d'une réponse, pour y mettre un code complet) : \documentclass{article} \makeatletter \newcommand\fcaption{\def\@captype{figure}\caption} \newcommand\tcaption{\def\@captype{table}\caption} \makeatother \begin{document} [...] \begin{center} IMAGE \fcaption{Une figure...}\label{fig-...} \end{center} [...] \begin{center} \begin{tabular}{c} TABLEAU \end{tabular} \tcaption{Un tableau...}\label{tab-...} \end{center} \end{document}

C'est votre première visite ici ? Consultez la FAQ !

×