Fixes issue #23
This commit is contained in:
parent
95a0787d1e
commit
63a11011c2
@ -277,6 +277,14 @@ supported!}
|
||||
\renewcommand{\listfigurename}{List of figures}
|
||||
\renewcommand{\listtablename}{List of tables}
|
||||
|
||||
% Hides Contents appearing from TOC, but adds it to bookmarks
|
||||
\let\temptableofcontents\tableofcontents
|
||||
\renewcommand{\tableofcontents}{
|
||||
\cleardoublepage
|
||||
\pdfbookmark[0]{\contentsname}{Contents}
|
||||
\temptableofcontents
|
||||
}
|
||||
|
||||
% *************************** Graphics and Figures *****************************
|
||||
\RequirePackage[usenames, dvipsnames]{color}
|
||||
\ifpdf
|
||||
|
BIN
thesis.pdf
BIN
thesis.pdf
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
%!PS-Adobe-2.0
|
||||
%%Creator: dvips(k) 5.993 Copyright 2013 Radical Eye Software
|
||||
%%Title: thesis.dvi
|
||||
%%CreationDate: Wed Oct 8 12:17:55 2014
|
||||
%%CreationDate: Wed Oct 8 12:46:39 2014
|
||||
%%Pages: 41
|
||||
%%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.10.08:1217
|
||||
%DVIPSSource: TeX output 2014.10.08:1246
|
||||
%%BeginProcSet: tex.pro 0 0
|
||||
%!
|
||||
/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
|
||||
|
@ -132,8 +132,6 @@
|
||||
|
||||
% *********************** Adding TOC and List of Figures ***********************
|
||||
|
||||
\cleardoublepage
|
||||
\pdfbookmark[0]{\contentsname}{Contents}
|
||||
\tableofcontents
|
||||
|
||||
\listoffigures
|
||||
|
Loading…
Reference in New Issue
Block a user