mkogg.py: Fix 'self.get_mp4_metadata(self, source)'
[blog.git] / posts / drexel-thesis.mdwn
1 [[!template id=gitrepo repo=drexel-thesis]]
2
3 Drexel, like every other academic institution, has very particular
4 standards for the format of a Masters or Ph.D. Thesis.  The library
5 publishes a [requirements manual][].  The [[LaTeX]] wisdom of
6 generations of grad students has been assembled into the
7 `drexel-thesis` class which you, dear reader, can use to easily format
8 your thesis.
9
10 I'm the current maintainer, so besides the [post][] in the department
11 wiki, I'm including a page in this blog.
12
13 Your compiled thesis will look something like [[example.pdf]] (or, in
14 draft mode, [[example-draft.pdf]]).  Take a look at the
15 [[manual|drexel-thesis.pdf]] to get started.  You might also want to
16 look at how I've used the class in my own [[thesis]].
17
18 [requirements manual]: http://www.library.drexel.edu/services/thesis/thesismanual.pdf
19 [post]: http://www.physics.drexel.edu/liki/index.php/Thesis
20
21 [[!tag tags/code]]
22 [[!tag tags/latex]]