figures/v-dep: Remove UnFill from plot legend addition
[thesis.git] / README
1 Trevor's thesis.  Useful for learning about mechanical protein
2 unfolding and all sorts of fun LaTeX tricks ;).
3
4 Building
5 --------
6
7 All the goodies are in the tex/ directory.
8
9 Build with:
10
11   tex$ scons
12
13 Rebuild (after editing some file(s) in tex/src/) with:
14
15   tex$ scons
16
17 Getting the source
18 ------------------
19
20 The thesis source is versioned in Git [1].  Clone the thesis
21 repository with:
22
23   $ git clone git://tremily.us/thesis.git
24
25 I've released the source under CC Attribution-ShareAlike (COPYING), so
26 feel free to reuse and pass it on under those terms.  See [2] for a
27 human-readable summary.
28
29 The drexel-thesis package
30 -------------------------
31
32 The Drexel Physics department (well, currently me, but eventually...)
33 maintains a LaTeX class that implements all the formatting required
34 by Drexel.  Take a look at [3] or clone the code with:
35
36   $ git clone git://tremily.us/drexel-thesis.git
37
38 [1]: http://git-scm.com/
39 [2]: http://creativecommons.org/licenses/by-sa/3.0/
40 [3]: http://blog.tremily.us/posts/drexel-thesis/