Files
thesis/readme.md
rconnorjohnstone c66964d236 Added font to readme
2021-04-03 19:05:10 -06:00

27 lines
745 B
Markdown

# Thesis Repository
This will be a repository for my code while I work on my thesis. The general idea is to generate a
method for automatically producing optimal low-thrust trajectories (including optimizations of the
planetary flybys) for a sample mission to Neptune.
For now, it will just be a location for storing my notes as I come up with a plan. I will update
this readme as I flush out the plan a little better and then as I begin producing code.
## Dependencies
For now, this just generates pdf files from the markdown files that I used to take notes. If you'd
like to do that, though, you'll need:
- pandoc
- a working LaTeX installation
- Roboto font
- make
## Installation
To produce the pdfs, simply run:
```bash
make
```