Skip to content

Commit 3d4cf54

Browse files
author
amicitas
committed
Fixed top margin on the abstract page. Updated documentation. Updated script to make the testing document.
git-svn-id: https://ucsd-thesis.googlecode.com/svn/trunk@101 8b53f5e4-7c52-0410-9cc8-1fb413c75255
1 parent c35d7c4 commit 3d4cf54

File tree

5 files changed

+66
-30
lines changed

5 files changed

+66
-30
lines changed

AUTHORS

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Many people have contributed to this effort.
22
Any ommissions are not intentional.
33

4-
- Novimir Pablant <[email protected]> (2009)
5-
- Diwaker Gupta <[email protected]> (2009)
4+
- Novimir Pablant <[email protected]> (2009-2010)
5+
- Diwaker Gupta <[email protected]> (2008-2009)
66
- Macneil Shonle (2009)
77
- Himanshu Khatri (2009)
88
- evilkartman (2009)

README

+13-3
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,23 @@ Warnings:
2929
No guaranty is made that this LaTeX class conforms to the official UCSD guidelines.
3030
Make sure that you check the final document against the Formatting Manual.
3131

32-
That being said, this class has been used successfully for publication of
33-
doctoral theses.
32+
That being said, this class has been routinely used for successful
33+
publication of doctoral theses.
3434

3535
Let us know if you submit a thesis using this package.
3636

3737

38+
Known Issues:
39+
Currently only the 12pt size conforms to the UCSD requirements.
40+
The 10pt and 11pt options make the footnote fonts too small.
41+
42+
43+
Help/Contact:
44+
If you need help try the ucsd-thesis google group:
45+
http://groups.google.com/group/ucsd-thesis
46+
47+
3848
Bugs:
3949
Please report all bugs at:
40-
http://code.google.com/p/ucsd-thesis/issues/list
50+
http://code.google.com/p/ucsd-thesis/issues/list
4151

template.tex

+36-19
Original file line numberDiff line numberDiff line change
@@ -8,40 +8,58 @@
88
% ----------------------------------------------------------------------
99
% WARNING:
1010
%
11-
% This template has not endorced by OGS or any other official entity.
12-
% The official formatting guide can be obtained from OGS.
13-
% It can be found on the web here:
14-
% http://ogs.ucsd.edu/AcademicAffairs/Documents/Dissertations_Theses_Formatting_Manual.pdf
11+
% This template has not endorced by OGS or any other official entity.
12+
% The official formatting guide can be obtained from OGS.
13+
% It can be found on the web here:
14+
% http://ogs.ucsd.edu/AcademicAffairs/Documents/Dissertations_Theses_Formatting_Manual.pdf
1515
%
16-
% No guaranty is made that this LaTeX class conforms to the official UCSD guidelines.
17-
% Make sure that you check the final document against the Formatting Manual.
16+
% No guaranty is made that this LaTeX class conforms to the official UCSD guidelines.
17+
% Make sure that you check the final document against the Formatting Manual.
1818
%
19-
% That being said, this class has been used successfully for publication of
20-
% doctoral theses.
19+
% That being said, this class has been routinely used for successful
20+
% publication of doctoral theses.
2121
%
22-
% The ucsd.cls class files are only valid for doctoral dissertations.
22+
% The ucsd.cls class files are only valid for doctoral dissertations.
2323
%
2424
%
2525
% ----------------------------------------------------------------------
2626
% GETTING STARTED:
2727
%
28-
% Lots of information can be found on the project wiki:
29-
% http://code.google.com/p/ucsd-thesis/wiki/GettingStarted
28+
% Lots of information can be found on the project wiki:
29+
% http://code.google.com/p/ucsd-thesis/wiki/GettingStarted
30+
%
31+
%
32+
% To make a pdf from this template use the command:
33+
% pdflatex template
3034
%
3135
%
32-
% To make a pdf from this template use the command:
33-
% pdflatex template
36+
% To get started please read the comments in this template file
37+
% and make changes as appropriate.
3438
%
39+
% If you successfully submit a thesis with this package please let us
40+
% know.
41+
%
42+
%
43+
% ----------------------------------------------------------------------
44+
% KNOWN ISSUES:
3545
%
36-
% To get started please read the comments in this template file
37-
% and make changes as appropriate.
46+
% Currently only the 12pt size conforms to the UCSD requirements.
47+
% The 10pt and 11pt options make the footnote fonts too small.
3848
%
3949
%
4050
% ----------------------------------------------------------------------
51+
% HELP/CONTACT:
4152
%
53+
% If you need help try the ucsd-thesis google group:
54+
% http://groups.google.com/group/ucsd-thesis
55+
%
56+
%
57+
% ----------------------------------------------------------------------
58+
% BUGS:
59+
%
60+
% Please report all bugs at:
61+
% http://code.google.com/p/ucsd-thesis/issues/list
4262
%
43-
% If you successfully submit a thesis with this package please let us
44-
% know.
4563
%
4664
% ----------------------------------------------------------------------
4765
% More control of the formatting of your thesis can be achieved through
@@ -57,7 +75,7 @@
5775

