CS-NMSU-THESIS latex style file

 

This web page contains links to the CS-NMSU-THESIS latex style file along with
a fictitious example illustrating its use. This formats both Master's and Doctoral
thesis according to the NMSU Graduate School guidelines:
    http://gradschool.nmsu.edu/Guidelines/

Important files:
    cs-nmsu-thesis.sty        latex style guide
    do_tex.sh                 shell script for formating latex source
    wiley-masters-thesis.tex  sample master's thesis
    wiley-phd-thesis.tex      sample PhD thesis
    wiley-cogsc-thesis.tex    sample non-CS masters's thesis
    wiley-common.bib          bibtex source for above samples

    cs-nmsu-thesis.tgz        compressed tar archive with all files


Original Author: Tom O'Hara
April 2004

Modified by: Heather D. Pfeiffer
December 2007

_________________________________________________________________________________

 

Reproducing the sample formatted thesis

The simplest way to reproduce the formatted sample thesis is to use
the do_tex.sh script (included in this distribution) as follows:



distribution $ do_tex.sh --clean --biblio wiley-masters-thesis
This is BibTeX, Version 0.99c (Web2C 7.4.5)
The top-level auxiliary file: wiley-masters-thesis.aux
The style file: plain.bst
Database file #1: wiley-common.bib
This is dvips(k) 5.92b Copyright 2002 Radical Eye Software (www.radicaleye.com
' TeX output 2004.04.06:0041' -> wiley-masters-thesis.ps
<texc.pro><f7b6d320.enc><bbad153f.enc><74afc74c.enc><0ef0afca.enc><texps.pro>
. <cmr10.pfb><cmr8.pfb><cmcsc10.pfb><cmti12.pfb><cmbx12.pfb><cmsy10.pfb>
<cmr12.pfb>[1] [2] [3] [4] [5] [6] [7] [8] [9] [1] [2] [3] [4] [5] [6] [7]
[8] [9]


Note that the underlying tex commands issued by the script can
be displayed by using the --verbose option:


distribution $ do_tex.sh --verbose --clean --biblio wiley-masters-thesis
issuing: rm -f wiley-masters-thesis.aux wiley-masters-thesis.bbl
issuing: latex wiley-masters-thesis.tex
issuing:  bibtex wiley-masters-thesis
This is BibTeX, Version 0.99c (Web2C 7.4.5)
The top-level auxiliary file: wiley-masters-thesis.aux
The style file: plain.bst
Database file #1: wiley-common.bib
re-issuing: latex wiley-masters-thesis.tex
re-re-issuing: latex wiley-masters-thesis.tex
re-re-re-issuing: latex wiley-masters-thesis.tex
issuing: dvips -t letter -o wiley-masters-thesis.ps wiley-masters-thesis.dvi
This is dvips(k) 5.92b Copyright 2002 Radical Eye Software (www.radicaleye.com)
' TeX output 2004.04.06:0042' -> wiley-masters-thesis.ps
<texc.pro><f7b6d320.enc><bbad153f.enc><74afc74c.enc><0ef0afca.enc><texps.pro>
. <cmr10.pfb><cmr8.pfb><cmcsc10.pfb><cmti12.pfb><cmbx12.pfb><cmsy10.pfb>
<cmr12.pfb>[1] [2] [3] [4] [5] [6] [7] [8] [9] [1] [2] [3] [4] [5] [6] [7]
[8] [9]


Added files for algorithms package:
    algorithm.sty        algorithm environment
    algorithmic.sty      algorithmic internal environment
    algorithms.tex       sample use of algorithms package
    algorithms.pdf       documentation of algorithms package