Skip to content

Commit 3bb023c

Browse files
committed
add comments for backref
1 parent dde509b commit 3bb023c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Thesis.cls

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,14 @@
165165
keywordstyle=\color{blue},
166166
commentstyle=\color[rgb]{0.13,0.55,0.13}\em,
167167
stringstyle=\color[rgb]{0.7,0,0} }
168+
169+
% This only changes you PDF information. The thesis title and author name need further changes in \thesistile and \authors
170+
% To remove backref of references (the page number associated with the references where it is cited), please remove "backref=page".
168171
\usepackage[pdfpagemode={UseOutlines},bookmarks=true,bookmarksopen=true,
169172
bookmarksopenlevel=1,bookmarksnumbered=true,hypertexnames=true,
170173
colorlinks,linkcolor={blue},citecolor={blue},urlcolor={black},pdfauthor={Chen Wang},pdftitle={Kernel Learning for Visual Perception},
171-
pdfstartview={FitV},unicode,breaklinks=true,plainpages=false, backref=page]{hyperref}
174+
pdfstartview={FitV},unicode,breaklinks=true,plainpages=false,backref=page]{hyperref}
175+
172176
\pdfstringdefDisableCommands{
173177
\let\\\space
174178
}

mythesis.pdf

0 Bytes
Binary file not shown.

mythesis.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
%LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
%OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
%SOFTWARE.
22-
\documentclass[12pt,a4paper,twoside]{Thesis} % Paper size, default font size and one-sided paper
22+
\documentclass[12pt,a4paper]{Thesis} % Paper size, default font size and one-sided paper
2323

2424
\graphicspath{%
2525
{./Pictures/}%

0 commit comments

Comments
 (0)