At the moment, I effectively have one large table containing what should be multiple smaller tables. That is, my formatting needs improvement. Either way, I currently have one table with 9 columns, 3 rows. The 9 columns are split into 3 column sections. What I want is for the gap between each of those 3 column sections to adjust so the width of all tables (or the single large table depending how you look at it) is equal to the page width. Currently they are all together at the center.
This is what I have currently:
\documentclass{article} \usepackage{siunitx} \usepackage{booktabs} \begin{document} \noindent\begin{tabular}{lllllllll} %\toprule \multicolumn{3}{c}{\textbf{Computer Language}} & \multicolumn{3}{c}{\textbf{Tools}} & \multicolumn{3}{c}{\textbf{Hardware}} \\ \cmidrule(r){1-3}\cmidrule(l){4-6}\cmidrule(l){7-9} %\midrule C \& C++ & Java & Python & item & item & item & item & item & item\\ MIPS Assembly & Bash & Verilog & something & item & item & item & item & item \\ %\bottomrule \end{tabular} \end{document} Additionally, is it possible to add bullets to each item as well in this format? Perhaps a different layout entirely would be better suited. Suggestions are welcome.
My explanation may be a bit convoluted so if further explanation is necessary, let me know.




\documentclass, all the\usepackages(and libraries if you usetikzor something like that), as well as the\begin{document}and\end{document}. Please refer to this and to this