forked from brittjay0104/BJohnsonDissertation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
47 lines (37 loc) · 1.89 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
--------------------------------------------------------------------
NC State LaTeX class and file templates.
E-mail: [email protected]
Released under the LaTeX Project Public License v1.3c or later
See http://www.latex-project.org/lppl.txt
--------------------------------------------------------------------
The ncsuthesis class provides formatting, macros, and content
to meet the thesis requirements of North Carolina State University,
specifically the ETD guidelines.
This archive contains the necessary LaTeX class file and supporting
example tex files demonstrating the use of the class file.
Archive contents:
Files:
* YourName-thesis.tex - main tex thesis document
* front.tex - front matter thesis content
* optional.tex - ncsuthesis-compatible optional packages
* YourName-thesis.bib - BibTeX references file
* ncsuthesis.cls - NC State thesis class
* changepage.sty - A package to change margins within
a document, used for page rotation.
Your LaTeX distribution may include
this, but mine didn't.
* totcount.sty - A package to count the total number of chapters.
* Makefile - generate thesis PDF on command line with make
* SConstruct - generates thesis PDF on command line with scons
Directories:
* Chapter-1/ Chapter-2/ Chapter-3/
- example directory structure to house chapter tex files.
* Appendix-A/
- contains Appendix A tex file.
A recent version of the student template and class file is available at:
http://www4.ncsu.edu/~jmhykes/latex.html
The NCSU ETD template website is:
http://www.ncsu.edu/grad/etd/templates.html
The latest version of the developers package can be downloaded on github.com:
https://github.com/jhykes/ncsuthesis
Send thesis class bug reports or patches to Josh Hykes at [email protected]