Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/thierry_delisle_PhD/thesis/thesis.tex

    rbace538 rd4a4b17  
    8181%\usepackage{nomencl} % For a nomenclature (optional; available from ctan.org)
    8282\usepackage{amsmath,amssymb,amstext} % Lots of math symbols and environments
     83\usepackage{xcolor}
    8384\usepackage{graphicx} % For including graphics
    8485
     
    120121% although it's supposed to be in both the TeX Live and MikTeX distributions. There are also documentation and
    121122% installation instructions there.
    122 \renewcommand*{\glstextformat}[1]{\textsf{#1}}
     123\makeatletter
     124\newcommand*{\glsplainhyperlink}[2]{%
     125  \colorlet{currenttext}{.}% store current text color
     126  \colorlet{currentlink}{\@linkcolor}% store current link color
     127  \hypersetup{linkcolor=currenttext}% set link color
     128  \hyperlink{#1}{#2}%
     129  \hypersetup{linkcolor=currentlink}% reset to default
     130}
     131\let\@glslink\glsplainhyperlink
     132\makeatother
    123133
    124134\usepackage{csquotes}
     
    200210\makeindex
    201211
     212\newcommand\io{\glsxtrshort{io}}%
     213
    202214%======================================================================
    203215%   L O G I C A L    D O C U M E N T -- the content of your thesis
     
    232244\part{Design}
    233245\input{text/core.tex}
     246\input{text/io.tex}
    234247\input{text/practice.tex}
    235 \input{text/io.tex}
    236248\part{Evaluation}
    237249\label{Evaluation}
Note: See TracChangeset for help on using the changeset viewer.