feat(proposal): add boilerplate table for 1.2

This commit is contained in:
Anthony 2024-02-06 22:31:18 +00:00
parent 79a04582f3
commit 6706391af3
2 changed files with 15 additions and 1 deletions

Binary file not shown.

View File

@ -1,5 +1,11 @@
\documentclass[a4paper]{article} \documentclass[a4paper]{article}
% Tables
\usepackage{tabularx}
\usepackage{booktabs}
\usepackage{multirow}
\usepackage{array}
% For referencing % For referencing
\usepackage{biblatex} \usepackage{biblatex}
\addbibresource{references.bib} \addbibresource{references.bib}
@ -42,7 +48,15 @@
\end{itemize} \end{itemize}
\subsection{Key Background Sources} \subsection{Key Background Sources}
\begin{tabularx}{\linewidth}{p{5em} X}
\toprule
Resource & Info \\
\midrule
\multirow{2}{*}{\parbox{5em}{This needs to be fixed as it will overflow}}
& Description: Filler \\
& Reason: Filler \\
\bottomrule
\end{tabularx}
% Aim (or hypothesis) and Objectives % Aim (or hypothesis) and Objectives
\section{Aim and Objectives} \section{Aim and Objectives}