TeXin' at TAMU EE
This site is intended to help users of the TAMU EESUN system with LaTeX/TeX
and using LaTeX for writing a thesis at Texas A&M. Please send feedback
(positive or negative) to tex@ee.tamu.edu.
In addition, we have some information on using Microsoft Word for thesis
writing.
Online Help for TeX/LaTeX
Thesis Manuals
EE Thesis Manual - (HTML)
(dvi) (PostScript)
(Note: The appendices are not included in the on-line edition.)
Graduate Studies Thesis Manual -
(PDF)
ELEN 681 Seminar - (dvi)
(PostScript)
EE Thesis
1. LaTeX
LaTeX class and style sheets have been created and installed on the EESUN
machines to assist in writing your proposal, thesis or dissertation. Please
save yourself lots of time and problem and read the EE Thesis manual.
If you do not have access to the EESUN machines but would like to use
EE Thesis, please download the classes from the TAMU
EE TeX Download Page.
Your thesis must conform to the thesis guidelines given by the Graduate
Studies Office and described in the Thesis Manual. The Thesis Manual is
on-line
or purchasable at all campus copy centers. The EE Thesis tries to follow
these guidelines as closely as possible. If you find any problems trying
to follow the guidelines using EE Thesis, please email tex@ee.tamu.edu.
Hints on using EE Thesis:
-
Do NOT copy your friend's thesis and replace the text. Obtain a fresh copy
of the EE Thesis template from the TAMU
EE TeX Download Page or on the EESUN system at /jumbo/teTeX/share/texmf.local/source/eethesis_template.
-
Read the EE Thesis manual. It is not long. It will save you much time and
effort.
-
Try not to be too creative with typesetting your thesis. Even if you don't
feel your thesis looks good, the thesis clerk is the final judge on the
matter. The thesis should pass with the current style definitions.
-
Use BibTeX. This will allow LaTeX to format the bibliographies so you don't
have to worry about all of the punctuation. Of course, you can use the
same BibTeX database file in other reports and papers.
-
Use a spelling checker. Use ispell from Emacs or Unix. From Unix
use the -t option, for example ispell -t ch1.tex. EESUN
has an on-line dictionary called webster or xwebster
which can be used to look up definitions and as a thesaurus.
-
Use xemacs. XEmacs has lots of support for LaTeX.
Bugs in EE Thesis
-
If the last page of the table of contents begins with bibliography or an
appendix, there will be an extra CHAPTER heading. Use white-out
to remove the heading and copy the page onto blueline paper.
EE Memo / EE Letter
The EE Memo and EE Letter classes allow typesetting of memos and letters
with the Electrical Engineering Department letterhead. Please download
these classes from the TAMU
EE TeX Download Page.
2. Microsoft Word
We have a Microsoft Word thesis template here. You are encouraged
to download it and use it for your thesis writing.
MS
Word thesis template.
You can find the User's manual for the MS-Word thesis document here.
We welcome any comments or suggestions.
TeX Distributions
UNIX - teTeX
The teTeX distribution of TeX is installed
on the eesun system. Please see the teTeX
Documentation for documentation on LaTeX and all packages.
MS Windows - PCTeX
The ELEN department has a site license for PCTeX, a commercial version
of LaTeX for Windows platforms. ELEN students and employees may install
the software on their computers. If you are interested, send email to tex@ee
for details on obtaining the software. Also, check the PCTeX
homepage for details about the software. If you install PCTeX, please
read the Local Installation
Notes.
If you are not an ELEN student:
-
Several department at Texas A&M have licenses. Please check with your
department.
-
Check the CIS
Site License page for details on obtaining the software from SELL.
-
Try MikTeX: Free TeX For
Windows.
Beginning LaTeX
If you are new to LaTeX, I would suggest looking into one or more of the
following materials:
-
Freely available:
-
At the bookstore (MSC):
-
Lamport, Leslie. LaTeX: A Documentation Preparation System. Addison-Wesley,
1994. ISBN 0-201-52983-1.
-
Goossens, et. al. The LaTeX Companion. Addison-Wesley, 1994. ISBN 0-201-54199-8.
BibTeX
I would encourage you to use BibTeX instead of thebibliography
environment. BibTeX will help you organize all your references not just
for your thesis but for all your papers and reports.
For help using BibTeX, please see:
There are several other good resources for BibTeX:
Support Software
Editing LaTeX in XEmacs
XEmacs is suggested for editing LaTeX files. When XEmacs is started with
a .tex file, it automatically loads AucTeX and RefTeX. These packages
extend XEmacs in many ways. In order to use AucTeX with multiple file LaTeX
document, such as with the thesis.tex, add the following line
command (setq-default TeX-master nil) to your .emacs.
There is also an automatic spelling checker which can be started by typing
M-x
flyspell-mode. The many features of XEmacs will make writing LaTeX
documents much easier.
LaTeX2HTML
latex2html can facilitate generating HTML code from LaTeX source.
Please see the following links for more details.
(Manual)
Microsoft Users
-
If you are using Microsoft Word to typeset your thesis and are developing
templates or stylesheets, please send me e-mail. I would like to distribute
these for student use. You may also be interested in the Converters
between LaTeX and PC Textprocessors.
-
Some care must be taken when generating EPS files in Windows programs.
Generally, the Windows programs will make the bounding box the entire page
no matter what size the image is. To generate EPS files for inclusion in
LaTeX,
-
Install Adobe's PostScript Printer Driver. See details in the PCTeX Local
Installation Note.
-
Print the graphic to a file using the Adobe PostScript Printer Driver.
Be sure to add the .eps file extension.
-
Load the file in gsview. Under the File menu select PS
to EPS. Select Automatically generate bounding box in the
dialog box and save the file.
-
In the .tex file, add the clip option to the \includegraphics
command. For example, \cludegraphics[width=\textwidth,clip]{file.eps}
Miscellaneous
LaTeX/TeX Analyst
tex@ee.tamu.edu
ZAC 30G: 845-2362
Last
modified: Tue Apr 12 12:00:00 CDT 2005