On Sat, Jun 23, 2012 at 5:10 AM, amicitas <
amic...@gmail.com> wrote:
> On Friday, May 11, 2012 6:40:17 PM UTC-4,
brm...@gmail.com wrote:
>>
>> This is probably an old/familiar story, but I just had my preliminary
>> meeting, and was told to fix a few things.
>>
>> Fix I did, and here are the solutions/revisions to tex:
>>
>> "Vita and Publications" should just be "Vita" in the TOC (vita includes
>> publications).
>>
>> The fix (in ucsd.cls):
>>
>> \def\vitapage{\@restonecolfalse\if@twocolumn\@restonecoltrue\onecolumn
>> \else \newpage \fi\pagestyle{preliminary}
>> \phantomsection
>> \addcontentsline{toc}{frontmatter}{\protect\numberline{}Vita}}
>>
>> Font of hyperref/urls must match main body text.
>>
>> The fix (in ucsd.cls):
>>
>> \usepackage{url}
>> \urlstyle{same}
Does this work? IIRC when I tried this I had to put the \urlstyle
after \begin{document} (as noted here[1]).
If that's correct then \AtBeginDocument{\urlstyle{same}} might work --
I didn't know about \AtBeginDocument when I wrote that email.
>> Captions must be uniformly centered or justified. The current template
>> centers single-line captions, and justifies multi-line. (I think this looks
>> nicer, but I digress..) Since centered multi-line captions look awful, I
>> opted to justify all captions.
>>
>> The fix (in ucsd.cls):
>>
>> \usepackage{caption}
>> \captionsetup{justification=justified, singlelinecheck=false}
Another way to accomplish this is in the patch in [1], which I guess
never got committed. That version doesn't need any extra packages.
>> Bibliography items must be single-spaced, with an extra space after each
>> item. The only consistent way that I've been able to pull this off is to
>> put a "\ssp" in the main document before the bib, eg, in thesis.tex:
>>
>> \ssp
>> \bibliography{refs}
>>
>> This is clearly non-ideal, so someone with more texpertise should be able
>> to hack this into the proper place in the template.
Weird, if you look at the definition of \thebibliography in ucsd.cls,
it already has a call to \ssp (with comment "WBB re OGSR style,
6.11.97"). It may be being overridden by some other package, like
chapterbib or your favorite \bibliographystyle command.
-- Nathaniel
[1]
https://groups.google.com/forum/?fromgroups#!topic/ucsd-thesis/OQggJDDnoR4