++ generate abreviation list
This commit is contained in:
parent
9eb5850979
commit
c4f98aac96
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ FILE = Thesis
|
||||||
all:
|
all:
|
||||||
pdflatex $(FILE)
|
pdflatex $(FILE)
|
||||||
bibtex $(FILE)
|
bibtex $(FILE)
|
||||||
|
makeindex Thesis.nlo -s nomencl.ist -o Thesis.nls
|
||||||
pdflatex $(FILE)
|
pdflatex $(FILE)
|
||||||
pdflatex $(FILE)
|
pdflatex $(FILE)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue