The document class is ucdthesis (see attached), which is a spin-off of ucthesis. Other pertinent information: MikTex 2.7, Texniccenter 1 beta 7.5, building document using pdfLaTex.
I have tried using the caption package with singlespacing as a font option without success (no errors are given, but no modification to caption line spacing). I also found the following post which mentions a similar problem, but does not solve my issue:
Single spaced captions, 1.5-spaced text
Thanks in advance. I have spent hours trying to resolve this issue.
Here is the preamble of my document:
Code: Select all
\documentclass[12pt]{ucdthesis}
\usepackage[pdftex]{graphicx}
\usepackage{mathptmx}
\usepackage{amsmath}
\usepackage[margin=10pt,font={small,singlespacing,bf},labelfont=bf]{caption}
\usepackage{subfig}
\usepackage{paralist}
\usepackage{cite}
\usepackage{xspace}
\usepackage{rotating}
\usepackage{multirow}
\usepackage{booktabs}
\usepackage{pdfpages}
\usepackage[intoc,noprefix]{nomencl}
\usepackage{ifthen}
\usepackage{verbatim}
\usepackage[pdftex,plainpages=false]{hyperref}
\hypersetup{
colorlinks,%
citecolor=black,%
filecolor=black,%
linkcolor=black,%
urlcolor=black
}