Skip to content
Miroslav Radojević edited this page Jan 17, 2020 · 1 revision

Methods for Automated Neuron Image Analysis

PhD dissertation manuscript.

author: Miroslav Radojevic, email: [email protected]

To correctly compile the document, make sure TeX is installed and call:

#!bash

pdflatex phdthesis
bibtex phdthesis
pdflatex phdthesis
makeglossaries phdthesis
pdflatex phdthesis

Compile script (unix):

#!bash

bash build.sh

Compile script (windows):

#!bat

build.bat

To clean (unix):

#!bash

bash clean.sh