\documentclass[../Main.tex]{subfiles} \graphicspath{{\subfix{Assets/img/}}} \begin{document} \begin{table}[h!] \caption{Table of Percentiles of Distribution of Differences} \label{TABLE:PercentilesOfDistributionOfDifferences} \centering \begin{tabular}{c c} \hline Percentile & Value \\ \hline 0\% & -0.9985020 \\ 5\% & -0.3763454 \\ 10\% & -0.2639654 \\ 15\% & -0.2053399 \\ 20\% & -0.1628793 \\ 25\% & -0.1291890 \\ 30\% & -0.0980523 \\ 35\% & -0.0734082 \\ 40\% & -0.0547123 \\ 45\% & -0.0385514 \\ 50\% & -0.0225949 \\ 55\% & -0.0045955 \\ 60\% & -0.0000394 \\ 65\% & 0.0010549 \\ 70\% & 0.0509626 \\ 75\% & 0.1453046 \\ 80\% & 0.3425234 \\ 85\% & 0.7084837 \\ 90\% & 0.9250351 \\ 95\% & 0.9820456 \\ 100\% & 1.0000000 \\ \hline \end{tabular} \end{table} % This is here specifically to allow the table above to compile. Not sure why it is needed... \begin{table}[h!] \end{table} \end{document}