Search found 5 matches

by ppeetteerr
Tue Jul 01, 2008 6:05 pm
Forum: General
Topic: flushleft and raggedleft
Replies: 1
Views: 3831

flushleft and raggedleft

\setlength{\parindent}{10pt}
Works nice
by ppeetteerr
Tue Jul 01, 2008 5:58 pm
Forum: General
Topic: flushleft and raggedleft
Replies: 1
Views: 3831

flushleft and raggedleft

I'm trying to left justify my document but keep the indentation. The ragged2e package will let me do it but its not a true left justification as it allows some hyphenation. Is there a way to increase the penalty for hyphenation in FlushLeft or to start each paragraph with and indent in flushleft?
by ppeetteerr
Tue Jul 01, 2008 5:53 pm
Forum: General
Topic: \listoffigures, add the word Figure
Replies: 4
Views: 7534

\listoffigures, add the word Figure

Stefan_K wrote:Hi,

have a look at this recent topic too, that topic is similar and the answer there may show you how to start with tocloft.

Stefan

Yep that pretty much describes it. I searched the forums but that post was posted 3 min before mine. What a coincidence.
by ppeetteerr
Mon Jun 30, 2008 8:29 pm
Forum: General
Topic: \listoffigures, add the word Figure
Replies: 4
Views: 7534

Re: \listoffigures

So the output is

List of Figures

1 Caption ....... Page numbers

I would like to strip the page numbers and the .... and put Figure in front of 1.
so
List of Figures

Figure 1: Caption


I'll look into tocloft.
by ppeetteerr
Mon Jun 30, 2008 8:15 pm
Forum: General
Topic: \listoffigures, add the word Figure
Replies: 4
Views: 7534

\listoffigures, add the word Figure

I would like \listoffigures to give me the following format. (Edit: Removed "not")

Figure 1: Caption
Figure 2: Caption
.
.
.
Figure N: Caption

I've tried searching for the \listoffigures command to use \renewcommand but can't find it. Any suggestions.