From 11d6c322c7379b58bf6a2e66240016dff66eaf95 Mon Sep 17 00:00:00 2001 From: Joe Foley Date: Fri, 4 Feb 2022 11:14:29 +0000 Subject: [PATCH] Let deadline table float --- instructions.tex | 6 +++--- main.tex | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/instructions.tex b/instructions.tex index de17145..0401b4d 100644 --- a/instructions.tex +++ b/instructions.tex @@ -312,8 +312,8 @@ If a student plans to graduate in a particular graduation ceremony, the followin Should any of the deadlines below not be respected the student will have to wait for the following graduation ceremony before he/she can graduate. Students are responsible for adhering to these deadlines and are advised to deliver their work in good time. The deadline schedule for the purpose of graduation is as follows (where $t$ is the graduation date and the -numbers refer to the number of days prior to graduation): -\begin{table}[h] +numbers refer to the number of days prior to graduation) as shown on Table~\ref{tab:deadlines}. +\begin{table} \centering \begin{threeparttable} \begin{tabular}{ll} @@ -332,7 +332,7 @@ numbers refer to the number of days prior to graduation): \item[d] Or within 10 days after the supervisor has received the final draft, whichever comes first. \item[e] Or within 5 days after the defence, whichever comes first. \end{tablenotes} -\caption{Schedule for thesis according to expected graduation date.} +\caption{Schedule for thesis according to expected graduation date.}\label{tab:deadlines} \end{threeparttable} \end{table} diff --git a/main.tex b/main.tex index b52d91f..da28534 100644 --- a/main.tex +++ b/main.tex @@ -1,5 +1,5 @@ %%%% This is the general thesis/project report template for most users -\documentclass[12pt,a4paper,titlepage]{memoir} +\documentclass[12pt,a4paper]{memoir} \usepackage[online]{ruthesis} %% Options for ruthesis in []: %% online : for electronic submission rather than printing on paper (less blank pages)