ChengsongTanPhdThesis/main.tex
changeset 505 5ce3bd8e5696
parent 503 35b80e37dfe7
child 506 69ad05398894
equal deleted inserted replaced
503:35b80e37dfe7 505:5ce3bd8e5696
    38 consistentlayout, % Uncomment to change the layout of the declaration, abstract and acknowledgements pages to match the default layout
    38 consistentlayout, % Uncomment to change the layout of the declaration, abstract and acknowledgements pages to match the default layout
    39 ]{MastersDoctoralThesis} % The class file specifying the document structure
    39 ]{MastersDoctoralThesis} % The class file specifying the document structure
    40 
    40 
    41 \usepackage[utf8]{inputenc} % Required for inputting international characters
    41 \usepackage[utf8]{inputenc} % Required for inputting international characters
    42 \usepackage[T1]{fontenc} % Output font encoding for international characters
    42 \usepackage[T1]{fontenc} % Output font encoding for international characters
       
    43 %\usepackage{fdsymbol} % Loads unicode-math
    43 
    44 
    44 \usepackage{mathpazo} % Use the Palatino font by default
    45 \usepackage{mathpazo} % Use the Palatino font by default
    45 \usepackage{hyperref}
    46 \usepackage{hyperref}
    46 \usepackage[backend=bibtex,style=authoryear,natbib=true]{biblatex} % Use the bibtex backend with the authoryear citation style (which resembles APA)
    47 \usepackage[backend=bibtex,style=authoryear,natbib=true]{biblatex} % Use the bibtex backend with the authoryear citation style (which resembles APA)
    47 \usepackage{stmaryrd}
    48 \usepackage{stmaryrd}
    54 \usepackage{graphic}
    55 \usepackage{graphic}
    55 \usepackage{data}
    56 \usepackage{data}
    56 
    57 
    57 %\usepackage{algorithm}
    58 %\usepackage{algorithm}
    58 \usepackage{amsmath}
    59 \usepackage{amsmath}
    59 \usepackage{mathtools}
    60 %\usepackage{mathtools}
    60 \usepackage[noend]{algpseudocode}
    61 \usepackage[noend]{algpseudocode}
    61 \usepackage{enumitem}
    62 \usepackage{enumitem}
    62 \usepackage{nccmath}
    63 \usepackage{nccmath}
    63 \usepackage{tikz-cd}
    64 \usepackage{tikz-cd}
    64 \usepackage{tikz}
    65 \usepackage{tikz}
   256 \textbf{WSF} & \textbf{W}hat (it) \textbf{S}tands \textbf{F}or\\
   257 \textbf{WSF} & \textbf{W}hat (it) \textbf{S}tands \textbf{F}or\\
   257 
   258 
   258 
   259 
   259 \newtheorem{theorem}{Theorem}
   260 \newtheorem{theorem}{Theorem}
   260 \newtheorem{lemma}{Lemma}
   261 \newtheorem{lemma}{Lemma}
       
   262 %proof
       
   263 
   261 
   264 
   262 \newcommand\sflat[1][]{\textit{sflat} \, #1}
   265 \newcommand\sflat[1][]{\textit{sflat} \, #1}
   263 \newcommand{\ASEQ}[3]{\textit{ASEQ}_{#1} \, #2 \, #3}
   266 \newcommand{\ASEQ}[3]{\textit{ASEQ}_{#1} \, #2 \, #3}
   264 \newcommand{\bderssimp}[2]{#1 \backslash_{bsimp} #2}
   267 \newcommand{\bderssimp}[2]{#1 \backslash_{bsimp} #2}
   265 \newcommand{\rderssimp}[2]{#1 \backslash_{rsimp} #2}
   268 \newcommand{\rderssimp}[2]{#1 \backslash_{rsimp} #2}