URL style in referencing plainnat
This commit is contained in:
parent
649b0e23fc
commit
f4eba78551
@ -7,7 +7,7 @@
|
||||
%********************************** %First Section **************************************
|
||||
\section{What is Loren Ipsum?} %Section - 1.1
|
||||
|
||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry~\cref{section1.3}. Lorem Ipsum\citet{Aup91} 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\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}.
|
||||
|
||||
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.
|
||||
|
||||
|
@ -101,8 +101,9 @@
|
||||
% Captions and Hyperreferncing / URL
|
||||
\usepackage[figurename=Fig.,labelsep=space,tableposition=top]{caption} % Caption styling
|
||||
\usepackage{url}
|
||||
% Redefining urlstyle to use smaller fontsize in References with URLs
|
||||
\def\url@leostyle{%
|
||||
\@ifundefined{selectfont}{\def\UrlFont{\sf}}{\def\UrlFont{\small\ttfamily}}}
|
||||
\@ifundefined{selectfont}{\def\UrlFont{\sf}}{\def\UrlFont{\small\ttfamily}}}
|
||||
\urlstyle{leo}
|
||||
|
||||
% Bibliography and References
|
||||
@ -242,7 +243,6 @@
|
||||
\newcommand{\subject}[1]{\renewcommand{\@subject}{#1}}
|
||||
|
||||
|
||||
|
||||
% These macros define an environment for front matter that is always
|
||||
% single column even in a double-column document.
|
||||
\newenvironment{alwayssingle}{%
|
||||
@ -411,8 +411,8 @@
|
||||
% for the contents and figures lists. It also resets
|
||||
% page-numbering for the remainder of the dissertation (arabic, starting at 1).
|
||||
|
||||
\newenvironment{romanpages}
|
||||
{\setcounter{page}{1}
|
||||
\newenvironment{romanpages}{
|
||||
\setcounter{page}{1}
|
||||
\renewcommand{\thepage}{\roman{page}}}
|
||||
{\newpage\renewcommand{\thepage}{\arabic{page}}}
|
||||
%{\newpage\renewcommand{\thepage}{\arabic{page}}\setcounter{page}{1}}
|
||||
|
||||
|
@ -21,6 +21,16 @@
|
||||
year = 1986 }
|
||||
|
||||
% ------------------------------------------------------------------------
|
||||
@article{Ancey1996,
|
||||
author = {Ancey, Christophe and Coussot, Philippe and Evesque, Pierre},
|
||||
journal = {Mechanics of Cohesive-frictional Materials},
|
||||
number = {4},
|
||||
pages = {385--403},
|
||||
title = {Examination of the possibility of a fluid-mechanics treatment of dense granular flows},
|
||||
url = {http://doi.wiley.com/10.1002/(SICI)1099-1484(199610)1:4<385::AID-CFM20>3.0.CO;2-0},
|
||||
volume = {1},
|
||||
year = {1996}
|
||||
}
|
||||
|
||||
@BOOK{RR73,
|
||||
author={H. Radjavi and P. Rosenthal},
|
||||
|
BIN
thesis.pdf
BIN
thesis.pdf
Binary file not shown.
@ -73,6 +73,7 @@
|
||||
%*******************************Bibliography******************************************%
|
||||
|
||||
\begin{spacing}{0.9}
|
||||
%\bibliographystyle{apalike}
|
||||
\bibliographystyle{plainnat}
|
||||
\renewcommand{\bibname}{References} % changes default name Bibliography to References
|
||||
\cleardoublepage
|
||||
|
Loading…
Reference in New Issue
Block a user