Search found 7 matches

by KMnO4aq
Mon Apr 07, 2014 5:37 pm
Forum: General
Topic: Refrences section getting 2 lines in TOC
Replies: 4
Views: 4669

Re: Refrences section getting 2 lines in TOC

numbib option in my tocbibind worked! Thanks :)
by KMnO4aq
Sun Apr 06, 2014 1:28 am
Forum: General
Topic: Refrences section getting 2 lines in TOC
Replies: 4
Views: 4669

Refrences section getting 2 lines in TOC

Try taking out the Section for References and changing the bibname to References in the preamble.
Just tried this. Changed tocbibind package part of the preamble to

\usepackage[nottoc, notlof, notlot]{tocbibind}
\settocbibname{References}

and removed the \section{References} , but now my ...
by KMnO4aq
Thu Apr 03, 2014 6:46 pm
Forum: General
Topic: Refrences section getting 2 lines in TOC
Replies: 4
Views: 4669

Refrences section getting 2 lines in TOC

Hello! I am working on my thesis, and for some reason my toc is giving the final section in my chapter, references, two lines (see pic).

My best guess is that my custom sty is messing something up. I have edited one passed down through the generations. It was printing "Bibliography" really large ...
by KMnO4aq
Wed Jan 22, 2014 1:06 am
Forum: Text Formatting
Topic: Changing Citation Style for Part of a Document
Replies: 0
Views: 1977

Changing Citation Style for Part of a Document

Hey guys! I am trying to get it so the citations within my table look like [1],[2] etc, while the rest of the document stays superscript. If you need any more info from me please let me know. I am a LaTeX noob.

\documentclass[12pt]{report}
\usepackage[super,sort&compress,comma]{natbib}
\usepackage ...
by KMnO4aq
Sun Jan 19, 2014 9:11 pm
Forum: Graphics, Figures & Tables
Topic: vectors in captions
Replies: 4
Views: 6590

Re: vectors in captions

I did not, but I also did not know equations center by default. Told ya I am new to this. Thanks!
by KMnO4aq
Sat Jan 18, 2014 7:45 pm
Forum: Graphics, Figures & Tables
Topic: vectors in captions
Replies: 4
Views: 6590

Re: vectors in captions

Thank you very much! It worked like a charm!

In general, is \centering to \begin{center} and \end{center} preferred when working in a figure or equation environment?
by KMnO4aq
Fri Jan 17, 2014 12:55 am
Forum: Graphics, Figures & Tables
Topic: vectors in captions
Replies: 4
Views: 6590

vectors in captions

Hello! I am pretty new to latex, and very new to this board, so please bare with me. I am writing my thesis, and I am having a problem with a specific caption in which there are vectors. Here is my main file:


\documentclass[12pt]{report}
\usepackage{urcsthesisLK}
\usepackage[super,sort&compress ...