Skip to content

This is an effort to create the canonical LaTeX style for typesetting UCSD master thesis and doctoral dissertations.

Notifications You must be signed in to change notification settings

jlshin/ucsd-thesis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UCSD Doctoral Dissertation and Master Thesis LaTeX Classes

forked from https:/ucsd-thesis/ucsd-thesis to https:/jlshin/ucsd-thesis

Contents

This folder should contain two subfolders: (1) phd-thesis (2) master-thesis

Both subfolders should contain:

  • template.tex Primary Driver File
  • template_frontmatter.tex Where the title, abstract, etc. are held.
  • ucsd.cls LaTeX class file
  • uct10.clo Font files associated to LaTeX class file
  • uct11.clo
  • uct12.clo

Instructions

Download the files: https:/jlshin/ucsd-thesis/archive/master.zip

Copy all of the above files to the directory in which you plan to work. Look over template.tex to get started. If you choose to rename the tex files, update the \include{template_frontmatter} line correspondingly.

Latex code can be added directly to template.tex. A common alternate strategy is to include a files for each of the chapters (e.g. chapter1.tex). These can then be included in the main file with the command

\include{chapter1}

For more information go to the project wiki page.

Warnings

This template has not endorsed by OGS or any other official entity. The official formatting guide can be obtained from OGS.

No guarantee is made that this LaTeX class conforms to the official UCSD guidelines. Make sure that you check the final document against the Formatting Manual.

That being said, this class has been routinely used for successful publication of doctoral and master theses.

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

Known Issues

Currently only the 12pt size conforms to the UCSD requirements. The 10pt and 11pt options make the footnote fonts too small.

Help/Contact

If you need help try the ucsd-thesis google group.

Bugs

Please submit bug reports on [github][3]. [3]: https:/ucsd-thesis/ucsd-thesis/issues

Older bug reports can be accessed from [Google Code][4]. [4]: http://code.google.com/p/ucsd-thesis/issues/list

About

This is an effort to create the canonical LaTeX style for typesetting UCSD master thesis and doctoral dissertations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 99.7%
  • Shell 0.3%