Search found 5 matches

by activematt
Mon Mar 28, 2011 8:06 am
Forum: Graphics, Figures & Tables
Topic: \label{...} and \ref{...} creating reference problem
Replies: 1
Views: 1286

\label{...} and \ref{...} creating reference problem

Hi im unable to figure out why some of my figure refrences are not showing up when i use the \ref equation, also some numbers in my TOC are missing. Here is how i call a picture. In place of the reference number i see '??'

\begin{figure}[htbp]
\centering
\includegraphics[width=6in,height=3.5in ...
by activematt
Sun Mar 27, 2011 10:02 pm
Forum: Page Layout
Topic: Indenting when using \addcontentsline{toc}{figure}
Replies: 4
Views: 3929

Indenting when using \addcontentsline{toc}{figure}

This Seems To Work Well!

\documentclass[11pt,a4paper,english]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage[includeheadfoot,margin=2cm]{geometry}
\usepackage[titles]{tocloft}
%\usepackage{blindtext}
\usepackage{graphicx} % For images

% define ToC ...
by activematt
Sun Mar 27, 2011 10:00 am
Forum: Page Layout
Topic: Indenting when using \addcontentsline{toc}{figure}
Replies: 4
Views: 3929

Re: Indenting when using \addcontentsline{toc}{figure}

1) I may just include a toc and lof separately, however my professor requested that the figures be listed in the toc, for faster reference.

2) the report will contain many images
by activematt
Sun Mar 27, 2011 9:49 am
Forum: New Members
Topic: Hello !
Replies: 3
Views: 2313

Re: Hello !

Welcome Marya,
Im also new! I hope that I will be able to contribute to the community as well as improve my latex skills!

Matt
by activematt
Sun Mar 27, 2011 9:43 am
Forum: Page Layout
Topic: Indenting when using \addcontentsline{toc}{figure}
Replies: 4
Views: 3929

Indenting when using \addcontentsline{toc}{figure}

I am attempting to add figures to my table of contents using \addcontentsline{toc}{figure} however in the toc they appear left justified. Is there a way to shift the figure right, or a more elegant way of doing this?
\usepackage[titles,subfigure]{tocloft ...