Fixed references issue
This commit is contained in:
parent
a033c6bf93
commit
34fa44f021
@ -7,7 +7,7 @@
|
||||
%********************************** %First Section **************************************
|
||||
\section{What is Loren Ipsum? Title with Math \texorpdfstring{$\sigma$}{[sigma]}} %Section - 1.1
|
||||
|
||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry~\cref{section1.3}. Lorem Ipsum\citet{Aup91,Ancey1996} has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum~\cite{AAB95,Con90,LM65}.
|
||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry~\cref{section1.3}. Lorem Ipsum\citep{Aup91,Ancey1996} has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum~\citep{AAB95,Con90,LM65}.
|
||||
|
||||
The most famous equation in the world: $E^2 = (m_0c^2)^2 + (pc)^2$, which is known as the \textbf{energy-mass-momentum} relation as an in-line equation.
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
\markboth{\MakeUppercase{\thechapter. My Third Chapter }}{\thechapter. My Third Chapter}
|
||||
And now I begin my third chapter here \dots
|
||||
|
||||
And now to cite some more people~\cite{Rea85,Spi65}
|
||||
And now to cite some more people~\citet{Rea85}
|
||||
|
||||
\subsection{first subsection in the First Section}
|
||||
\dots and some more
|
||||
|
@ -10,7 +10,7 @@
|
||||
% *********************Captions and Hyperreferncing / URL ***********************
|
||||
%% Captions: This makes captions of figures use a boldfaced small font.
|
||||
%\RequirePackage[small,bf]{caption}
|
||||
\RequirePackage[small,bf,figurename=Fig.,labelsep=space,tableposition=top]{caption}
|
||||
\RequirePackage[figurename=Fig.,labelsep=space,tableposition=top]{caption}
|
||||
|
||||
|
||||
% ******************************** Footnote ***********************************
|
||||
@ -18,10 +18,11 @@
|
||||
|
||||
|
||||
% ************************** Graphics and figures *****************************
|
||||
% Subfigure (note: this must be included after the `caption` package).
|
||||
%\usepackage{rotating}
|
||||
%\usepackage{subfigure}
|
||||
%\usepackage{wrapfig}
|
||||
%\usepackage{float}
|
||||
\usepackage{subfig}
|
||||
|
||||
|
||||
% ********************************* Table *************************************
|
||||
@ -53,11 +54,6 @@
|
||||
%\RequirePackage[numbers,sort&compress]{natbib} % numbered citation
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Subfigure (note: this must be included after the `caption` package).
|
||||
%%\
|
||||
\usepackage{subfig}
|
||||
|
||||
|
||||
% ******************************************************************************
|
||||
% ************************* User Defined Commands ******************************
|
||||
|
BIN
thesis.pdf
BIN
thesis.pdf
Binary file not shown.
Loading…
Reference in New Issue
Block a user