dissertation-4-dissertation/Preamble/preamble.tex

73 lines
2.7 KiB
TeX
Raw Normal View History

% *****************************************************************************
2013-11-17 01:01:46 +00:00
% **************************** Custom Packages *********************************
% *****************************************************************************
2013-11-17 01:01:46 +00:00
% ************************** Algorithms and Pseudocode *************************
%\usepackage{algpseudocode} % Algorithmicx package support for algorithms and pseudocode
2013-11-17 01:01:46 +00:00
% *********************Captions and Hyperreferncing / URL ***********************
2013-11-17 01:01:46 +00:00
%% Captions: This makes captions of figures use a boldfaced small font.
%\RequirePackage[small,bf]{caption}
2013-11-17 15:35:59 +00:00
\RequirePackage[figurename=Fig.,labelsep=space,tableposition=top]{caption}
2013-11-17 01:01:46 +00:00
% ******************************** Footnote ***********************************
%\usepackage[perpage]{footmisc} %Range of footnote options
2013-11-17 01:01:46 +00:00
% ************************** Graphics and figures *****************************
2013-11-17 15:35:59 +00:00
% Subfigure (note: this must be included after the `caption` package).
%\usepackage{rotating}
%\usepackage{wrapfig}
%\usepackage{float}
2013-11-17 15:35:59 +00:00
\usepackage{subfig}
2013-11-17 01:01:46 +00:00
% ********************************* Table *************************************
%\usepackage{longtable}
%\usepackage{multicol}
%\usepackage{multirow}
%\usepackage{tabularx}
2013-11-17 01:01:46 +00:00
% ****************************** Math and SI Units ****************************
2013-11-17 01:01:46 +00:00
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{siunitx}
% *****************************************************************************
% ******************* Fonts (like different typewriter fonts etc.)*************
2013-11-17 01:01:46 +00:00
%\renewcommand\rmdefault{psb}
% \usepackage{libertine} % Linux Libertine Font - no Math support
2013-11-17 01:01:46 +00:00
% *****************************************************************************
% *************************** Bibliography and References ********************
\usepackage{cleveref} %Referencing without need to explicitly state fig /table
\RequirePackage[square, sort, numbers, authoryear]{natbib} %author year
%\RequirePackage[numbers,sort&compress]{natbib} % numbered citation
2013-11-17 01:01:46 +00:00
2013-11-17 01:25:23 +00:00
% ******************************************************************************
% ************************* User Defined Commands ******************************
% ******************************************************************************
% Set spacing as 1.5 line spacing for the PhD Thesis
\onehalfspace
% ********************** Adding TOC and List of Figures ************************
% To hide sections from appearing in TOC add \tochide\section{Section name}
\setcounter{secnumdepth}{2}
\setcounter{tocdepth}{2}
2013-11-17 01:25:23 +00:00
% To restrict the length of the figure caption in List of figures use:
% \caption[Caption that you want to appear in TOC]{Actual caption of the figure}
% \section[short]{title}