|
8 | 8 | % ----------------------------------------------------------------------
|
9 | 9 | % WARNING:
|
10 | 10 | %
|
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 |
15 | 15 | %
|
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. |
18 | 18 | %
|
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. |
21 | 21 | %
|
22 |
| -% The ucsd.cls class files are only valid for doctoral dissertations. |
| 22 | +% The ucsd.cls class files are only valid for doctoral dissertations. |
23 | 23 | %
|
24 | 24 | %
|
25 | 25 | % ----------------------------------------------------------------------
|
26 | 26 | % GETTING STARTED:
|
27 | 27 | %
|
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 |
30 | 34 | %
|
31 | 35 | %
|
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. |
34 | 38 | %
|
| 39 | +% If you successfully submit a thesis with this package please let us |
| 40 | +% know. |
| 41 | +% |
| 42 | +% |
| 43 | +% ---------------------------------------------------------------------- |
| 44 | +% KNOWN ISSUES: |
35 | 45 | %
|
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. |
38 | 48 | %
|
39 | 49 | %
|
40 | 50 | % ----------------------------------------------------------------------
|
| 51 | +% HELP/CONTACT: |
41 | 52 | %
|
| 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 |
42 | 62 | %
|
43 |
| -% If you successfully submit a thesis with this package please let us |
44 |
| -% know. |
45 | 63 | %
|
46 | 64 | % ----------------------------------------------------------------------
|
47 | 65 | % More control of the formatting of your thesis can be achieved through
|
|
57 | 75 |
|
58 | 76 |
|
59 | 77 | % Setup the documentclass
|
60 |
| -% default options: 11pt, oneside, final |
| 78 | +% default options: 12pt, oneside, final |
61 | 79 | %
|
62 | 80 | % fonts: 10pt, 11pt, 12pt -- are valid for UCSD dissertations.
|
63 | 81 | % sides: oneside, twoside -- note that two-sided theses are not accepted
|
|
71 | 89 | % Title of Chapter
|
72 | 90 | %
|
73 | 91 | % instead of
|
74 |
| -% |
75 | 92 | % 1 Title of Chapter
|
76 | 93 | \documentclass[12pt,chapterheads]{ucsd}
|
77 | 94 |
|
|
0 commit comments