rlm@421: This file includes the basic commands you will need to use within each rlm@421: chapter of your thesis. rlm@421: rlm@421: The file chap1.tex is a sample first chapter. To get started, you may rlm@421: just want to replace the text and commands in that file as needed. In rlm@421: general though, for each new chapter you want to do the following: rlm@421: rlm@421: o Make sure the name has the extension .tex . Otherwise, you rlm@421: can call it anything you want. For ease of use, all the rlm@421: examples use chap1, chap2, etc. rlm@421: rlm@421: o Add a line to the file main.tex that reads: rlm@421: rlm@421: \include{yourfilename} rlm@421: rlm@421: This should not include the .tex extension, because latex rlm@421: assumes that is there. rlm@421: rlm@421: Basic syntax: rlm@421: rlm@421: o The first line of each chapter should be: rlm@421: rlm@421: \chapter{Chapter Title} rlm@421: rlm@421: o To start a new section (labeled chap#.sec# -- as in 1.1, rlm@421: 1.2, etc): rlm@421: rlm@421: \section{Section Heading} rlm@421: rlm@421: You can also include subsections: rlm@421: rlm@421: \subsection{Heading} rlm@421: rlm@421: