Removed dependencies on obsolete packages
This commit is contained in:
parent
a7f123bb22
commit
4b709fed6c
@ -20,9 +20,9 @@ The most famous equation in the world: $E^2 = (m_0c^2)^2 + (pc)^2$, which is kno
|
||||
|
||||
A {\em \LaTeX{} class file}\index{\LaTeX{} class file@LaTeX class file} is a file, which holds style information for a particular \LaTeX{}.
|
||||
|
||||
\begin{eqnarray}
|
||||
CIF: \hspace*{5mm}F_0^j(a) &=& \frac{1}{2\pi \iota} \oint_{\gamma} \frac{F_0^j(z)}{z - a} dz
|
||||
\end{eqnarray}
|
||||
\begin{align}
|
||||
CIF: \hspace*{5mm}F_0^j(a) = \frac{1}{2\pi \iota} \oint_{\gamma} \frac{F_0^j(z)}{z - a} dz
|
||||
\end{align}
|
||||
|
||||
\nomenclature[z-cif]{$CIF$}{Cauchy's Integral Formula} % first letter Z is for Acronyms
|
||||
\nomenclature[a-F]{$F$}{complex function} % first letter A is for Roman symbols
|
||||
|
@ -18,7 +18,7 @@
|
||||
I'm going to randomly include a picture Figure~\ref{fig:minion}.
|
||||
|
||||
|
||||
If you have trouble viewing this document contact Krishna \href{mailto:kks32@cam.ac.uk}{kks32@cam.ac.uk}.
|
||||
If you have trouble viewing this document contact Krishna at: \href{mailto:kks32@cam.ac.uk}{kks32@cam.ac.uk} or raise an issue at \url{https://github.com/kks32/phd-thesis-template/}
|
||||
|
||||
|
||||
\begin{figure}[htbp!]
|
||||
@ -37,7 +37,7 @@ If you have trouble viewing this document contact Krishna \href{mailto:kks32@cam
|
||||
\item The first subtopic is silly
|
||||
\item The second subtopic is stupid
|
||||
\end{enumerate}
|
||||
\item The third topic is dullest
|
||||
\item The third topic is the dullest
|
||||
\end{enumerate}
|
||||
|
||||
\section*{itemize}
|
||||
@ -48,7 +48,7 @@ If you have trouble viewing this document contact Krishna \href{mailto:kks32@cam
|
||||
\item The first subtopic is silly
|
||||
\item The second subtopic is stupid
|
||||
\end{itemize}
|
||||
\item The third topic is dullest
|
||||
\item The third topic is the dullest
|
||||
\end{itemize}
|
||||
|
||||
\section*{description}
|
||||
@ -59,7 +59,7 @@ If you have trouble viewing this document contact Krishna \href{mailto:kks32@cam
|
||||
\item[The first subtopic] is silly
|
||||
\item[The second subtopic] is stupid
|
||||
\end{description}
|
||||
\item[The third topic] is dullest
|
||||
\item[The third topic] is the dullest
|
||||
\end{description}
|
||||
|
||||
|
||||
|
@ -245,7 +245,7 @@ supported!}
|
||||
|
||||
|
||||
% ************************** Layout and Formatting *****************************
|
||||
\def\pdfshellescape{1}
|
||||
\renewcommand\pdfshellescape{1}
|
||||
\RequirePackage{lscape} % Supports Landscape Layout
|
||||
\RequirePackage{setspace} % Define line spacing in paragraph
|
||||
\RequirePackage{calc} % To calculate vertical spacing
|
||||
@ -277,14 +277,6 @@ supported!}
|
||||
\fi
|
||||
|
||||
|
||||
% ************************ URL Package and Definition **************************
|
||||
\RequirePackage{url}
|
||||
% Redefining urlstyle to use smaller fontsize in References with URLs
|
||||
\newcommand{\url@leostyle}{%
|
||||
\@ifundefined{selectfont}{\renewcommand{\UrlFont}{\sf}}
|
||||
{\renewcommand{\UrlFont}{\small\ttfamily}}}
|
||||
\urlstyle{leo}
|
||||
|
||||
% ******************************* Bibliography *********************************
|
||||
\ifPHD@authoryear
|
||||
\ifPHD@biblatex
|
||||
@ -326,7 +318,6 @@ and define the natbib package or biblatex package with required style in the Pre
|
||||
\fi
|
||||
|
||||
|
||||
|
||||
% *********************** To copy ligatures and Fonts **************************
|
||||
\RequirePackage{textcomp}
|
||||
|
||||
@ -363,6 +354,22 @@ font in the preamble.tex file by specifying `customfont' in the class options}
|
||||
\pdfglyphtounicode{f_f_l}{FB04}
|
||||
\pdfgentounicode=1
|
||||
|
||||
|
||||
% ************************ URL Package and Definition **************************
|
||||
\RequirePackage{url}
|
||||
% Redefining urlstyle to use smaller fontsize in References with URLs
|
||||
\newcommand{\url@leostyle}{%
|
||||
\@ifundefined{selectfont}{\renewcommand{\UrlFont}{\sffamily}}
|
||||
{\renewcommand{\UrlFont}{\normalsize}}}
|
||||
\urlstyle{leo}
|
||||
|
||||
% option to split urls over multiple lines for latex >> DVIPS >> PDF option
|
||||
% PDFLaTeX does it automatically.
|
||||
|
||||
\ifsetDVI
|
||||
\RequirePackage{breakurl} % to split the url over multiple lines
|
||||
\fi
|
||||
|
||||
% ******************************************************************************
|
||||
% **************************** Pre-defined Settings ****************************
|
||||
% ******************************************************************************
|
||||
@ -570,7 +577,7 @@ font in the preamble.tex file by specifying `customfont' in the class options}
|
||||
% Submission Text
|
||||
{\large \submissiontext \par}
|
||||
\vspace*{1ex}
|
||||
{\large \it {\@degree} \par}
|
||||
{\large \textit {\@degree} \par}
|
||||
|
||||
|
||||
\end{center}
|
||||
@ -633,7 +640,7 @@ font in the preamble.tex file by specifying `customfont' in the class options}
|
||||
|
||||
|
||||
% ******************************* Nomenclature *********************************
|
||||
\usepackage{nomencl}
|
||||
\RequirePackage{nomencl}
|
||||
\makenomenclature
|
||||
\renewcommand{\nomgroup}[1]{%
|
||||
\ifthenelse{\equal{#1}{A}}{\item[\textbf{Roman Symbols}]}{%
|
||||
@ -782,7 +789,7 @@ font in the preamble.tex file by specifying `customfont' in the class options}
|
||||
\begin{center}
|
||||
\large \submissiontext \par
|
||||
\vspace*{1ex}
|
||||
\large \it {\@degree} \par
|
||||
\large \textit {\@degree} \par
|
||||
\end{center}
|
||||
\end{minipage}
|
||||
\end{lrbox}
|
||||
|
@ -24,49 +24,8 @@
|
||||
\RequirePackage{libertine}
|
||||
\fi
|
||||
|
||||
% *****************************************************************************
|
||||
% *************************** Bibliography and References ********************
|
||||
|
||||
%\usepackage{cleveref} %Referencing without need to explicitly state fig /table
|
||||
|
||||
% Add `custombib' in the document class option to use this section
|
||||
\ifsetBib % True, Bibliography option is chosen in class options
|
||||
\else % If custom bibliography style chosen then load bibstyle here
|
||||
|
||||
\RequirePackage[square, sort, numbers, authoryear]{natbib} % CustomBib
|
||||
|
||||
% If you would like to use biblatex for your reference management, as opposed to the default `natbibpackage` pass the option `custombib` in the document class. Comment out the previous line to make sure you don't load the natbib package. Uncomment the following lines and specify the location of references.bib file
|
||||
|
||||
% \RequirePackage[backend=biber, style=numeric-comp, citestyle=numeric, sorting=nty, natbib=true]{biblatex}
|
||||
% \bibliography{References/references} %Location of references.bib only for biblatex
|
||||
|
||||
\fi
|
||||
|
||||
|
||||
% changes the default name `Bibliography` -> `References'
|
||||
\renewcommand{\bibname}{References}
|
||||
|
||||
|
||||
% *****************************************************************************
|
||||
% *************** Changing the Visual Style of Chapter Headings ***************
|
||||
% Uncomment the section below. Requires titlesec package.
|
||||
|
||||
%\RequirePackage{titlesec}
|
||||
%\newcommand{\PreContentTitleFormat}{\titleformat{\chapter}[display]{\scshape\Large}
|
||||
%{\Large\filleft{\chaptertitlename} \Huge\thechapter}
|
||||
%{1ex}{}
|
||||
%[\vspace{1ex}\titlerule]}
|
||||
%\newcommand{\ContentTitleFormat}{\titleformat{\chapter}[display]{\scshape\huge}
|
||||
%{\Large\filleft{\chaptertitlename} \Huge\thechapter}{1ex}
|
||||
%{\titlerule\vspace{1ex}\filright}
|
||||
%[\vspace{1ex}\titlerule]}
|
||||
%\newcommand{\PostContentTitleFormat}{\PreContentTitleFormat}
|
||||
%\PreContentTitleFormat
|
||||
|
||||
|
||||
% *****************************************************************************
|
||||
% **************************** Custom Packages ********************************
|
||||
% *****************************************************************************
|
||||
|
||||
|
||||
% ************************* Algorithms and Pseudocode **************************
|
||||
@ -92,7 +51,7 @@
|
||||
%\RequirePackage{lineno}
|
||||
%\linenumbers
|
||||
|
||||
% ************************** Graphics and figures *****************************
|
||||
% *************************** Graphics and figures *****************************
|
||||
|
||||
%\usepackage{rotating}
|
||||
%\usepackage{wrapfig}
|
||||
@ -100,7 +59,7 @@
|
||||
\usepackage{subfig} %note: subfig must be included after the `caption` package.
|
||||
|
||||
|
||||
% ********************************* Table **************************************
|
||||
% ********************************** Table *************************************
|
||||
|
||||
%\usepackage{longtable}
|
||||
%\usepackage{multicol}
|
||||
@ -116,6 +75,47 @@
|
||||
%\usepackage{siunitx} % use this package module for SI units
|
||||
|
||||
|
||||
% *****************************************************************************
|
||||
% *************************** Bibliography and References ********************
|
||||
|
||||
%\usepackage{cleveref} %Referencing without need to explicitly state fig /table
|
||||
|
||||
% Add `custombib' in the document class option to use this section
|
||||
\ifsetBib % True, Bibliography option is chosen in class options
|
||||
\else % If custom bibliography style chosen then load bibstyle here
|
||||
|
||||
\RequirePackage[square, sort, numbers, authoryear]{natbib} % CustomBib
|
||||
|
||||
% If you would like to use biblatex for your reference management, as opposed to the default `natbibpackage` pass the option `custombib` in the document class. Comment out the previous line to make sure you don't load the natbib package. Uncomment the following lines and specify the location of references.bib file
|
||||
|
||||
% \RequirePackage[backend=biber, style=numeric-comp, citestyle=numeric, sorting=nty, natbib=true]{biblatex}
|
||||
% \bibliography{References/references} %Location of references.bib only for biblatex
|
||||
|
||||
\fi
|
||||
|
||||
|
||||
% changes the default name `Bibliography` -> `References'
|
||||
\renewcommand{\bibname}{References}
|
||||
|
||||
|
||||
% *****************************************************************************
|
||||
% *************** Changing the Visual Style of Chapter Headings ***************
|
||||
|
||||
% Uncomment the section below. Requires titlesec package.
|
||||
|
||||
%\RequirePackage{titlesec}
|
||||
%\newcommand{\PreContentTitleFormat}{\titleformat{\chapter}[display]{\scshape\Large}
|
||||
%{\Large\filleft{\chaptertitlename} \Huge\thechapter}
|
||||
%{1ex}{}
|
||||
%[\vspace{1ex}\titlerule]}
|
||||
%\newcommand{\ContentTitleFormat}{\titleformat{\chapter}[display]{\scshape\huge}
|
||||
%{\Large\filleft{\chaptertitlename} \Huge\thechapter}{1ex}
|
||||
%{\titlerule\vspace{1ex}\filright}
|
||||
%[\vspace{1ex}\titlerule]}
|
||||
%\newcommand{\PostContentTitleFormat}{\PreContentTitleFormat}
|
||||
%\PreContentTitleFormat
|
||||
|
||||
|
||||
% ******************************************************************************
|
||||
% ************************* User Defined Commands ******************************
|
||||
% ******************************************************************************
|
||||
|
@ -400,6 +400,12 @@ If you are generating a separate abstract for your thesis submission, ignore thi
|
||||
--------------------------------------------------------------------------------
|
||||
## ChangeLog
|
||||
|
||||
### 2014/03/24 - Version 1.2
|
||||
> Commit
|
||||
* Rearranged package order in preamble to support equation numbering using cref
|
||||
* Removed dependencies on obsolete packages
|
||||
* Restyled the URL fonts to use the same font as text
|
||||
|
||||
### 2014/02/10 - Version 1.1.1
|
||||
> Commit e7f34cfd71cbe1b590d615a00d99b8d05513e5ba
|
||||
* Biblatex handled as a custombib option
|
||||
|
BIN
thesis.dvi
BIN
thesis.dvi
Binary file not shown.
BIN
thesis.pdf
BIN
thesis.pdf
Binary file not shown.
522
thesis.ps
522
thesis.ps
@ -1,7 +1,7 @@
|
||||
%!PS-Adobe-2.0
|
||||
%%Creator: dvips(k) 5.993 Copyright 2013 Radical Eye Software
|
||||
%%Title: thesis.dvi
|
||||
%%CreationDate: Fri Feb 14 19:00:46 2014
|
||||
%%CreationDate: Mon Mar 24 00:35:25 2014
|
||||
%%Pages: 39
|
||||
%%PageOrder: Ascend
|
||||
%%BoundingBox: 0 0 596 842
|
||||
@ -13,7 +13,7 @@
|
||||
%DVIPSWebPage: (www.radicaleye.com)
|
||||
%DVIPSCommandLine: dvips -z -o thesis.ps.temp -ta4 thesis.dvi
|
||||
%DVIPSParameters: dpi=600
|
||||
%DVIPSSource: TeX output 2014.02.14:1900
|
||||
%DVIPSSource: TeX output 2014.03.24:0035
|
||||
%%BeginProcSet: tex.pro 0 0
|
||||
%!
|
||||
/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
|
||||
@ -700,6 +700,23 @@ exch def} def/H.A {H.L currentpoint exch pop vsize 72 sub exch DvipsToPDF
|
||||
HyperBasePt sub sub /pdf@voff exch def} def/H.R {currentpoint HyperBorder
|
||||
sub /pdf@ury exch def HyperBorder add /pdf@urx exch def currentpoint
|
||||
exch pop vsize 72 sub exch DvipsToPDF sub /pdf@voff exch def} def
|
||||
|
||||
/burl@stx null def /BU.S { /burl@stx null def } def /BU.SS { currentpoint
|
||||
/burl@lly exch def /burl@llx exch def burl@stx null ne {burl@endx burl@llx
|
||||
ne {BU.FL BU.S} if} if burl@stx null eq { burl@llx dup /burl@stx exch
|
||||
def /burl@endx exch def burl@lly dup /burl@boty exch def /burl@topy
|
||||
exch def } if burl@lly burl@boty gt {/burl@boty burl@lly def} if }
|
||||
def /BU.SE { currentpoint /burl@ury exch def dup /burl@urx exch def
|
||||
/burl@endx exch def burl@ury burl@topy lt {/burl@topy burl@ury def}
|
||||
if } def /BU.E { BU.FL } def /BU.FL { burl@stx null ne {BU.DF} if }
|
||||
def /BU.DF { BU.BB [ /H /I /Border [burl@border] /Color [burl@bordercolor]
|
||||
/Action << /Subtype /URI /URI BU.L >> /Subtype /Link BU.B /ANN pdfmark
|
||||
/burl@stx null def } def /BU.BB { burl@stx HyperBorder sub /burl@stx
|
||||
exch def burl@endx HyperBorder add /burl@endx exch def burl@boty HyperBorder
|
||||
add /burl@boty exch def burl@topy HyperBorder sub /burl@topy exch def
|
||||
} def /BU.B { /Rect[burl@stx burl@boty burl@endx burl@topy] } def /eop
|
||||
where { begin /@ldeopburl /eop load def /eop { SDict begin BU.FL end
|
||||
@ldeopburl } def end } { /eop { SDict begin BU.FL end } def } ifelse
|
||||
|
||||
@fedspecial end
|
||||
%%BeginFont: SFTT1200
|
||||
@ -7033,120 +7050,122 @@ SDict begin 17.99446 H.A end
|
||||
123 298 a 123
|
||||
298 a
|
||||
SDict begin [/View [/XYZ H.V]/Dest (chapter.1) cvn /DEST pdfmark end
|
||||
123 298 a 831 x Fx(Chapter)51 b(1)123 1612 y(Getting)h(Started)
|
||||
123 1986 y
|
||||
123 298 a 824 x Fx(Chapter)51 b(1)123 1597 y(Getting)h(Started)
|
||||
123 1971 y
|
||||
SDict begin H.S end
|
||||
123 1986 a 123 1986 a
|
||||
123 1971 a 123 1971 a
|
||||
SDict begin 17.99446 H.A end
|
||||
123 1986 a 123 1986
|
||||
123 1971 a 123 1971
|
||||
a
|
||||
SDict begin [/View [/XYZ H.V]/Dest (section.1.1) cvn /DEST pdfmark
|
||||
end
|
||||
123 1986 a 192 x Fw(1.1)143 b(What)36 b(is)f(Lor)m(en)g(Ipsum?)43
|
||||
b(T)m(itle)35 b(with)g(Math)h Fg(s)123 2447 y Ft(Lorem)43
|
||||
123 1971 a 184 x Fw(1.1)143 b(What)36 b(is)f(Lor)m(en)g(Ipsum?)43
|
||||
b(T)m(itle)35 b(with)g(Math)h Fg(s)123 2408 y Ft(Lorem)43
|
||||
b(Ipsum)g(is)f(simply)g(dummy)f(te)o(xt)h(of)i(the)f(printing)e(and)i
|
||||
(typesetting)f(industry)g(\(see)h(Sec-)123 2596 y(tion)p
|
||||
0 TeXcolorgray 315 2597 a
|
||||
(typesetting)f(industry)g(\(see)h(Sec-)123 2557 y(tion)p
|
||||
0 TeXcolorgray 315 2558 a
|
||||
SDict begin H.S end
|
||||
315 2597 a 0 TeXcolorgray -1
|
||||
x Ft(1.3)p 0 TeXcolorgray 440 2529 a
|
||||
315 2558 a 0 TeXcolorgray -1
|
||||
x Ft(1.3)p 0 TeXcolorgray 440 2490 a
|
||||
SDict begin H.R end
|
||||
440 2529 a 440 2596
|
||||
440 2490 a 440 2557
|
||||
a
|
||||
SDict begin [/Color [1 0 0]/H /I/Border [0 0 0]BorderArrayPatch/Subtype
|
||||
/Link/Dest (section.1.3) cvn H.B /ANN pdfmark end
|
||||
440 2596 a Black Ft(\).)66 b(Lorem)36 b(Ipsum)g([)p
|
||||
0 TeXcolorgray 1185 2596 a
|
||||
440 2557 a Black Ft(\).)66 b(Lorem)36 b(Ipsum)g([)p
|
||||
0 TeXcolorgray 1185 2557 a
|
||||
SDict begin H.S end
|
||||
1185 2596 a Ft(3)1235 2596
|
||||
1185 2557 a Ft(3)1235 2557
|
||||
y
|
||||
SDict begin 17.99446 H.L end
|
||||
1235 2596 a 1235 2596 a
|
||||
1235 2557 a 1235 2557 a
|
||||
SDict begin [/Subtype /Link/Dest (cite.Aup91) cvn/H /I/Border [0 0
|
||||
0]BorderArrayPatch/Color [0 1 0] H.B /ANN pdfmark end
|
||||
1235 2596 a Black Ft(])h(has)g(been)g(the)f
|
||||
1235 2557 a Black Ft(])h(has)g(been)g(the)f
|
||||
(industry')-5 b(s)35 b(standard)h(dummy)f(te)o(xt)h(e)n(v)o(er)g(since)
|
||||
h(the)123 2746 y(1500s,)i(when)e(an)f(unkno)n(wn)f(printer)i(took)f(a)h
|
||||
h(the)123 2707 y(1500s,)i(when)e(an)f(unkno)n(wn)f(printer)i(took)f(a)h
|
||||
(galle)o(y)e(of)i(type)f(and)h(scrambled)f(it)g(to)g(mak)o(e)h(a)g
|
||||
(type)123 2895 y(specimen)f(book.)65 b(It)36 b(has)h(survi)n(v)o(ed)d
|
||||
(type)123 2856 y(specimen)f(book.)65 b(It)36 b(has)h(survi)n(v)o(ed)d
|
||||
(not)i(only)g(\002)n(v)o(e)g(centuries,)j(b)n(ut)c(also)h(the)h(leap)f
|
||||
(into)f(electronic)123 3045 y(typesetting,)29 b(remaining)e
|
||||
(into)f(electronic)123 3006 y(typesetting,)29 b(remaining)e
|
||||
(essentially)h(unchanged.)42 b(It)29 b(w)o(as)g(popularised)f(in)g(the)
|
||||
h(1960s)f(with)g(the)h(re-)123 3194 y(lease)e(of)g(Letraset)f(sheets)g
|
||||
h(1960s)f(with)g(the)h(re-)123 3155 y(lease)e(of)g(Letraset)f(sheets)g
|
||||
(containing)g(Lorem)g(Ipsum)g(passages,)g(and)h(more)f(recently)h(with)
|
||||
e(desktop)123 3343 y(publishing)e(softw)o(are)i(lik)o(e)f(Aldus)g(P)o
|
||||
e(desktop)123 3304 y(publishing)e(softw)o(are)i(lik)o(e)f(Aldus)g(P)o
|
||||
(ageMak)o(er)h(including)f(v)o(ersions)f(of)i(Lorem)f(Ipsum)g([)p
|
||||
0 TeXcolorgray 3310 3343 a
|
||||
0 TeXcolorgray 3310 3304 a
|
||||
SDict begin H.S end
|
||||
3310 3343 a Ft(1)3360 3343
|
||||
3310 3304 a Ft(1)3360 3304
|
||||
y
|
||||
SDict begin 17.99446 H.L end
|
||||
3360 3343 a 3360 3343 a
|
||||
3360 3304 a 3360 3304 a
|
||||
SDict begin [/Subtype /Link/Dest (cite.AAB95) cvn/H /I/Border [0 0
|
||||
0]BorderArrayPatch/Color [0 1 0] H.B /ANN pdfmark end
|
||||
3360 3343 a Black Ft(,)p 0
|
||||
TeXcolorgray 3410 3343 a
|
||||
3360 3304 a Black Ft(,)p 0
|
||||
TeXcolorgray 3410 3304 a
|
||||
SDict begin H.S end
|
||||
3410 3343 a Ft(4)3460 3343 y
|
||||
3410 3304 a Ft(4)3460 3304 y
|
||||
SDict begin 17.99446 H.L end
|
||||
|
||||
3460 3343 a 3460 3343 a
|
||||
3460 3304 a 3460 3304 a
|
||||
SDict begin [/Subtype /Link/Dest (cite.Con90) cvn/H /I/Border [0 0
|
||||
0]BorderArrayPatch/Color [0 1 0] H.B /ANN pdfmark end
|
||||
3460 3343 a Black Ft(,)p 0 TeXcolorgray
|
||||
3510 3343 a
|
||||
3460 3304 a Black Ft(,)p 0 TeXcolorgray
|
||||
3510 3304 a
|
||||
SDict begin H.S end
|
||||
3510 3343 a Ft(5)3560 3343 y
|
||||
3510 3304 a Ft(5)3560 3304 y
|
||||
SDict begin 17.99446 H.L end
|
||||
3560 3343 a
|
||||
3560 3343 a
|
||||
3560 3304 a
|
||||
3560 3304 a
|
||||
SDict begin [/Subtype /Link/Dest (cite.LM65) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color
|
||||
[0 1 0] H.B /ANN pdfmark end
|
||||
3560 3343 a Black Ft(].)270 3500 y(The)k(most)g(f)o(amous)f
|
||||
(equation)h(in)g(the)g(w)o(orld:)38 b Fp(E)1990 3464
|
||||
y Fe(2)2056 3500 y Fl(=)24 b(\()p Fp(m)2268 3516 y Fe(0)2309
|
||||
3500 y Fp(c)2353 3464 y Fe(2)2395 3500 y Fl(\))2434 3464
|
||||
y Fe(2)2490 3500 y Fl(+)15 b(\()7 b Fp(pc)p Fl(\))2761
|
||||
3464 y Fe(2)2803 3500 y Ft(,)30 b(which)e(is)g(kno)n(wn)f(as)i(the)123
|
||||
3650 y Fs(ener)o(gy-mass-momentum)e Ft(relation)d(as)h(an)g(in-line)f
|
||||
(equation.)270 3807 y(A)h Fp(L)386 3794 y Fh(A)417 3807
|
||||
y Fp(T)455 3829 y(E)504 3807 y(X)g(class)f(\002le)h Ft(is)f(a)h
|
||||
3560 3304 a Black Ft(].)270 3454 y(The)k(most)g(f)o(amous)f
|
||||
(equation)h(in)g(the)g(w)o(orld:)38 b Fp(E)1990 3418
|
||||
y Fe(2)2056 3454 y Fl(=)24 b(\()p Fp(m)2268 3469 y Fe(0)2309
|
||||
3454 y Fp(c)2353 3418 y Fe(2)2395 3454 y Fl(\))2434 3418
|
||||
y Fe(2)2490 3454 y Fl(+)15 b(\()7 b Fp(pc)p Fl(\))2761
|
||||
3418 y Fe(2)2803 3454 y Ft(,)30 b(which)e(is)g(kno)n(wn)f(as)i(the)123
|
||||
3603 y Fs(ener)o(gy-mass-momentum)e Ft(relation)d(as)h(an)g(in-line)f
|
||||
(equation.)270 3752 y(A)h Fp(L)386 3739 y Fh(A)417 3752
|
||||
y Fp(T)455 3774 y(E)504 3752 y(X)g(class)f(\002le)h Ft(is)f(a)h
|
||||
(\002le,)g(which)g(holds)e(style)i(information)e(for)i(a)g(particular)g
|
||||
(L)3158 3793 y Fe(A)3197 3807 y Ft(T)3241 3829 y(E)3289
|
||||
3807 y(X.)367 4276 y
|
||||
(L)3158 3738 y Fe(A)3197 3752 y Ft(T)3241 3775 y(E)3289
|
||||
3752 y(X.)1264 4204 y Fp(C)s(I)6 b(F)29 b Ft(:)140 b
|
||||
Fp(F)1710 4154 y Fh(j)1681 4236 y Fe(0)1737 4204 y Fl(\()p
|
||||
Fp(a)p Fl(\))22 b(=)2048 4136 y Ft(1)p 1996 4181 154
|
||||
4 v 1996 4272 a(2)p Fr(p)8 b(i)2171 4079 y Fj(I)2221
|
||||
4282 y Fi(g)2283 4132 y Fp(F)2363 4082 y Fh(j)2334 4164
|
||||
y Fe(0)2390 4132 y Fl(\()p Fp(z)p Fl(\))p 2283 4181 224
|
||||
4 v 2298 4272 a Fp(z)14 b Fn(\000)g Fp(a)2516 4204 y(d)5
|
||||
b(z)3564 4204 y
|
||||
SDict begin H.S end
|
||||
367 4276 a 367 4276 a
|
||||
SDict begin 17.99446 H.A end
|
||||
367 4276 a
|
||||
367 4276 a
|
||||
3564 4204 a 3564 4204 a
|
||||
SDict begin 20.99446 H.A end
|
||||
3564 4204 a 3564
|
||||
4204 a
|
||||
SDict begin [/View [/XYZ H.V]/Dest (equation.1.1.1) cvn /DEST pdfmark
|
||||
end
|
||||
367 4276 a -5 w Fp(C)s(I)6 b(F)30 b Ft(:)140
|
||||
b Fp(F)809 4226 y Fh(j)780 4308 y Fe(0)836 4276 y Fl(\()p
|
||||
Fp(a)p Fl(\))82 b(=)1268 4209 y Ft(1)p 1216 4253 154
|
||||
4 v 1216 4345 a(2)p Fr(p)8 b(i)1391 4152 y Fj(I)1441
|
||||
4355 y Fi(g)1503 4205 y Fp(F)1583 4155 y Fh(j)1554 4236
|
||||
y Fe(0)1610 4205 y Fl(\()p Fp(z)p Fl(\))p 1503 4253 224
|
||||
4 v 1518 4345 a Fp(z)14 b Fn(\000)g Fp(a)1736 4276 y(d)5
|
||||
b(z)p Black 1734 w Ft(\(1.1\))p Black 123 4704 a
|
||||
3564 4204 a Ft(\(1.1\))123 4578 y
|
||||
SDict begin H.S end
|
||||
123
|
||||
4704 a 123 4704 a
|
||||
123 4578 a 123
|
||||
4578 a
|
||||
SDict begin 17.99446 H.A end
|
||||
123 4704 a 123 4704 a
|
||||
123 4578 a 123 4578 a
|
||||
SDict begin [/View [/XYZ H.V]/Dest (section.1.2) cvn /DEST pdfmark
|
||||
end
|
||||
123 4704 a 139
|
||||
x Fw(1.2)143 b(Wh)n(y)36 b(do)f(we)g(use)h(Lor)m(en)e(Ipsum?)123
|
||||
5111 y Ft(It)25 b(is)f(a)h(long)f(established)g(f)o(act)h(that)f(a)h
|
||||
(reader)h(will)d(be)i(distracted)f(by)h(the)f(readable)h(content)f(of)h
|
||||
(a)g(page)123 5261 y(when)33 b(looking)e(at)i(its)f(layout.)54
|
||||
123 4578 a 131 x Fw(1.2)143
|
||||
b(Wh)n(y)36 b(do)f(we)g(use)h(Lor)m(en)e(Ipsum?)123 4962
|
||||
y Ft(It)25 b(is)f(a)h(long)f(established)g(f)o(act)h(that)f(a)h(reader)
|
||||
h(will)d(be)i(distracted)f(by)h(the)f(readable)h(content)f(of)h(a)g
|
||||
(page)123 5111 y(when)33 b(looking)e(at)i(its)f(layout.)54
|
||||
b(The)33 b(point)f(of)h(using)e(Lorem)i(Ipsum)f(is)g(that)h(it)f(has)h
|
||||
(a)g(more-or)n(-less)123 5410 y(normal)38 b(distrib)n(ution)d(of)j
|
||||
(a)g(more-or)n(-less)123 5261 y(normal)38 b(distrib)n(ution)d(of)j
|
||||
(letters,)j(as)d(opposed)f(to)g(using)g(`Content)h(here,)j(content)d
|
||||
(here',)j(making)123 5560 y(it)d(look)f(lik)o(e)g(readable)i(English.)
|
||||
(here',)j(making)123 5410 y(it)d(look)f(lik)o(e)g(readable)i(English.)
|
||||
68 b(Man)o(y)37 b(desktop)g(publishing)f(packages)i(and)g(web)g(page)g
|
||||
(editors)p Black Black eop end end
|
||||
(editors)123 5560 y(no)n(w)h(use)g(Lorem)g(Ipsum)g(as)g(their)h(def)o
|
||||
(ault)f(model)f(te)o(xt,)k(and)e(a)f(search)h(for)g(`lorem)f(ipsum')f
|
||||
(will)p Black Black eop end end
|
||||
%%Page: 2 20
|
||||
TeXDict begin HPSdict begin 2 19 bop 0 0 a
|
||||
SDict begin /product where{pop product(Distiller)search{pop pop pop
|
||||
@ -7162,79 +7181,79 @@ SDict begin H.R end
|
||||
SDict begin [/View [/XYZ H.V]/Dest (page.2) cvn /DEST pdfmark end
|
||||
-3 4 a Black Black
|
||||
5 97 a Fs(2)2976 b Ft(Getting)24 b(Started)p 5 136 3632
|
||||
4 v Black 5 397 a(no)n(w)39 b(use)g(Lorem)g(Ipsum)g(as)g(their)g(def)o
|
||||
(ault)h(model)e(te)o(xt,)k(and)e(a)f(search)h(for)g(`lorem)f(ipsum')f
|
||||
(will)5 547 y(unco)o(v)o(er)25 b(man)o(y)f(web)i(sites)f(still)f(in)h
|
||||
4 v Black 5 397 a(unco)o(v)o(er)h(man)o(y)f(web)i(sites)f(still)f(in)h
|
||||
(their)g(inf)o(anc)o(y)-6 b(.)32 b(V)-11 b(arious)25
|
||||
b(v)o(ersions)g(ha)n(v)o(e)g(e)n(v)n(olv)o(ed)f(o)o(v)o(er)h(the)g
|
||||
(years,)5 696 y(sometimes)e(by)i(accident,)g(sometimes)e(on)h(purpose)h
|
||||
(\(injected)f(humour)g(and)h(the)f(lik)o(e\).)5 895 y
|
||||
(years,)5 547 y(sometimes)e(by)i(accident,)g(sometimes)e(on)h(purpose)h
|
||||
(\(injected)f(humour)g(and)h(the)f(lik)o(e\).)5 744 y
|
||||
SDict begin H.S end
|
||||
|
||||
5 895 a 5 895 a
|
||||
5 744 a 5 744 a
|
||||
SDict begin 17.99446 H.A end
|
||||
5 895 a 5 895 a
|
||||
5 744 a 5 744 a
|
||||
SDict begin [/View [/XYZ H.V]/Dest (section.1.3) cvn /DEST pdfmark
|
||||
end
|
||||
5 895 a 209 x Fw(1.3)143
|
||||
b(Wher)m(e)36 b(does)f(it)g(come)g(fr)m(om?)5 1365 y
|
||||
5 744 a 209 x Fw(1.3)143
|
||||
b(Wher)m(e)36 b(does)f(it)g(come)g(fr)m(om?)5 1213 y
|
||||
Ft(Contrary)22 b(to)g(popular)f(belief,)h(Lorem)f(Ipsum)g(is)g(not)h
|
||||
(simply)e(random)h(te)o(xt.)29 b(It)21 b(has)h(roots)f(in)g(a)h(piece)g
|
||||
(of)5 1514 y(classical)g(Latin)g(literature)g(from)g(45)g(BC,)i(making)
|
||||
(of)5 1362 y(classical)g(Latin)g(literature)g(from)g(45)g(BC,)i(making)
|
||||
d(it)h(o)o(v)o(er)f(2000)h(years)h(old.)29 b(Richard)23
|
||||
b(McClintock,)f(a)5 1664 y(Latin)g(professor)g(at)h(Hampden-Sydne)o(y)e
|
||||
b(McClintock,)f(a)5 1512 y(Latin)g(professor)g(at)h(Hampden-Sydne)o(y)e
|
||||
(Colle)o(ge)h(in)g(V)-6 b(ir)n(ginia,)22 b(look)o(ed)g(up)g(one)g(of)h
|
||||
(the)f(more)g(obscure)5 1813 y(Latin)28 b(w)o(ords,)h(consectetur)l(,)g
|
||||
(the)f(more)g(obscure)5 1661 y(Latin)28 b(w)o(ords,)h(consectetur)l(,)g
|
||||
(from)f(a)h(Lorem)f(Ipsum)g(passage,)h(and)f(going)g(through)f(the)i
|
||||
(cites)f(of)g(the)5 1963 y(w)o(ord)h(in)g(classical)g(literature,)h
|
||||
(cites)f(of)g(the)5 1810 y(w)o(ord)h(in)g(classical)g(literature,)h
|
||||
(disco)o(v)o(ered)e(the)h(undoubtable)f(source.)43 b(Lorem)29
|
||||
b(Ipsum)g(comes)g(from)5 2112 y(sections)24 b(1.10.32)g(and)h(1.10.33)f
|
||||
b(Ipsum)g(comes)g(from)5 1960 y(sections)24 b(1.10.32)g(and)h(1.10.33)f
|
||||
(of)h("de)g(Finib)n(us)f(Bonorum)h(et)g(Malorum")e(\(The)i(Extremes)g
|
||||
(of)g(Good)5 2261 y(and)k(Evil\))e(by)i(Cicero,)g(written)f(in)g(45)g
|
||||
(of)g(Good)5 2109 y(and)k(Evil\))e(by)i(Cicero,)g(written)f(in)g(45)g
|
||||
(BC.)i(This)d(book)h(is)g(a)h(treatise)f(on)g(the)g(theory)g(of)h
|
||||
(ethics,)g(v)o(ery)5 2411 y(popular)35 b(during)g(the)g(Renaissance.)63
|
||||
(ethics,)g(v)o(ery)5 2259 y(popular)35 b(during)g(the)g(Renaissance.)63
|
||||
b(The)36 b(\002rst)f(line)g(of)h(Lorem)f(Ipsum,)i("Lorem)e(ipsum)f
|
||||
(dolor)h(sit)5 2560 y(amet..",)24 b(comes)h(from)f(a)h(line)g(in)f
|
||||
(section)g(1.10.32.)152 2713 y(The)f(standard)f(chunk)h(of)g(Lorem)f
|
||||
(dolor)h(sit)5 2408 y(amet..",)24 b(comes)h(from)f(a)h(line)g(in)f
|
||||
(section)g(1.10.32.)152 2561 y(The)f(standard)f(chunk)h(of)g(Lorem)f
|
||||
(Ipsum)h(used)f(since)h(the)g(1500s)f(is)g(reproduced)i(belo)n(w)e(for)
|
||||
h(those)5 2863 y(interested.)30 b(Sections)23 b(1.10.32)f(and)h
|
||||
h(those)5 2710 y(interested.)30 b(Sections)23 b(1.10.32)f(and)h
|
||||
(1.10.33)f(from)h(\223de)h(Finib)n(us)e(Bonorum)h(et)g(Malorum")f(by)h
|
||||
(Cicero)5 3012 y(are)j(also)f(reproduced)g(in)g(their)g(e)o(xact)g
|
||||
(Cicero)5 2860 y(are)j(also)f(reproduced)g(in)g(their)g(e)o(xact)g
|
||||
(original)f(form,)h(accompanied)g(by)g(English)f(v)o(ersions)g(from)g
|
||||
(the)5 3162 y(1914)g(translation)g(by)h(H.)f(Rackham)152
|
||||
3315 y(\223Lorem)j(ipsum)f(dolor)h(sit)f(amet,)i(consectetur)f
|
||||
(the)5 3009 y(1914)g(translation)g(by)h(H.)f(Rackham)152
|
||||
3162 y(\223Lorem)j(ipsum)f(dolor)h(sit)f(amet,)i(consectetur)f
|
||||
(adipisicing)f(elit,)h(sed)h(do)f(eiusmod)f(tempor)h(inci-)5
|
||||
3464 y(didunt)19 b(ut)g(labore)h(et)g(dolore)f(magna)h(aliqua.)28
|
||||
3312 y(didunt)19 b(ut)g(labore)h(et)g(dolore)f(magna)h(aliqua.)28
|
||||
b(Ut)20 b(enim)f(ad)h(minim)e(v)o(eniam,)h(quis)g(nostrud)g(e)o(x)o
|
||||
(ercitation)5 3614 y(ullamco)j(laboris)g(nisi)g(ut)g(aliquip)g(e)o(x)g
|
||||
(ercitation)5 3461 y(ullamco)j(laboris)g(nisi)g(ut)g(aliquip)g(e)o(x)g
|
||||
(ea)i(commodo)d(consequat.)29 b(Duis)22 b(aute)h(irure)g(dolor)f(in)h
|
||||
(reprehen-)5 3763 y(derit)30 b(in)f(v)n(oluptate)g(v)o(elit)g(esse)h
|
||||
(reprehen-)5 3610 y(derit)30 b(in)f(v)n(oluptate)g(v)o(elit)g(esse)h
|
||||
(cillum)f(dolore)g(eu)h(fugiat)g(nulla)f(pariatur)-5
|
||||
b(.)45 b(Excepteur)30 b(sint)f(occaecat)5 3912 y(cupidatat)24
|
||||
b(.)45 b(Excepteur)30 b(sint)f(occaecat)5 3760 y(cupidatat)24
|
||||
b(non)h(proident,)f(sunt)g(in)g(culpa)h(qui)f(of)n(\002cia)h(deserunt)f
|
||||
(mollit)f(anim)i(id)f(est)h(laborum.")152 4066 y(Section)c(1.10.32)g
|
||||
(mollit)f(anim)i(id)f(est)h(laborum.")152 3913 y(Section)c(1.10.32)g
|
||||
(of)h(\223de)g(Finib)n(us)f(Bonorum)g(et)h(Malorum",)e(written)i(by)f
|
||||
(Cicero)h(in)g(45)f(BC:)i(\223Sed)5 4215 y(ut)28 b(perspiciatis)f(unde)
|
||||
(Cicero)h(in)g(45)f(BC:)i(\223Sed)5 4062 y(ut)28 b(perspiciatis)f(unde)
|
||||
g(omnis)g(iste)g(natus)g(error)i(sit)e(v)n(oluptatem)g(accusantium)g
|
||||
(doloremque)f(laudan-)5 4364 y(tium,)19 b(totam)f(rem)h(aperiam,)h
|
||||
(doloremque)f(laudan-)5 4211 y(tium,)19 b(totam)f(rem)h(aperiam,)h
|
||||
(eaque)f(ipsa)g(quae)g(ab)g(illo)f(in)l(v)o(entore)g(v)o(eritatis)g(et)
|
||||
h(quasi)f(architecto)h(beatae)5 4514 y(vitae)32 b(dicta)f(sunt)g(e)o
|
||||
h(quasi)f(architecto)h(beatae)5 4361 y(vitae)32 b(dicta)f(sunt)g(e)o
|
||||
(xplicabo.)51 b(Nemo)31 b(enim)h(ipsam)e(v)n(oluptatem)h(quia)g(v)n
|
||||
(oluptas)g(sit)g(aspernatur)g(aut)5 4663 y(odit)24 b(aut)h(fugit,)g
|
||||
(oluptas)g(sit)g(aspernatur)g(aut)5 4510 y(odit)24 b(aut)h(fugit,)g
|
||||
(sed)g(quia)f(consequuntur)g(magni)h(dolores)f(eos)h(qui)g(ratione)f(v)
|
||||
n(oluptatem)g(sequi)g(nesci-)5 4813 y(unt.)30 b(Neque)22
|
||||
n(oluptatem)g(sequi)g(nesci-)5 4660 y(unt.)30 b(Neque)22
|
||||
b(porro)g(quisquam)f(est,)h(qui)g(dolorem)f(ipsum)g(quia)h(dolor)f(sit)
|
||||
g(amet,)i(consectetur)l(,)f(adipisci)5 4962 y(v)o(elit,)31
|
||||
g(amet,)i(consectetur)l(,)f(adipisci)5 4809 y(v)o(elit,)31
|
||||
b(sed)g(quia)f(non)g(numquam)f(eius)i(modi)e(tempora)h(incidunt)g(ut)g
|
||||
(labore)h(et)f(dolore)h(magnam)e(ali-)5 5111 y(quam)f(quaerat)g(v)n
|
||||
(labore)h(et)f(dolore)h(magnam)e(ali-)5 4958 y(quam)f(quaerat)g(v)n
|
||||
(oluptatem.)39 b(Ut)28 b(enim)f(ad)i(minima)d(v)o(eniam,)i(quis)f
|
||||
(nostrum)g(e)o(x)o(ercitationem)f(ullam)5 5261 y(corporis)31
|
||||
(nostrum)g(e)o(x)o(ercitationem)f(ullam)5 5108 y(corporis)31
|
||||
b(suscipit)f(laboriosam,)i(nisi)f(ut)g(aliquid)f(e)o(x)h(ea)i(commodi)d
|
||||
(consequatur?)50 b(Quis)31 b(autem)g(v)o(el)5 5410 y(eum)d(iure)f
|
||||
(consequatur?)50 b(Quis)31 b(autem)g(v)o(el)5 5257 y(eum)d(iure)f
|
||||
(reprehenderit)h(qui)f(in)h(ea)g(v)n(oluptate)f(v)o(elit)f(esse)i(quam)
|
||||
f(nihil)f(molestiae)h(consequatur)l(,)h(v)o(el)5 5560
|
||||
f(nihil)f(molestiae)h(consequatur)l(,)h(v)o(el)5 5407
|
||||
y(illum)c(qui)g(dolorem)g(eum)g(fugiat)h(quo)f(v)n(oluptas)f(nulla)i
|
||||
(pariatur?")p Black Black eop end end
|
||||
(pariatur?")152 5560 y(1914)g(translation)f(by)i(H.)f(Rackham:)33
|
||||
b(\223But)26 b(I)g(must)e(e)o(xplain)h(to)g(you)h(ho)n(w)e(all)i(this)f
|
||||
(mistak)o(en)f(idea)p Black Black eop end end
|
||||
%%Page: 3 21
|
||||
TeXDict begin HPSdict begin 3 20 bop 0 0 a
|
||||
SDict begin /product where{pop product(Distiller)search{pop pop pop
|
||||
@ -7250,78 +7269,75 @@ SDict begin H.R end
|
||||
SDict begin [/View [/XYZ H.V]/Dest (page.3) cvn /DEST pdfmark end
|
||||
115 4 a Black
|
||||
Black 123 97 a Ft(1.3)25 b(Where)g(does)g(it)f(come)h(from?)2376
|
||||
b Fs(3)p 123 136 3632 4 v Black 270 397 a Ft(1914)25
|
||||
b(translation)f(by)i(H.)f(Rackham:)33 b(\223But)26 b(I)g(must)f(e)o
|
||||
(xplain)f(to)h(you)h(ho)n(w)f(all)g(this)g(mistak)o(en)f(idea)123
|
||||
547 y(of)k(denouncing)e(pleasure)h(and)h(praising)e(pain)h(w)o(as)g
|
||||
(born)g(and)h(I)f(will)f(gi)n(v)o(e)g(you)h(a)h(complete)e(account)123
|
||||
696 y(of)21 b(the)g(system,)f(and)g(e)o(xpound)g(the)g(actual)h
|
||||
(teachings)f(of)h(the)f(great)h(e)o(xplorer)f(of)h(the)f(truth,)h(the)g
|
||||
(master)n(-)123 846 y(b)n(uilder)k(of)h(human)f(happiness.)32
|
||||
b(No)26 b(one)f(rejects,)h(dislik)o(es,)e(or)i(a)n(v)n(oids)f(pleasure)
|
||||
h(itself,)f(because)h(it)f(is)123 995 y(pleasure,)31
|
||||
b(b)n(ut)e(because)h(those)f(who)h(do)f(not)g(kno)n(w)g(ho)n(w)g(to)g
|
||||
(pursue)g(pleasure)h(rationally)e(encounter)123 1144
|
||||
y(consequences)j(that)g(are)g(e)o(xtremely)f(painful.)48
|
||||
b(Nor)31 b(again)f(is)h(there)g(an)o(yone)f(who)h(lo)o(v)o(es)e(or)i
|
||||
(pursues)123 1294 y(or)24 b(desires)f(to)g(obtain)g(pain)g(of)h
|
||||
(itself,)e(because)i(it)f(is)g(pain,)h(b)n(ut)e(because)i(occasionally)
|
||||
f(circumstances)123 1443 y(occur)g(in)f(which)g(toil)g(and)g(pain)h
|
||||
(can)f(procure)h(him)f(some)g(great)h(pleasure.)30 b(T)-8
|
||||
b(o)22 b(tak)o(e)g(a)h(tri)n(vial)e(e)o(xample,)123 1592
|
||||
y(which)31 b(of)g(us)f(e)n(v)o(er)g(undertak)o(es)h(laborious)e
|
||||
b Fs(3)p 123 136 3632 4 v Black 123 397 a Ft(of)28 b(denouncing)e
|
||||
(pleasure)h(and)h(praising)e(pain)h(w)o(as)g(born)g(and)h(I)f(will)f
|
||||
(gi)n(v)o(e)g(you)h(a)h(complete)e(account)123 547 y(of)21
|
||||
b(the)g(system,)f(and)g(e)o(xpound)g(the)g(actual)h(teachings)f(of)h
|
||||
(the)f(great)h(e)o(xplorer)f(of)h(the)f(truth,)h(the)g(master)n(-)123
|
||||
696 y(b)n(uilder)k(of)h(human)f(happiness.)32 b(No)26
|
||||
b(one)f(rejects,)h(dislik)o(es,)e(or)i(a)n(v)n(oids)f(pleasure)h
|
||||
(itself,)f(because)h(it)f(is)123 846 y(pleasure,)31 b(b)n(ut)e(because)
|
||||
h(those)f(who)h(do)f(not)g(kno)n(w)g(ho)n(w)g(to)g(pursue)g(pleasure)h
|
||||
(rationally)e(encounter)123 995 y(consequences)j(that)g(are)g(e)o
|
||||
(xtremely)f(painful.)48 b(Nor)31 b(again)f(is)h(there)g(an)o(yone)f
|
||||
(who)h(lo)o(v)o(es)e(or)i(pursues)123 1144 y(or)24 b(desires)f(to)g
|
||||
(obtain)g(pain)g(of)h(itself,)e(because)i(it)f(is)g(pain,)h(b)n(ut)e
|
||||
(because)i(occasionally)f(circumstances)123 1294 y(occur)g(in)f(which)g
|
||||
(toil)g(and)g(pain)h(can)f(procure)h(him)f(some)g(great)h(pleasure.)30
|
||||
b(T)-8 b(o)22 b(tak)o(e)g(a)h(tri)n(vial)e(e)o(xample,)123
|
||||
1443 y(which)31 b(of)g(us)f(e)n(v)o(er)g(undertak)o(es)h(laborious)e
|
||||
(physical)h(e)o(x)o(ercise,)h(e)o(xcept)g(to)f(obtain)g(some)g(adv)n
|
||||
(antage)123 1742 y(from)i(it?)51 b(But)32 b(who)f(has)h(an)o(y)f(right)
|
||||
(antage)123 1592 y(from)i(it?)51 b(But)32 b(who)f(has)h(an)o(y)f(right)
|
||||
g(to)g(\002nd)h(f)o(ault)f(with)g(a)h(man)f(who)h(chooses)f(to)g(enjo)o
|
||||
(y)g(a)h(pleasure)123 1891 y(that)i(has)h(no)f(anno)o(ying)f
|
||||
(y)g(a)h(pleasure)123 1742 y(that)i(has)h(no)f(anno)o(ying)f
|
||||
(consequences,)k(or)d(one)h(who)f(a)n(v)n(oids)f(a)i(pain)f(that)g
|
||||
(produces)g(no)g(resultant)123 2041 y(pleasure?")270
|
||||
2190 y(Section)k(1.10.33)f(of)h(\223de)h(Finib)n(us)e(Bonorum)g(et)h
|
||||
(produces)g(no)g(resultant)123 1891 y(pleasure?")270
|
||||
2041 y(Section)k(1.10.33)f(of)h(\223de)h(Finib)n(us)e(Bonorum)g(et)h
|
||||
(Malorum",)i(written)e(by)f(Cicero)i(in)f(45)g(BC:)123
|
||||
2339 y(\223)-8 b(At)37 b(v)o(ero)g(eos)f(et)h(accusamus)f(et)h(iusto)f
|
||||
2190 y(\223)-8 b(At)37 b(v)o(ero)g(eos)f(et)h(accusamus)f(et)h(iusto)f
|
||||
(odio)g(dignissimos)e(ducimus)h(qui)i(blanditiis)d(praesentium)123
|
||||
2489 y(v)n(oluptatum)c(deleniti)i(atque)f(corrupti)h(quos)f(dolores)h
|
||||
2339 y(v)n(oluptatum)c(deleniti)i(atque)f(corrupti)h(quos)f(dolores)h
|
||||
(et)g(quas)g(molestias)e(e)o(xcepturi)i(sint)f(occaecati)123
|
||||
2638 y(cupiditate)e(non)g(pro)o(vident,)g(similique)e(sunt)i(in)g
|
||||
2489 y(cupiditate)e(non)g(pro)o(vident,)g(similique)e(sunt)i(in)g
|
||||
(culpa)h(qui)f(of)n(\002cia)g(deserunt)g(mollitia)f(animi,)i(id)f(est)
|
||||
123 2788 y(laborum)j(et)g(dolorum)e(fuga.)52 b(Et)32
|
||||
123 2638 y(laborum)j(et)g(dolorum)e(fuga.)52 b(Et)32
|
||||
b(harum)g(quidem)f(rerum)h(f)o(acilis)f(est)h(et)g(e)o(xpedita)f
|
||||
(distinctio.)51 b(Nam)123 2937 y(libero)22 b(tempore,)g(cum)g(soluta)g
|
||||
(distinctio.)51 b(Nam)123 2788 y(libero)22 b(tempore,)g(cum)g(soluta)g
|
||||
(nobis)f(est)h(eligendi)f(optio)h(cumque)f(nihil)h(impedit)e(quo)i
|
||||
(minus)f(id)h(quod)123 3086 y(maxime)29 b(placeat)h(f)o(acere)h
|
||||
(minus)f(id)h(quod)123 2937 y(maxime)29 b(placeat)h(f)o(acere)h
|
||||
(possimus,)e(omnis)g(v)n(oluptas)f(assumenda)h(est,)i(omnis)d(dolor)h
|
||||
(repellendus.)123 3236 y(T)-7 b(emporib)n(us)20 b(autem)h(quib)n(usdam)
|
||||
(repellendus.)123 3086 y(T)-7 b(emporib)n(us)20 b(autem)h(quib)n(usdam)
|
||||
e(et)i(aut)g(of)n(\002ciis)f(debitis)g(aut)h(rerum)g(necessitatib)n(us)
|
||||
f(saepe)h(e)n(v)o(eniet)f(ut)123 3385 y(et)26 b(v)n(oluptates)e
|
||||
f(saepe)h(e)n(v)o(eniet)f(ut)123 3236 y(et)26 b(v)n(oluptates)e
|
||||
(repudiandae)i(sint)f(et)g(molestiae)g(non)g(recusandae.)34
|
||||
b(Itaque)26 b(earum)g(rerum)f(hic)h(tenetur)123 3535
|
||||
b(Itaque)26 b(earum)g(rerum)f(hic)h(tenetur)123 3385
|
||||
y(a)h(sapiente)e(delectus,)g(ut)h(aut)g(reiciendis)f(v)n(oluptatib)n
|
||||
(us)e(maiores)j(alias)f(consequatur)h(aut)f(perferendis)123
|
||||
3684 y(dolorib)n(us)f(asperiores)h(repellat.")270 3833
|
||||
3535 y(dolorib)n(us)f(asperiores)h(repellat.")270 3684
|
||||
y(1914)k(translation)f(by)h(H.)h(Rackham:)40 b(\223On)30
|
||||
b(the)f(other)h(hand,)g(we)g(denounce)f(with)g(righteous)g(in-)123
|
||||
3983 y(dignation)e(and)h(dislik)o(e)e(men)i(who)f(are)i(so)f(be)o
|
||||
3833 y(dignation)e(and)h(dislik)o(e)e(men)i(who)f(are)i(so)f(be)o
|
||||
(guiled)e(and)i(demoralized)f(by)h(the)g(charms)f(of)h(pleasure)123
|
||||
4132 y(of)h(the)g(moment,)f(so)g(blinded)g(by)g(desire,)i(that)e(the)o
|
||||
3983 y(of)h(the)g(moment,)f(so)g(blinded)g(by)g(desire,)i(that)e(the)o
|
||||
(y)g(cannot)g(foresee)i(the)e(pain)h(and)f(trouble)g(that)h(are)123
|
||||
4282 y(bound)e(to)g(ensue;)i(and)f(equal)f(blame)h(belongs)e(to)h
|
||||
4132 y(bound)e(to)g(ensue;)i(and)f(equal)f(blame)h(belongs)e(to)h
|
||||
(those)h(who)f(f)o(ail)g(in)h(their)f(duty)g(through)g(weakness)123
|
||||
4431 y(of)i(will,)f(which)g(is)f(the)h(same)g(as)h(saying)e(through)g
|
||||
4282 y(of)i(will,)f(which)g(is)f(the)h(same)g(as)h(saying)e(through)g
|
||||
(shrinking)g(from)h(toil)f(and)h(pain.)41 b(These)28
|
||||
b(cases)h(are)123 4580 y(perfectly)22 b(simple)d(and)i(easy)g(to)g
|
||||
b(cases)h(are)123 4431 y(perfectly)22 b(simple)d(and)i(easy)g(to)g
|
||||
(distinguish.)27 b(In)21 b(a)g(free)h(hour)l(,)f(when)g(our)g(po)n(wer)
|
||||
f(of)h(choice)g(is)g(untram-)123 4730 y(melled)31 b(and)g(when)h
|
||||
f(of)h(choice)g(is)g(untram-)123 4580 y(melled)31 b(and)g(when)h
|
||||
(nothing)d(pre)n(v)o(ents)h(our)i(being)e(able)i(to)f(do)g(what)g(we)g
|
||||
(lik)o(e)g(best,)i(e)n(v)o(ery)d(pleasure)123 4879 y(is)g(to)g(be)g
|
||||
(lik)o(e)g(best,)i(e)n(v)o(ery)d(pleasure)123 4730 y(is)g(to)g(be)g
|
||||
(welcomed)g(and)g(e)n(v)o(ery)f(pain)h(a)n(v)n(oided.)46
|
||||
b(But)30 b(in)f(certain)i(circumstances)e(and)h(o)n(wing)f(to)h(the)123
|
||||
5029 y(claims)35 b(of)h(duty)f(or)h(the)f(obligations)e(of)j(b)n
|
||||
4879 y(claims)35 b(of)h(duty)f(or)h(the)f(obligations)e(of)j(b)n
|
||||
(usiness)e(it)h(will)g(frequently)g(occur)h(that)f(pleasures)h(ha)n(v)o
|
||||
(e)123 5178 y(to)31 b(be)f(repudiated)h(and)f(anno)o(yances)h
|
||||
(e)123 5029 y(to)31 b(be)f(repudiated)h(and)f(anno)o(yances)h
|
||||
(accepted.)49 b(The)30 b(wise)h(man)f(therefore)h(al)o(w)o(ays)g(holds)
|
||||
e(in)i(these)123 5327 y(matters)c(to)g(this)f(principle)h(of)g
|
||||
e(in)i(these)123 5178 y(matters)c(to)g(this)f(principle)h(of)g
|
||||
(selection:)35 b(he)27 b(rejects)h(pleasures)f(to)g(secure)h(other)f
|
||||
(greater)h(pleasures,)123 5477 y(or)d(else)g(he)g(endures)g(pains)f(to)
|
||||
(greater)h(pleasures,)123 5327 y(or)d(else)g(he)g(endures)g(pains)f(to)
|
||||
g(a)n(v)n(oid)h(w)o(orse)g(pains.")p Black Black eop
|
||||
end end
|
||||
%%Page: 4 22
|
||||
@ -7369,95 +7385,161 @@ SDict begin 17.99446 H.A end
|
||||
123 1971 a
|
||||
SDict begin [/View [/XYZ H.V]/Dest (section.2.1) cvn /DEST pdfmark
|
||||
end
|
||||
123 1971 a 184 x Fw(2.1)143 b(Reasonably)33
|
||||
b(Long)i(Section)f(T)m(itle)123 2408 y Ft(I'm)25 b(going)f(to)g
|
||||
123 1971 a 185 x Fw(2.1)143 b(Reasonably)33
|
||||
b(Long)i(Section)f(T)m(itle)123 2409 y Ft(I'm)25 b(going)f(to)g
|
||||
(randomly)g(include)g(a)i(picture)e(Figure)p 0 TeXcolorgray
|
||||
2027 2409 a
|
||||
2027 2410 a
|
||||
SDict begin H.S end
|
||||
2027 2409 a 0 TeXcolorgray -1 x Ft(2.1)p
|
||||
0 TeXcolorgray 2152 2340 a
|
||||
2027 2410 a 0 TeXcolorgray -1 x Ft(2.1)p
|
||||
0 TeXcolorgray 2152 2342 a
|
||||
SDict begin H.R end
|
||||
2152 2340 a 2152 2408 a
|
||||
2152 2342 a 2152 2409 a
|
||||
SDict begin [/Color [1 0 0]/H /I/Border [0 0 0]BorderArrayPatch/Subtype
|
||||
/Link/Dest (figure.caption.8) cvn H.B /ANN pdfmark end
|
||||
2152
|
||||
2408 a Black Ft(.)270 2557 y(If)h(you)f(ha)n(v)o(e)h(trouble)f(vie)n
|
||||
(wing)f(this)h(document)g(contact)h(Krishna)p 0 TeXcolorgray
|
||||
2635 2558 a
|
||||
2409 a Black Ft(.)270 2559 y(If)37 b(you)g(ha)n(v)o(e)g(trouble)f(vie)n
|
||||
(wing)g(this)g(document)h(contact)g(Krishna)f(at:)p 0
|
||||
TeXcolorgray 2901 2560 a
|
||||
SDict begin H.S end
|
||||
2635 2558 a 0 TeXcolorgray -1 x Ft(kks32@cam.ac.uk)p
|
||||
0 TeXcolorgray 3370 2490 a
|
||||
2901 2560 a 0 TeXcolorgray -1
|
||||
x Ft(kks32@cam.ac.uk)p 0 TeXcolorgray 3636 2492 a
|
||||
SDict begin H.R end
|
||||
3370 2490 a 3370 2557 a
|
||||
3636
|
||||
2492 a 3636 2559 a
|
||||
SDict begin [/H /I/Border [0 0 0]BorderArrayPatch/Color [0 1 1]/Action
|
||||
<</Subtype/URI/URI(mailto:kks32@cam.ac.uk)>>/Subtype /Link H.B /ANN
|
||||
pdfmark end
|
||||
3370
|
||||
2557 a Black Ft(.)123 2937 y
|
||||
3636 2559 a Black 36 w Ft(or)123 2709
|
||||
y(raise)25 b(an)g(issue)g(at)p 0 TeXcolorgray 776 2709
|
||||
a
|
||||
SDict begin /BU.L (https://github.com/kks32/phd-thesis-template/) def
|
||||
end
|
||||
776 2709 a 776 2709 a
|
||||
SDict begin /burl@bordercolor {0 1 1} def /burl@border {0 0 0} def
|
||||
end
|
||||
776 2709 a 776 2730 a
|
||||
SDict begin BU.SS end
|
||||
776 2730
|
||||
a 0 TeXcolorgray -21 x Ft(https://)p 0 TeXcolorgray 1055
|
||||
2641 a
|
||||
SDict begin BU.SE end
|
||||
1055 2641 a 1055 2709 a
|
||||
SDict begin /BU.L (https://github.com/kks32/phd-thesis-template/) def
|
||||
end
|
||||
1055 2709 a 1055 2709
|
||||
a
|
||||
SDict begin /burl@bordercolor {0 1 1} def /burl@border {0 0 0} def
|
||||
end
|
||||
1055 2709 a 1055 2730 a
|
||||
SDict begin BU.SS end
|
||||
1055 2730 a 0 TeXcolorgray
|
||||
-21 x Ft(github)l(.)p 0 TeXcolorgray 1332 2641 a
|
||||
SDict begin BU.SE end
|
||||
1332
|
||||
2641 a 1332 2709 a
|
||||
SDict begin /BU.L (https://github.com/kks32/phd-thesis-template/) def
|
||||
end
|
||||
1332 2709 a 1332 2709 a
|
||||
SDict begin /burl@bordercolor {0 1 1} def /burl@border {0 0 0} def
|
||||
end
|
||||
1332 2709
|
||||
a 1332 2710 a
|
||||
SDict begin BU.SS end
|
||||
1332 2710 a 0 TeXcolorgray -1 x Ft(com/)p
|
||||
0 TeXcolorgray 1532 2641 a
|
||||
SDict begin BU.SE end
|
||||
1532 2641 a 1532 2709 a
|
||||
SDict begin /BU.L (https://github.com/kks32/phd-thesis-template/) def
|
||||
end
|
||||
1532
|
||||
2709 a 1532 2709 a
|
||||
SDict begin /burl@bordercolor {0 1 1} def /burl@border {0 0 0} def
|
||||
end
|
||||
1532 2709 a 1532 2710 a
|
||||
SDict begin BU.SS end
|
||||
1532 2710
|
||||
a 0 TeXcolorgray -1 x Ft(kks32/)p 0 TeXcolorgray 1799
|
||||
2641 a
|
||||
SDict begin BU.SE end
|
||||
1799 2641 a 1799 2709 a
|
||||
SDict begin /BU.L (https://github.com/kks32/phd-thesis-template/) def
|
||||
end
|
||||
1799 2709 a 1799 2709
|
||||
a
|
||||
SDict begin /burl@bordercolor {0 1 1} def /burl@border {0 0 0} def
|
||||
end
|
||||
1799 2709 a 1799 2730 a
|
||||
SDict begin BU.SS end
|
||||
1799 2730 a 0 TeXcolorgray
|
||||
-21 x Ft(phd-)t(thesis)o(-)t(template/)p 0 TeXcolorgray
|
||||
2622 2641 a
|
||||
SDict begin BU.SE end
|
||||
2622 2641 a 2622 2709 a
|
||||
SDict begin BU.E end
|
||||
2622 2709 a Black
|
||||
123 3094 a
|
||||
SDict begin H.S end
|
||||
123 2937 a 123 2937 a
|
||||
123 3094 a 123 3094 a
|
||||
SDict begin 27.30194 H.A end
|
||||
123
|
||||
2937 a 123 2937 a
|
||||
123 3094 a 123 3094
|
||||
a
|
||||
SDict begin [/View [/XYZ H.V]/Dest (section*.9) cvn /DEST pdfmark end
|
||||
123 2937 a Fw(Enumeration)123 3004
|
||||
y
|
||||
123 3094 a Fw(Enumeration)123 3157 y
|
||||
SDict begin H.S end
|
||||
123 3004 a 123 3004 a
|
||||
123 3157 a 123
|
||||
3157 a
|
||||
SDict begin 17.99446 H.A end
|
||||
123 3004 a 123 3004 a
|
||||
123 3157 a 123 3157 a
|
||||
SDict begin [/View [/XYZ H.V]/Dest (Item.1) cvn /DEST pdfmark end
|
||||
123 3004
|
||||
a Black 244 3189 a Ft(1.)p Black 48 w(The)g(\002rst)g(topic)f(is)h
|
||||
(dull)123 3249 y
|
||||
123 3157 a Black 244 3347
|
||||
a Ft(1.)p Black 48 w(The)g(\002rst)g(topic)f(is)h(dull)123
|
||||
3411 y
|
||||
SDict begin H.S end
|
||||
123 3249 a 123 3249 a
|
||||
123 3411 a 123 3411 a
|
||||
SDict begin 17.99446 H.A end
|
||||
123 3249 a 123
|
||||
3249 a
|
||||
123 3411 a 123 3411 a
|
||||
SDict begin [/View [/XYZ H.V]/Dest (Item.2) cvn /DEST pdfmark end
|
||||
123 3249 a Black 244 3414 a Ft(2.)p Black 48 w(The)g(second)g
|
||||
(topic)f(is)g(duller)123 3494 y
|
||||
123
|
||||
3411 a Black 244 3581 a Ft(2.)p Black 48 w(The)g(second)g(topic)f(is)g
|
||||
(duller)123 3666 y
|
||||
SDict begin H.S end
|
||||
123 3494 a 123 3494 a
|
||||
123 3666 a 123 3666 a
|
||||
SDict begin 17.99446 H.A end
|
||||
|
||||
123 3494 a 123 3494 a
|
||||
123 3666 a 123
|
||||
3666 a
|
||||
SDict begin [/View [/XYZ H.V]/Dest (Item.3) cvn /DEST pdfmark end
|
||||
123 3494 a Black 423 3639 a Ft(\(a\))p
|
||||
Black 49 w(The)h(\002rst)g(subtopic)e(is)i(silly)123
|
||||
3678 y
|
||||
123 3666 a Black 423 3815 a Ft(\(a\))p Black 49
|
||||
w(The)h(\002rst)g(subtopic)e(is)i(silly)123 3857 y
|
||||
SDict begin H.S end
|
||||
123 3678 a 123 3678 a
|
||||
123
|
||||
3857 a 123 3857 a
|
||||
SDict begin 17.99446 H.A end
|
||||
123 3678 a 123 3678 a
|
||||
123 3857 a 123 3857 a
|
||||
SDict begin [/View [/XYZ H.V]/Dest (Item.4) cvn /DEST pdfmark end
|
||||
123
|
||||
3678 a Black 417 3823 a Ft(\(b\))p Black 49 w(The)g(second)f(subtopic)g
|
||||
(is)g(stupid)123 3882 y
|
||||
123 3857 a Black
|
||||
417 4006 a Ft(\(b\))p Black 49 w(The)g(second)f(subtopic)g(is)g(stupid)
|
||||
123 4070 y
|
||||
SDict begin H.S end
|
||||
123 3882 a 123 3882 a
|
||||
123 4070 a 123 4070 a
|
||||
SDict begin 17.99446 H.A end
|
||||
123 3882
|
||||
a 123 3882 a
|
||||
123 4070 a 123 4070
|
||||
a
|
||||
SDict begin [/View [/XYZ H.V]/Dest (Item.5) cvn /DEST pdfmark end
|
||||
123 3882 a Black 244 4048 a Ft(3.)p Black
|
||||
48 w(The)h(third)f(topic)g(is)h(dullest)123 4427 y
|
||||
123 4070 a Black 244 4240 a Ft(3.)p Black 48 w(The)h(third)f(topic)g
|
||||
(is)h(the)f(dullest)123 4626 y
|
||||
SDict begin H.S end
|
||||
123
|
||||
4427 a 123 4427 a
|
||||
123 4626 a 123 4626 a
|
||||
SDict begin 27.30194 H.A end
|
||||
123 4427 a 123 4427 a
|
||||
|
||||
123 4626 a 123 4626 a
|
||||
SDict begin [/View [/XYZ H.V]/Dest (section*.10) cvn /DEST pdfmark
|
||||
end
|
||||
123 4427 a Fw(itemize)p
|
||||
Black 284 4680 a Ft(\225)p Black 48 w(The)g(\002rst)g(topic)f(is)h
|
||||
(dull)p Black 284 4905 a(\225)p Black 48 w(The)g(second)g(topic)f(is)g
|
||||
(duller)p Black 483 5130 a Fs(\226)p Black 49 w Ft(The)h(\002rst)g
|
||||
(subtopic)e(is)i(silly)p Black 483 5313 a Fs(\226)p Black
|
||||
49 w Ft(The)g(second)f(subtopic)g(is)g(stupid)p Black
|
||||
284 5538 a(\225)p Black 48 w(The)h(third)f(topic)g(is)h(dullest)p
|
||||
Black Black eop end end
|
||||
123 4626 a Fw(itemize)p Black 284
|
||||
4879 a Ft(\225)p Black 48 w(The)h(\002rst)g(topic)f(is)h(dull)p
|
||||
Black 284 5113 a(\225)p Black 48 w(The)g(second)g(topic)f(is)g(duller)p
|
||||
Black 483 5346 a Fs(\226)p Black 49 w Ft(The)h(\002rst)g(subtopic)e(is)
|
||||
i(silly)p Black 483 5538 a Fs(\226)p Black 49 w Ft(The)g(second)f
|
||||
(subtopic)g(is)g(stupid)p Black Black eop end end
|
||||
%%Page: 6 24
|
||||
TeXDict begin HPSdict begin 6 23 bop 0 0 a
|
||||
SDict begin /product where{pop product(Distiller)search{pop pop pop
|
||||
@ -8600,21 +8682,23 @@ SDict begin H.R end
|
||||
SDict begin [/View [/XYZ H.V]/Dest (page.7) cvn /DEST pdfmark end
|
||||
115 4 a Black
|
||||
Black 123 97 a Ft(2.1)25 b(Short)g(title)3036 b Fs(7)p
|
||||
123 136 3632 4 v Black 123 397 a
|
||||
123 136 3632 4 v Black Black 284 397 a Ft(\225)p Black
|
||||
48 w(The)25 b(third)f(topic)g(is)h(the)f(dullest)123
|
||||
781 y
|
||||
SDict begin H.S end
|
||||
123 397 a 123 397 a
|
||||
123 781 a 123 781 a
|
||||
SDict begin 27.30194 H.A end
|
||||
|
||||
123 397 a 123 397 a
|
||||
123 781 a 123 781 a
|
||||
SDict begin [/View [/XYZ H.V]/Dest (section*.11) cvn /DEST pdfmark
|
||||
end
|
||||
123 397 a Fw(description)p Black
|
||||
123 650 a Fs(The)26 b(\002rst)g(topic)p Black 49 w Ft(is)e(dull)p
|
||||
Black 123 882 a Fs(The)i(second)g(topic)p Black 49 w
|
||||
Ft(is)f(duller)p Black 367 1115 a Fs(The)h(\002rst)g(subtopic)p
|
||||
Black 49 w Ft(is)f(silly)p Black 367 1306 a Fs(The)h(second)g(subtopic)
|
||||
p Black 50 w Ft(is)e(stupid)p Black 123 1538 a Fs(The)i(third)g(topic)p
|
||||
Black 49 w Ft(is)f(dullest)p Black Black eop end end
|
||||
123 781
|
||||
a Fw(description)p Black 123 1033 a Fs(The)i(\002rst)g(topic)p
|
||||
Black 49 w Ft(is)e(dull)p Black 123 1266 a Fs(The)i(second)g(topic)p
|
||||
Black 49 w Ft(is)f(duller)p Black 367 1498 a Fs(The)h(\002rst)g
|
||||
(subtopic)p Black 49 w Ft(is)f(silly)p Black 367 1689
|
||||
a Fs(The)h(second)g(subtopic)p Black 50 w Ft(is)e(stupid)p
|
||||
Black 123 1922 a Fs(The)i(third)g(topic)p Black 49 w
|
||||
Ft(is)f(the)f(dullest)p Black Black eop end end
|
||||
%%Page: 8 26
|
||||
TeXDict begin HPSdict begin 8 25 bop 0 0 a
|
||||
SDict begin /product where{pop product(Distiller)search{pop pop pop
|
||||
|
@ -153,7 +153,7 @@
|
||||
% Bibliography style previews: http://nodonn.tipido.net/bibstyle.php
|
||||
|
||||
\bibliographystyle{apalike}
|
||||
%%\bibliographystyle{plainnat} % use this to have URLs listed in References
|
||||
%\bibliographystyle{plainnat} % use this to have URLs listed in References
|
||||
\cleardoublepage
|
||||
\bibliography{References/references} % Path to your References.bib file
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user