Search found 9 matches

by natermiller
Wed Apr 21, 2010 2:31 am
Forum: Graphics, Figures & Tables
Topic: caption package in ucthesis class?
Replies: 13
Views: 10901

Re: caption package in ucthesis class?

I ended up using the patch that Alex suggested and that worked to get around the caption package conflict with the ucthesis class, but ultimately I abandoned trying to use the subfig package. I just edited my figure files to contain the different parts a), b), etc. and the associated labels and ...
by natermiller
Wed Feb 24, 2010 7:55 pm
Forum: Text Formatting
Topic: List in cventry using moderncv class
Replies: 5
Views: 54476

Re: List in cventry using moderncv class

yep, that did the trick. Thanks!

-Nate
by natermiller
Wed Feb 24, 2010 10:39 am
Forum: Text Formatting
Topic: List in cventry using moderncv class
Replies: 5
Views: 54476

Re: List in cventry using moderncv class

Thanks to you both. I think gmedina's solution is pretty much what I need. However, if the text from one of the bulleted items gets wrapped onto a second line it is not indented to line up with the text from the first line, like it is when the \cvlistitem command is used. I tried to use \hangindent ...
by natermiller
Tue Feb 23, 2010 4:10 am
Forum: Text Formatting
Topic: List in cventry using moderncv class
Replies: 5
Views: 54476

List in cventry using moderncv class

I am using the moderncv.cls class file to make a resume'. I want to do a very simple thing, which is to put a bulleted list into the {description} portion of a \cventry. The \cventry command takes options as follows: \cventry{years}{degree/job title}{institution/employer}{localization}{grade ...
by natermiller
Thu Oct 22, 2009 7:38 pm
Forum: Graphics, Figures & Tables
Topic: caption package in ucthesis class?
Replies: 13
Views: 10901

caption package in ucthesis class?

Yeah, I was talking about the ucthesis class file.

Does the uct11fix.sty file have to be in a certain place? I dropped the following code into a file and named it as you said and saved it in the ucthesis folder, but it gives emergency stop error because it can't find the file. Or does the file ...
by natermiller
Wed Oct 21, 2009 8:09 pm
Forum: Graphics, Figures & Tables
Topic: caption package in ucthesis class?
Replies: 13
Views: 10901

Re: caption package in ucthesis class?

Worked like a charm - no adverse side effects so far.

Works fine just dropping this code into the preamble. I tried dropping it into the class file instead but that didn't work. Maybe it has to be in a certain place? Sorry, I don't know much about editing class files.

Thanks!
-Nate
by natermiller
Wed Oct 21, 2009 12:22 am
Forum: Graphics, Figures & Tables
Topic: caption package in ucthesis class?
Replies: 13
Views: 10901

caption package in ucthesis class?

Again, thanks Axel. But I have one more for you. There seems to be a clash between the setspace and caption packages within ucthesis.

If I run this code...
\documentclass[11pt,draft]{ucthesis}

\usepackage{graphicx}
\usepackage{setspace}
\usepackage[]{caption}

\begin{document}

\begin{figure ...
by natermiller
Tue Oct 20, 2009 2:14 am
Forum: Graphics, Figures & Tables
Topic: caption package in ucthesis class?
Replies: 13
Views: 10901

caption package in ucthesis class?

Ahhh, I see. Thanks guys.

I found this information (below) in the caption package documentation. Simply loading the subfig package first was enough to fix the problem.
_________________________________________
Option clash for package caption.
– but sometimes also –
Missing \begin{document ...
by natermiller
Thu Oct 15, 2009 8:20 pm
Forum: Graphics, Figures & Tables
Topic: caption package in ucthesis class?
Replies: 13
Views: 10901

caption package in ucthesis class?

It seems that the caption package cannot be used in the ucthesis class, both available from CTAN. It runs error free when I load the package with no options, but when I select options I want it produces an error: "Latex error: Option clash for package caption" and the options I chose are not used ...