Search found 8 matches

by samness25
Mon Sep 13, 2010 5:34 pm
Forum: Graphics, Figures & Tables
Topic: Underlining the Figure in the Figure
Replies: 7
Views: 7616

Re: Underlining the Figure in the Figure

Wow, sorry. But it's not quite solved.

I suppose it would have been easier to have included tables in my question. The code works for figures and my partner and I have tried to rework it for tables but it has been unsuccessful, is there a different code for tables?
by samness25
Sun Sep 12, 2010 11:26 pm
Forum: Graphics, Figures & Tables
Topic: Underlining the Figure in the Figure
Replies: 7
Views: 7616

Re: Underlining the Figure in the Figure

Thank you all so much! Worked perfectly :)
by samness25
Sun Sep 12, 2010 3:36 am
Forum: Graphics, Figures & Tables
Topic: Underlining the Figure in the Figure
Replies: 7
Views: 7616

Underlining the Figure in the Figure

Hi all

I was wondering if anyone knew how to underline the figure in the figure, like

Picture is here
Figure 3.1: Picture

I've played around with latex and I can get the caption to underline but not the Figure 3.1 and then I found I can also get the number to underline but not the Figure. So ...
by samness25
Sun Apr 04, 2010 4:38 am
Forum: Text Formatting
Topic: Table of Contents Formatting
Replies: 8
Views: 5089

Re: Table of Contents Formatting

Thank you for your help! :) You are quite amazing! You did in a few hours what I've been trying to do all semester. Thank you times a million.
by samness25
Sun Apr 04, 2010 3:58 am
Forum: Text Formatting
Topic: Table of Contents Formatting
Replies: 8
Views: 5089

Table of Contents Formatting

So the article class would probably not be ideal for this then. All right. I've figured out how to change the section headers throughout the paper. What I can't get to update is the TOC for those section headers. \documentclass[11pt]{article}
\usepackage[a4paper]{geometry}
\geometry{top=1.0in ...
by samness25
Sat Apr 03, 2010 11:57 pm
Forum: Text Formatting
Topic: Table of Contents Formatting
Replies: 8
Views: 5089

Re: Table of Contents Formatting

Oh...sorry. I'm using an aritcle. The first 1 is the section number the second 1 is the subsection and the third 1 is the subsubsection.
by samness25
Sat Apr 03, 2010 11:51 pm
Forum: Text Formatting
Topic: Table of Contents Formatting
Replies: 8
Views: 5089

Re: Table of Contents Formatting

I'm sorry, I should have explained everything.

I need the TOC to show

1.0 Mission Definition
1.1 Mission Segmet Summary
1.1.1 Phase I
etc...

The reason for the sections containing the .0 is merely because the english professor grading our technical report wants it that way....
by samness25
Sat Apr 03, 2010 10:32 pm
Forum: Text Formatting
Topic: Table of Contents Formatting
Replies: 8
Views: 5089

Table of Contents Formatting

Hi,
I've been struggling with this for a couple months now. I'm creating a report and I've inserted
\titleformat{\section}{\normalfont\Large\bfseries}{\thesection.0}{1em}{}
in order to make my section headers look like 1.0 Mission Definition, but when the toc compiles it comes up as 1 Mission ...