Skip to content

Commit

Permalink
add comments for backref
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-chen committed Oct 4, 2020
1 parent dde509b commit 3bb023c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Thesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,14 @@
keywordstyle=\color{blue},
commentstyle=\color[rgb]{0.13,0.55,0.13}\em,
stringstyle=\color[rgb]{0.7,0,0} }

% This only changes you PDF information. The thesis title and author name need further changes in \thesistile and \authors
% To remove backref of references (the page number associated with the references where it is cited), please remove "backref=page".
\usepackage[pdfpagemode={UseOutlines},bookmarks=true,bookmarksopen=true,
bookmarksopenlevel=1,bookmarksnumbered=true,hypertexnames=true,
colorlinks,linkcolor={blue},citecolor={blue},urlcolor={black},pdfauthor={Chen Wang},pdftitle={Kernel Learning for Visual Perception},
pdfstartview={FitV},unicode,breaklinks=true,plainpages=false, backref=page]{hyperref}
pdfstartview={FitV},unicode,breaklinks=true,plainpages=false,backref=page]{hyperref}

\pdfstringdefDisableCommands{
\let\\\space
}
Expand Down
Binary file modified mythesis.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion mythesis.tex
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
%LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
%OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
%SOFTWARE.
\documentclass[12pt,a4paper,twoside]{Thesis} % Paper size, default font size and one-sided paper
\documentclass[12pt,a4paper]{Thesis} % Paper size, default font size and one-sided paper

\graphicspath{%
{./Pictures/}%
Expand Down

0 comments on commit 3bb023c

Please sign in to comment.