Ignore:
File:
1 edited

Legend:

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

    rd4a4b17 rbace538  
    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}
    8483\usepackage{graphicx} % For including graphics
    8584
     
    121120% although it's supposed to be in both the TeX Live and MikTeX distributions. There are also documentation and
    122121% installation instructions there.
    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
     122\renewcommand*{\glstextformat}[1]{\textsf{#1}}
    133123
    134124\usepackage{csquotes}
     
    210200\makeindex
    211201
    212 \newcommand\io{\glsxtrshort{io}}%
    213 
    214202%======================================================================
    215203%   L O G I C A L    D O C U M E N T -- the content of your thesis
     
    244232\part{Design}
    245233\input{text/core.tex}
     234\input{text/practice.tex}
    246235\input{text/io.tex}
    247 \input{text/practice.tex}
    248236\part{Evaluation}
    249237\label{Evaluation}
Note: See TracChangeset for help on using the changeset viewer.