Search found 9 matches

by the_obs
Sat Oct 23, 2010 5:08 pm
Forum: Text Formatting
Topic: Lists
Replies: 5
Views: 2611

Lists

New challenge: is there anyway I can format my list to look like this?
Image
by the_obs
Thu Oct 21, 2010 5:07 pm
Forum: Text Formatting
Topic: Lists
Replies: 5
Views: 2611

Re: Lists

That worked like a charm. This is the third time you have answered my questions, thank you so much, gmedina.
by the_obs
Wed Oct 20, 2010 11:14 pm
Forum: Text Formatting
Topic: Lists
Replies: 5
Views: 2611

Lists

Hey guys,
How can I get Latex to produce lists as following:
http://img828.imageshack.us/img828/7830/listv.png

I would like text (here, ALT and SEQ) underneath an item to be aligned with the above item's text. I tried easylist but I can't get text underneath to align correctly. It does this ...
by the_obs
Tue Oct 19, 2010 7:19 pm
Forum: Graphics, Figures & Tables
Topic: Caption?
Replies: 6
Views: 3473

Re: Caption?

What?
My caption spans only one line, but isn't centered (by default) with the overlying image, hence my original problem and post.
by the_obs
Tue Oct 19, 2010 6:36 pm
Forum: Graphics, Figures & Tables
Topic: Caption?
Replies: 6
Views: 3473

Re: Caption?

So standard behaviour in Latex documents for inserting graphics is centering the graphics, so as to have the caption neatly centered underneath?
by the_obs
Tue Oct 19, 2010 5:57 pm
Forum: Document Classes
Topic: Report vs. Article
Replies: 5
Views: 18733

Report vs. Article

gmedina wrote:

Code: Select all

\renewcommand\thepart{\arabic{part}}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Ahhhh great! That worked perfectly. Thank you very much.
If I understand correctly, the above command (re)sets part numbers to arabic.
However what I don't understand is the \counterwithin command, is it a TOC-specific command?

Thanks again!
by the_obs
Tue Oct 19, 2010 5:33 pm
Forum: Document Classes
Topic: Report vs. Article
Replies: 5
Views: 18733

Report vs. Article

Hi,

you can do a redefinition of the representation of the section counter and some adjustment to make this counter restart with every new part; an example:

\documentclass{report}
\usepackage{chngcntr}

\renewcommand\thesection{\thepart.\arabic{section}}
\counterwithin{section}{part}

\begin ...
by the_obs
Mon Oct 18, 2010 9:51 pm
Forum: Graphics, Figures & Tables
Topic: Caption?
Replies: 6
Views: 3473

Caption?

Hey all,
How can I change default caption behaviour for captions to be centered RELATIVE TO THEIR IMAGE instead of relative to page (see picture)?


Edit by localghost: Preferably no external links (see Board Rules). Attachments go onto the forum server where possible.
by the_obs
Mon Oct 18, 2010 9:23 pm
Forum: Document Classes
Topic: Report vs. Article
Replies: 5
Views: 18733

Report vs. Article

Hey all!
I am beginning with Latex, and find it awesome. However I have a problem seriously bugging me.

I would like to use report as my document class as I find it perfect (title on seperate page, vertically and horizontally centered, parts on seperate pages, etc.). However, I DO NOT want to use ...