mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2025-10-21 12:47:40 +02:00
feat(proposal): add boilerplate table for 1.2
This commit is contained in:
parent
79a04582f3
commit
6706391af3
Binary file not shown.
@ -1,5 +1,11 @@
|
||||
\documentclass[a4paper]{article}
|
||||
|
||||
% Tables
|
||||
\usepackage{tabularx}
|
||||
\usepackage{booktabs}
|
||||
\usepackage{multirow}
|
||||
\usepackage{array}
|
||||
|
||||
% For referencing
|
||||
\usepackage{biblatex}
|
||||
\addbibresource{references.bib}
|
||||
@ -42,7 +48,15 @@
|
||||
\end{itemize}
|
||||
|
||||
\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
|
||||
\section{Aim and Objectives}
|
||||
|
Loading…
x
Reference in New Issue
Block a user