Last active
September 18, 2017 09:35
-
-
Save tommyip/9bfefeaec637a1f9bb98e7a4d93faa43 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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