Skip to content

Instantly share code, notes, and snippets.

@tommyip
Last active September 18, 2017 09:35
Show Gist options
  • Save tommyip/9bfefeaec637a1f9bb98e7a4d93faa43 to your computer and use it in GitHub Desktop.
Save tommyip/9bfefeaec637a1f9bb98e7a4d93faa43 to your computer and use it in GitHub Desktop.
\usepackage{siunitx, float, booktabs, caption}
\begin{document}
\maketitle
\begin{multicols*}{2}
\begin{table}[H]
\captionsetup{singlelinecheck = false}
\begin{tabular*}{0.5\textwidth}{@{\extracolsep{\fill}} @{}lll@{}}
\toprule
Key & Initial & Final\\
\midrule
Mass & \SI{14.47}{\kilogram} & -\\
Voltage & \SI{7.40}{\volt} & -\\
Current & \SI{2.12}{\ampere} & -\\
Temperature & \SI{18}{\celsius} & \SI{22}{\celsius}\\
\bottomrule
\end{tabular*}
\caption{Some data for blog post}
\end{table}
\end{multicols*}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment