Changeset bbbb1e3


Ignore:
Timestamp:
Apr 12, 2022, 11:19:12 AM (2 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
Children:
b787cad
Parents:
437b8b5
Message:

add breakline for URL addresses in references

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mubeen_zulfiqar_MMath/uw-ethesis.tex

    r437b8b5 rbbbb1e3  
    9595% Use the "hyperref" package
    9696% N.B. HYPERREF MUST BE THE LAST PACKAGE LOADED; ADD ADDITIONAL PKGS ABOVE
    97 \usepackage[pagebackref=true]{hyperref} % with basic options
     97\usepackage{url}
     98\usepackage[dvips,pagebackref=true]{hyperref} % with basic options
    9899%\usepackage[pdftex,pagebackref=true]{hyperref}
    99100% N.B. pagebackref=true provides links back from the References to the body text. This can cause trouble for printing.
     
    114115    citecolor=blue,        % color of links to bibliography
    115116    filecolor=magenta,      % color of file links
    116     urlcolor=blue           % color of external links
     117    urlcolor=blue,           % color of external links
     118    breaklinks=true
    117119}
    118120\ifthenelse{\boolean{PrintVersion}}{   % for improved print quality, change some hyperref options
     
    123125    urlcolor=black
    124126}}{} % end of ifthenelse (no else)
     127%\usepackage[dvips,plainpages=false,pdfpagelabels,pdfpagemode=UseNone,pagebackref=true,breaklinks=true,colorlinks=true,linkcolor=blue,citecolor=blue,urlcolor=blue]{hyperref}
     128\usepackage{breakurl}
     129\urlstyle{sf}
    125130
    126131%\usepackage[automake,toc,abbreviations]{glossaries-extra} % Exception to the rule of hyperref being the last add-on package
Note: See TracChangeset for help on using the changeset viewer.