Search found 7 matches

by douglastoy
Thu May 14, 2009 1:40 pm
Forum: General
Topic: Centered Captions
Replies: 10
Views: 95558

Centered Captions

Fixed using caption package. Put this in the preamble.

Code: Select all

\usepackage[center]{caption}
by douglastoy
Thu May 14, 2009 11:46 am
Forum: General
Topic: Centered Captions
Replies: 10
Views: 95558

Centered Captions

Thanks for your quick reply.

I've uploaded a picture of the figure as an attachment and here is a brief code like the one I am using. This figure is one of six within a subfloat environment.

\begin{figure}
\centering
\subfloat[(8x4.5): Zero Torque \& Identical Rotational Regime]{\label{Comp_SD ...
by douglastoy
Thu May 14, 2009 11:20 am
Forum: General
Topic: Centered Captions
Replies: 10
Views: 95558

Centered Captions

I would like to centre the caption text underneath my figure but I don't know how. Can anyone help me?

Here is an example. I've loaded an example photo onto my flickr which hopefully will appear here...

http://www.flickr.com/photos/58578215@N00/3529994489/

If not, please go to here in order to ...
by douglastoy
Mon Apr 27, 2009 8:34 pm
Forum: General
Topic: Modify Table of Contents: Reduce Spacing Between Lines?
Replies: 22
Views: 43746

Modify Table of Contents: Reduce Spacing Between Lines?

Thanks Stefan, spot on. Here's I'm doing things now...

\documentclass[11pt,a4paper]{report}
...
\usepackage{setspace}
...
\begin{document}
%\setcounter{tocdepth}{1} (Could use this to shorten things further)
\begin{spacing}{0.1}
\tableofcontents
\listoffigures
\listoftables
\end{spacing}


And ...
by douglastoy
Mon Apr 27, 2009 5:46 pm
Forum: General
Topic: Modify Table of Contents: Reduce Spacing Between Lines?
Replies: 22
Views: 43746

Modify Table of Contents: Reduce Spacing Between Lines?

My table of contents is rather large and I would like to reduce the space it takes up without sacrificing any of its content.

Is there any way to reduce the spacing between the lines of the TOC i.e. reduce the vertical distance between lines? Are there any packages that can achieve this? For ...
by douglastoy
Thu Apr 23, 2009 5:25 pm
Forum: General
Topic: Help: Can't locate a Type 1, TTF, PK, or virtual font file
Replies: 0
Views: 1250

Help: Can't locate a Type 1, TTF, PK, or virtual font file

I'm trying to solve a problem which I previously listed on this forum at:

http://www.latex-community.org/forum/viewtopic.php?f=5&t=4590

In the error bar of LED I get this:

29tcbx1440: Can't locate a Type 1, TTF, PK, or virtual font file
Not sure how to proceed. For now this is fatal
Maybe in ...
by douglastoy
Thu Apr 23, 2009 5:07 pm
Forum: General
Topic: Help: Problems converting from dvi-pdf using LED
Replies: 0
Views: 2217

Help: Problems converting from dvi-pdf using LED

LED had been working beautifully all day. Unfortunately I now find myself able to perform a latex compilation (pressing F9 or the green arrow) but when I go to convert to a pdf by pressing the blue arrow it seems to have a heat attack...

Here is the error message I get upon telling it to make a pdf ...