From: Mart Lubbers Date: Fri, 17 Feb 2017 16:13:19 +0000 (+0100) Subject: revert back to makeindex X-Git-Tag: hand-in~152 X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=c8a6badb20cec197232909e350ea84e80f5d3f8b;p=msc-thesis1617.git revert back to makeindex --- diff --git a/.gitignore b/.gitignore index 54a782b..af8036b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,17 @@ -*.aux -*.pdf -*.log -*.fmt -*.out -*.bbl -*.blg -*.tdo -*.toc *.acn *.acr *.alg +*.aux +*.bbl +*.blg +*.fmt *.glg *.glo *.gls +*.ist +*.log +*.out +*.pdf +*.tdo +*.toc *.xdy diff --git a/Makefile b/Makefile index 7df5468..14b1c0e 100644 --- a/Makefile +++ b/Makefile @@ -26,5 +26,5 @@ all: $(addsuffix .pdf,$(DOCS)) clean: $(RM) $(foreach DOC,$(DOCS),$(addprefix $(DOC).,\ - acn acr alg aux bbl blg fmt glg glo gls log nav out pdf run.xml snm\ - tdo toc vrb xdy)) + acn acr alg aux bbl blg fmt glg glo gls ist log nav out pdf run.xml\ + snm tdo toc vrb xdy)) diff --git a/thesis.tex b/thesis.tex index 40f7e95..5d5e2d3 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,5 +1,6 @@ %&thesis -\usepackage[xindy={codepage=utf8},nonumberlist,acronyms]{glossaries} +%\usepackage[xindy={codepage=utf8},nonumberlist,acronyms]{glossaries} +\usepackage[nonumberlist,acronyms]{glossaries} \makeglossaries% \newacronym{sds}{SDS}{Shared Data Source} \newacronym{iot}{IoT}{Internet of Things}