Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use glossaries package #180

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Use glossaries package #180

wants to merge 5 commits into from

Conversation

clbarnes
Copy link
Contributor

@clbarnes clbarnes commented Oct 16, 2018

As referred to in #34 .

Glossaries is incompatible with the index option in \documentclass, but may also make it obsolete if you choose not to use the nonumberlist option of glossaries (I have used it here because I think the numbers look messy).

The updates to the bash script seem to work but I can't test the changes to the .bat file (although they're very simple).

The updates to the make file seem to work for my use case (just running the default target), but are a bit gross.

@clbarnes
Copy link
Contributor Author

I'm not sure how to get the Makefile to clean up thesis.acn, thesis.acr, and thesis.alg. I tried

.PHONY: clean-gls
clean-gls:
	%(QUIET)$(call clean-files,$(graph_stem) *.acn *.acr *.alg)

.PHONY: clean
clean: clean-generated clean-tex clean-graphics clean-deps clean-backups clean-auxiliary clean-gls ;

but get

%(QUIET)rm -f thesis.acn thesis.acr thesis.alg
/bin/sh: 1: Syntax error: word unexpected (expecting ")")
Makefile:3529: recipe for target 'clean-gls' failed
make: *** [clean-gls] Error 2

I expect it's a simple solution which you may be better equipped to drop in.

The bash and bat scripts now do clean those files.

thesis.tex Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants