Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Commit

Permalink
added spelling check
Browse files Browse the repository at this point in the history
  • Loading branch information
bgianfo committed Oct 30, 2009
1 parent 767005f commit 22332d9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions paper/Makefile
Expand Up @@ -15,5 +15,7 @@ paper-clean:
rm -f paper.pdf
rm -f paper.toc

spell:
aspell check -t paper.tex

clean: paper-clean
9 changes: 8 additions & 1 deletion paper/paper.tex
Expand Up @@ -100,7 +100,14 @@ \section{Overview}
Finally, Section gives the conclusions.

\section{Programs}
A much longer example was written by Gil

The TSP was solved using the Python 2.6 programming language.

I leveraged software written by John Montgomery

The results were then visualized using Google maps mapping API.

Two methods were

\section{Solution}

Expand Down

0 comments on commit 22332d9

Please sign in to comment.