Bump to version 0.15
[drexel-thesis.git] / README
1 The LaTeX class drexel-thesis is distributed in the docstrip file ``drexel-thesis.dtx`` with the install file ``drexel-thesis.ins``.  For more information on the docstrip format, look here__ and here__.
2
3 __ http://www.ctan.org/tex-archive/info/dtxtut/
4 __ http://www.ctan.org/tex-archive/macros/latex/base/
5
6 To generate the class file ``drexel-thesis.cls``, the template files,
7 the PDF documentation, and a bunch of intermediate files, run::
8
9   $ make
10
11 in this directory.  You'll need to install ``drexel-thesis.cls``
12 somewhere in `your texmf tree`__ (or just dump it into the top level
13 of your thesis directory).  Running::
14
15   $ make temp-clean
16
17 will get rid of the intermediate files.
18
19 __ http://www.tex.ac.uk/cgi-bin/texfaq2html?label=privinst
20
21 We also package the LyX template ``drexel-thesis.layout`` to assist
22 those using the drexel-thesis template with LyX.
23
24 Happy TeXing!