5876

5977
% Setup the documentclass
60-
% default options: 11pt, oneside, final
78+
% default options: 12pt, oneside, final
6179
%
6280
% fonts: 10pt, 11pt, 12pt -- are valid for UCSD dissertations.
6381
% sides: oneside, twoside -- note that two-sided theses are not accepted
@@ -71,7 +89,6 @@
7189
% Title of Chapter
7290
%
7391
% instead of
74-
%
7592
% 1 Title of Chapter
7693
\documentclass[12pt,chapterheads]{ucsd}
7794

testing/maketest

+9
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,12 @@ pdflatex test
88
makeindex test
99
pdflatex test
1010

11+
rm -f *.aux
12+
rm -f *.idl
13+
rm -f *.idx
14+
rm -f *.ilg
15+
rm -f *.ind
16+
rm -f *.lof
17+
rm -f *.log
18+
rm -f *.lot
19+
rm -f *.toc

ucsd.cls

+6-6
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,11 @@
171171
%%% now multiline titles will be single spaced.
172172
%%% Spacing between chair and co-chair single spaced.
173173
%%%
174-
%%% Version 3.6 2009/10
174+
%%% Version 3.6 2010/03
175175
%%% Novimir Pablant <[email protected]>
176176
%%%
177-
%%% Figure and Tabel lables now bold in captions.
177+
%%% Figure and Table lables now bold in captions.
178+
%%% Top margin of abstract page now 2.5''
178179
%%%
179180
%%% }
180181
%%% ====================================================================
@@ -197,7 +198,7 @@
197198
%%%
198199

199200
\NeedsTeXFormat{LaTeX2e}
200-
\ProvidesClass{ucsd}[2009/10/24 V3.6 University of California, San Diego, Dissertation Class]
201+
\ProvidesClass{ucsd}[2010/03/18 V3.6 University of California, San Diego, Dissertation Class]
201202

202203

203204
% ****************************************
@@ -681,9 +682,7 @@ on microfilm and electronically: }}\\
681682
% of the \title, \author, \degreetitle, \field, \campus, and \chair macros.
682683
% The page numbering is in the usual sequence for UCSD OGS--WBB.
683684
%
684-
% The OGS manual states that the top margin should be 2.5", however
685-
% it gives examples where this is not the case, and
686-
% this extra margin is not required (as of 2009/03/29) (novi).
685+
% The OGS manual states that the top margin should be 2.5".
687686

688687
% addcontentsline line moved to fix TOC bug. (JRB, 5-5-08)
689688
\def\abstract{
@@ -692,6 +691,7 @@ on microfilm and electronically: }}\\
692691
\begin{center}
693692
\ssp
694693
{\fmfont
694+
\null\vspace{1.25in}
695695
{\expandafter\uppercase\expandafter{\abstractlongname}}\par
696696
\vspace{.5in}
697697
{\bfseries

0 commit comments

Comments
 (0)