-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.html
103 lines (100 loc) · 4.07 KB
/
README.html
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!-- -*-html-*- -->
<!-- /u/ftp/pub/uuthesis/new-2017-03-09/README.html, Fri Mar 25 17:10:15 2016 -->
<!-- Edit by Nelson H. F. Beebe <[email protected]> -->
<!-- Edit by Jie Cao <[email protected]> -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE>
README for 2017-03-12 University of Utah sample thesis files
</TITLE>
<LINK REV="made" HREF="mailto:[email protected]">
</HEAD>
<BODY>
<P>
You can view these files from the directory listing
in your Web browser. You can grab the entire
contents from this
<A HREF="../new-2017-03-12.zip">
InfoZip
</A>
file that you should be able to unzip on any modern
platform.
</P>
<P>
The file
<A HREF="uuthesis-2016-guide.pdf">
<TT>uuthesis-2016-guide.pdf</TT>
</A>
documents the new practices and typographical features.
It has associated source, style, and spelling dictionary
files as well. A template for a new thesis can be
trivially scraped out of those files if needed, but it
is better to start with one of the three sample theses,
each in its own subdirectory. Each has its own
<TT>Makefile</TT> to provide a from-scratch-to-PDF
production process with a single invocation of the
<TT>make</TT> command. Each also has a <TT>README</TT>
file that sketches the steps needed to compile the thesis
into a final PDF file.
</P>
<P>
The file
<A HREF="Makefile">
<TT>Makefile</TT>
</A>
is a sample Unix Makefile for automating the handling of
all of the steps described in the guide. The only user
customizations that should be necessary are the lists of
dependent files. Tab characters are
<STRONG>significant</STRONG> in Makefiles, and are not
equivalent to spaces, so do <EM>not</EM> copy their
contents via cut-and-paste from a Web browser window:
download the file instead!
</P>
<P>
The subdirectory
<A HREF="bibtex">
bibtex
</A>
contains all of the public BibTeX style files long
available at the University of Utah Mathematics
Department that are not also in recent TeX Live
distributions. However, you are strongly advised to
stick with one of the basic four styles in original 1986
LaTeX if you are to avoid formatting disputes with the
Thesis Office.
</P>
<P>
The four sample theses are:
</P>
<UL>
<LI>
<A HREF="sample-thesis-0">0</A>: a bare-bones
black-and-white-only thesis;
</LI>
<LI>
<A HREF="sample-thesis-1">1</A>: a thesis enhanced
with color and multiple indexes;
</LI>
<LI>
<A HREF="sample-thesis-2">2</A>: a thesis enhanced
with color and multiple indexes, and a chapter
containing a published paper.
</LI>
<LI>
<A HREF="sample-thesis-3">3</A>: a thesis similar
to the previous one, but augmented with a Chapter 6
to illustrate use of theorem-like declarations.
</LI>
<LI>
<A HREF="sample-thesis-4">4</A>: a thesis similar
to the previous one, but augmented with a hyperref,
IEEETrans style(One of safe style allowed by School
of Computing), natbib-compatible support, including
clickable table of content, bookmark and autoref features.
More specifically, It supports the expedite review.
</LI>
</UL>
</BODY>
</HTML>