Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kks32/phd-thesis-template
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 40c729de70df73c39ab75cef9820862d141984c5
Choose a base ref
..
head repository: kks32/phd-thesis-template
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cf98ea76fd5e598fd281e7feb90780721607e18c
Choose a head ref
Showing with 4 additions and 5 deletions.
  1. +3 −4 Makefile
  2. +1 −1 thesis.tex
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -4237,11 +4237,10 @@ endef
#
# vim: noet sts=0 sw=8 ts=8

.PHONY: hooks
hooks:
./hooks/install.sh

.PHONY: all-gls
all-gls: all
makeglossaries thesis; $(MAKE) all;

.PHONY: hooks
hooks:
./hooks/install.sh
2 changes: 1 addition & 1 deletion thesis.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
% ******************************* PhD Thesis Template **************************
% Please have a look at the README.md file for info on how to use the template

\documentclass[a4paper,12pt,times,numbered,print]{PhDThesisPSnPDF}
\documentclass[a4paper,12pt,times,numbered,print]{Classes/PhDThesisPSnPDF}

% ******************************************************************************
% ******************************* Class Options ********************************