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