summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/uafthesis/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-04-25 23:56:00 +0000
committerKarl Berry <karl@freefriends.org>2011-04-25 23:56:00 +0000
commitc5246ff50fdd38a17dcf68ea994dbeaa5a26c358 (patch)
treea81d2b8241715ed6196ce3366f822c548f195a2f /Master/texmf-dist/doc/latex/uafthesis/README.md
parentfa970c2346fbb2a938fc0cbddf2aeec1e111c993 (diff)
new latex package uafthesis (25apr11)
git-svn-id: svn://tug.org/texlive/trunk@22206 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/uafthesis/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/uafthesis/README.md50
1 files changed, 50 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/uafthesis/README.md b/Master/texmf-dist/doc/latex/uafthesis/README.md
new file mode 100644
index 00000000000..6207b30f42f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/uafthesis/README.md
@@ -0,0 +1,50 @@
+# uafthesis
+
+## What is this?
+
+*uafthesis* is a LaTeX document class meant for using with a University of Alaska Fairbanks-style thesis. It would be used like so:
+
+ \documentclass{uafthesis}
+
+Its development web site is at <https://github.com/jesusabdullah/uafthesis>.
+
+## Contents:
+
+* `uafthesis.cls`: The class file itself.
+* `bib_styles/`: A few common bibliography styles for BibTeX:
+ * `/agufull08.bst` is the 2008 edition of the AGU bibliography style
+ * `unsrtabbrv3.bst` is a style written by one of the authors of `uafthesis.cls`.
+* `example.pdf`: Describes how to use `uafthesis.cls` while showing what it looks like.
+* `example/`: Contains the source code for `example.pdf`.
+* `README.md`: This file.
+
+
+## Call to Arms
+
+If you're a UAF student writing a thesis in LaTeX and have some improvements to
+make, you should do so and share! `uafthesis.cls` could honestly use some TLC.
+
+If you would like to use Github, here's the process for submitting changes:
+
+2. Fork this project. There's a button on the upper-right corner of the main page.
+3. *git clone* your new repository.
+4. Make changes.
+5. *git commit -m"Some changes I made for great justice."*
+6. *git push origin master*
+7. Hit me up with a pull request. This is also on the upper-right corner of the main page.
+
+If you would rather not use git (if, for example, version control is scary and
+confusing), feel free to contact me at josh.holbrook@gmail.com and we can find
+another way of updating the class file.
+
+## Authors:
+
+* **Curt A. L. Szuberla** 13 November 1996
+* **Matt Heavner** 5 February 1999
+* **Dana Moudry** 18 December 2002
+* **Ryan Woodard** 2 December 2004
+* **Joshua Holbrook** (present)
+
+## Licensing
+
+Nothing is included with the original bundle, but based on the sources of the original latex materials, it's safe to say (imo) that the project is covered by the [**LaTeX Project Public License**](http://www.latex-project.org/lppl.txt).