Theses/Dissertations using LaTeX

LaTeX is hands down the best tool to use when writing your thesis or dissertation. Instead of arguing the point, let me make a simple statement. Users of LaTeX know how to use MS Word, but use LaTeX instead. Users or MS Word don't know how to use LaTeX. It's that simple. If your advisor won't let you use LaTeX, my condolences. Your document will lack the polish of a professional typesetting system (Do you think journals typeset using MS Word?), and you will be tortured by cross reference and citation issues and inconsistencies. You likely use Word because that's all you've ever known. Hopefully you'll stopped crawling (using MS Word) and now walk upright (use LaTeX). If you don't, se la vi. Your loss. If you want to know a little about why to use LaTeX, consult some of the references below.
Regardless of whether you use LaTeX, it's important that you know how to properly archive your data. If you don't store your data in a readable format, you might as well delete it after you defend. You've made it useless. If you want to save is for potential future use, read my document on archiving your data. It's not a great document, but it's the best I've found.

WSU LaTeX Thesis/Dissertation style file

Use this, and you will have a consistent document that meets WSU guidelines. Don't add your own formatting. Use only structure commands. LaTeX Template for WSU Thesis (Created by Sean Mortara with my assistance).

Please send corrections or errors in this template to me. Some effort has been made to meet the WSU School of Graduate Studies Guidelines, and this template may actually be good enough, however no warranted is expressed or implied. The template is based on past theses. Please feed back any corrections.

Some Basic Introductions to LaTeX

These are, or will be, out of date, but are a good start in learning LaTeX. Pick and choose as you need. Get the more updated documents from CTAN (look for the dtx or tex file in the appropriate package) to get the latest documents. Send me the new file and I'll post it.

AMS LaTeX (How to do Math, AMS User Guide)
Gentle Introduction to TeX
Graphics Package
Making Double Lines in Tables
A Short Intro to LaTeX
For Mac Users
Windows users links

Graphical User Interface (GUI) Version

LyX is something like a GUI version that is easier for a novice to work on, but can be somewhat limiting for someone comfortable with more power available only when editing the raw LaTeX. Dr. Klingbeil is a strong fan of it, but I find directly typing formulae and macros using a dedicated LaTeX editor (Emacs is my favorite) to be muchfaster. If LaTeX is intimidating to you, use LyX. It still provides most of the benefits over Word (better cross referencing, cleaner/professional looking output). However, I'm not familiar with using my style file with it (or if it's even possible). However, Jeremy Daily did his dissertationin LyX just fine.

Checking Spelling

There is no excuse for not checking spelling in your latex document. Note that you cannot blindly believe whatever the spell checker says. Words such as "there" and "their" can be spelled correctly but be the wrong choice.
  1. Mac users: Use CocoAspell
  2. Windows users: Use aspell for Windows
  3. Linux users: install aspell and use it. It should be available as a package for your distribution.

Checking Grammar

LanguageTool (follow instructions to install and run) can be used on any platform with Java 5.0 or later installed. Be aware that it provides suggestions. Just like spelling, it is helpful in finding potential errors, not actual errors, and will often provide bad suggestions, just like MSWord.

Making Presentations

Here are a number of ways to make presentations out of your thesis easily. All the useful parts of PowerPoint without the garbage. In most cases you make PDF files from your latex document. Buttons, and incremental displays, and... can be set up.

Here is a Wright State University Beamer package I generated from another source. You can make pretty slick looking PDF presentations from it.

You will likely need to get a couple of packages to make this work. All of the required packages should be installed on gamma. If not, please email Mike Vanhorn.