From: W. Trevor King Date: Tue, 13 Mar 2012 22:31:54 +0000 (-0400) Subject: Convert README to reStructruedText. X-Git-Tag: 0.15~4 X-Git-Url: http://git.tremily.us/?p=drexel-thesis.git;a=commitdiff_plain;h=f1edb5d9abfe9af3959689fd7eb09904a44648aa Convert README to reStructruedText. --- diff --git a/README b/README index 8c9c5b5..44a265e 100644 --- a/README +++ b/README @@ -1,21 +1,24 @@ -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, see - http://www.ctan.org/tex-archive/info/dtxtut/ - http://www.ctan.org/tex-archive/macros/latex/base/ - -To generate the class file drexel-thesis.cls, the template files, the -pdf documentation, and a bunch of intermediate files, run - make -in this directory. You'll need to install drexel-thesis.cls somewhere -in your texmf tree (or just dump it into the top level of your thesis -directory). Running - make temp-clean +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__. + +__ http://www.ctan.org/tex-archive/info/dtxtut/ +__ http://www.ctan.org/tex-archive/macros/latex/base/ + +To generate the class file ``drexel-thesis.cls``, the template files, +the PDF documentation, and a bunch of intermediate files, run:: + + $ make + +in this directory. You'll need to install ``drexel-thesis.cls`` +somewhere in `your texmf tree`__ (or just dump it into the top level +of your thesis directory). Running:: + + $ make temp-clean + will get rid of the intermediate files. -We also package the LyX template `drexel-thesis.layout` to assist +__ http://www.tex.ac.uk/cgi-bin/texfaq2html?label=privinst + +We also package the LyX template ``drexel-thesis.layout`` to assist those using the drexel-thesis template with LyX. Happy TeXing!