Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- % Please add the following required packages to your document preamble:
- % \usepackage{booktabs}
- \begin{table}[]
- \centering
- \caption{My caption}
- \label{my-label}
- \begin{tabular}{@{}cc@{}}
- \toprule
- Price & Frequency \\ \midrule
- 137 & 3 \\
- 139 & 2 \\
- 141 & 4 \\
- 143 & 2 \\
- 144 & 2 \\ \bottomrule
- \end{tabular}
- \end{table}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement