Ignore:
Timestamp:
Apr 30, 2024, 12:08:24 PM (5 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
69867ad9
Parents:
f632117
Message:

remove glossary macros, switch back to newterm marco from Newterm, update Planet example

File:
1 edited

Legend:

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

    rf632117 rcaaf424  
    112112\newsavebox{\myboxB}
    113113
    114 \newcommand{\newtermFont}{\emph}
    115 \newcommand{\Newterm}[1]{\newtermFont{#1}}
    116 %\renewcommand{\newterm}[1]{\newtermFont{#1}}
    117114\newcommand{\uC}{$\mu$\CC}
    118115\newcommand{\PAB}[1]{{\color{red}PAB: #1}}
     
    157154\urlstyle{sf}
    158155
    159 \usepackage[automake,toc,abbreviations]{glossaries-extra} % Exception to the rule of hyperref being the last add-on package
    160 \renewcommand*{\glstextformat}[1]{\textcolor{black}{#1}}
     156%\usepackage[automake,toc,abbreviations]{glossaries-extra} % Exception to the rule of hyperref being the last add-on package
     157%\renewcommand*{\glstextformat}[1]{\textcolor{black}{#1}}
    161158% If glossaries-extra is not in your LaTeX distribution, get it from CTAN (http://ctan.org/pkg/glossaries-extra),
    162159% although it's supposed to be in both the TeX Live and MikTeX distributions. There are also documentation and
     
    199196
    200197% Define Glossary terms (This is properly done here, in the preamble and could also be \input{} from a separate file...)
    201 \usepackage[automake,toc,abbreviations]{glossaries-extra} % Exception to the rule of hyperref being the last add-on package
    202 \renewcommand*{\glstextformat}[1]{\textcolor{black}{#1}}
    203 \input{glossary}
    204 \makeglossaries
     198%\usepackage[automake,toc,abbreviations]{glossaries-extra} % Exception to the rule of hyperref being the last add-on package
     199%\renewcommand*{\glstextformat}[1]{\textcolor{black}{#1}}
     200%\input{glossary}
     201%\makeglossaries
    205202
    206203%======================================================================
     
    276273% GLOSSARIES (Lists of definitions, abbreviations, symbols, etc. provided by the glossaries-extra package)
    277274% -----------------------------
    278 \printglossary
    279 \cleardoublepage
    280 \phantomsection         % allows hyperref to link to the correct page
     275%\printglossary
     276%\cleardoublepage
     277%\phantomsection                % allows hyperref to link to the correct page
    281278
    282279%----------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.