LaTeX → PDF
Limite 20 000 caractères
Compiler
↻
Source LaTeX
% Exemple minimal avec booktabs + apa7 \documentclass[man]{apa7} \usepackage[french,provide=*]{babel} \usepackage{csquotes} \usepackage{booktabs} \title{Exemple de tableau avec booktabs} \shorttitle{Exemple booktabs} \author{Prénom Nom} \affiliation{Votre institution} \abstract{% Petit exemple de document APA7 avec un tableau formaté à l'aide du package \texttt{booktabs}.% } \begin{document} \maketitle Voici un exemple de tableau formaté selon les recommandations de \textit{booktabs} : \begin{table}[h] \centering \caption{Un joli tableau} \begin{tabular}{lcr} \toprule Colonne A & Colonne B & Colonne C \ \midrule a & b & c \ 1 & 2 & 3 \ \bottomrule \end{tabular} \end{table} \end{document}
Aperçu PDF
Cliquez sur
Compiler
pour générer le PDF.