-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added FAQs related to double line spacing, APA referencing, and margin
sizing.
- Loading branch information
Showing
5 changed files
with
40 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
%% The updated version of this document should be downloaded from | ||
%% https://github.com/jp-um/university_of_malta_LaTeX_dissertation_template | ||
%% | ||
%% In case of any difficulties please contact Dr JP Ebejer on [email protected] | ||
%% In case of any difficulties please contact Prof. JP Ebejer on [email protected] | ||
%% | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
|
||
|
@@ -117,7 +117,10 @@ | |
{\backmatter | ||
% Bibliography | ||
\if@openright\cleardoublepage\else\clearpage\fi | ||
|
||
|
||
%% for APA | ||
%% \bibliographystyle{apacite} | ||
%% for plainnat | ||
\bibliographystyle{um-plainnat} %% specific plainnat does not show url for articles | ||
% Use something like https://flamingtempura.github.io/bibtex-tidy/ to clean all your bibtex entries | ||
{ \scriptsize\bibliography{chap1/introduction_biblio,chap2/background_and_lit_overview_biblio}} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
%% ** ** | ||
%% ** LaTeX Template for Thesis/Dissertation/FYP ** | ||
%% ** ** | ||
%% ** Dr Jean-Paul Ebejer ** | ||
%% ** Prof. Jean-Paul Ebejer ** | ||
%% ** [email protected] ** | ||
%% ** ** | ||
%% ** "Build something which will outlast you" ** | ||
|
@@ -13,7 +13,7 @@ | |
%% **************************************************** | ||
|
||
\NeedsTeXFormat{LaTeX2e} | ||
\ProvidesClass{um}[2018/05/01-2022/03/17 v2.1 University of Malta, Dissertation/FYP/Thesis Template] | ||
\ProvidesClass{um}[2018/05/01-2023/10/06 v2.3 University of Malta, Dissertation/FYP/Thesis Template] | ||
|
||
|
||
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{memoir}} | ||
|
@@ -35,7 +35,12 @@ | |
\RequirePackage[pdftex]{graphicx} % For pictures | ||
\RequirePackage{amssymb} % At least, for black squares in bullet list | ||
\RequirePackage[pdfusetitle]{hyperref} % For hyperreferences | ||
|
||
%% Uncomment the following lines for APA referencing (and remove the next line) | ||
%%\RequirePackage{apacite} | ||
%%\RequirePackage{natbib} % for (Ebejer, 2012; Alba, 2013) kind of references; removed 'square' option after viva examination comments | ||
\RequirePackage[authoryear,semicolon,sort]{natbib} % for (Ebejer, 2012; Alba, 2013) kind of references; removed 'square' option after viva examination comments | ||
|
||
\RequirePackage{floatpag} % Used to hide page number on pages which contain only floats ... put a \thisfloatpagestyle{empty} in the float env, e.g. figure ... | ||
\RequirePackage{longtable} % For very long tables | ||
\RequirePackage{pdflscape} % For landscape tables (instead of portrait) | ||
|
@@ -119,6 +124,7 @@ | |
|
||
\OnehalfSpacing % One and a half line spacing | ||
|
||
|
||
\setlength{\headsep}{1.5cm} % Add space between the header and text | ||
|
||
\nouppercaseheads % Don't convert titles to Uppercase | ||
|