Let deadline table float
This commit is contained in:
@@ -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.
|
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.
|
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
|
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):
|
numbers refer to the number of days prior to graduation) as shown on Table~\ref{tab:deadlines}.
|
||||||
\begin{table}[h]
|
\begin{table}
|
||||||
\centering
|
\centering
|
||||||
\begin{threeparttable}
|
\begin{threeparttable}
|
||||||
\begin{tabular}{ll}
|
\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[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.
|
\item[e] Or within 5 days after the defence, whichever comes first.
|
||||||
\end{tablenotes}
|
\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{threeparttable}
|
||||||
\end{table}
|
\end{table}
|
||||||
|
|
||||||
|
|||||||
2
main.tex
2
main.tex
@@ -1,5 +1,5 @@
|
|||||||
%%%% This is the general thesis/project report template for most users
|
%%%% This is the general thesis/project report template for most users
|
||||||
\documentclass[12pt,a4paper,titlepage]{memoir}
|
\documentclass[12pt,a4paper]{memoir}
|
||||||
\usepackage[online]{ruthesis}
|
\usepackage[online]{ruthesis}
|
||||||
%% Options for ruthesis in []:
|
%% Options for ruthesis in []:
|
||||||
%% online : for electronic submission rather than printing on paper (less blank pages)
|
%% online : for electronic submission rather than printing on paper (less blank pages)
|
||||||
|
|||||||
Reference in New Issue
Block a user