Search found 11 matches

by geois
Tue Sep 07, 2010 10:59 pm
Forum: Graphics, Figures & Tables
Topic: Custom "list of <float>" without page numbers?
Replies: 5
Views: 2819

Re: Custom "list of <float>" without page numbers?

Thank you frabjous,

Our comments must have crossed - your suggestion works exactly.
by geois
Tue Sep 07, 2010 10:57 pm
Forum: Graphics, Figures & Tables
Topic: Custom "list of <float>" without page numbers?
Replies: 5
Views: 2819

Custom "list of <float>" without page numbers?

Thank you gmedina!

I answered my own question about adding the list of sheets entry to the table of contents, using \addcontentsline{toc}{chapter}{List of Sheets}

Here is the original example, modified:

\documentclass{book}

\newcounter{sheet}
\newcommand\listsheetname{List of Sheets ...
by geois
Tue Sep 07, 2010 10:45 pm
Forum: Graphics, Figures & Tables
Topic: Custom "list of <float>" without page numbers?
Replies: 5
Views: 2819

Custom "list of <float>" without page numbers?

Hi gmedina,

Thanks for your suggestion, it does almost exactly what I require, and has given me some new thoughts to experiment with.

One follow-up question: how can I get the list of sheets from your example to appear in the table of contents, given that it uses chapter* ?

Many thanks ...
by geois
Tue Sep 07, 2010 2:59 am
Forum: Graphics, Figures & Tables
Topic: Custom "list of <float>" without page numbers?
Replies: 5
Views: 2819

Custom "list of <float>" without page numbers?

Hi,

For my PhD thesis I have a number of maps and cross-section which are quite large, and so will be included in an envelope in the rear of the thesis. I call these “sheets.”

It is quite desirable for me to have in the front of the thesis a list of sheets, just as I have a list of figures and a ...
by geois
Wed Sep 01, 2010 8:44 am
Forum: Graphics, Figures & Tables
Topic: fltpage indents figure
Replies: 2
Views: 2377

Re: fltpage indents figure

Great, thank-you for your help Axel.

Cheers,

Alastair.
by geois
Wed Sep 01, 2010 5:45 am
Forum: Graphics, Figures & Tables
Topic: fltpage indents figure
Replies: 2
Views: 2377

fltpage indents figure

Hi,

In answering my own question ( http://www.latex-community.org/forum/viewtopic.php?f=45&t=9958 ) I noticed that fltpage seems to indent figures slightly (by perhaps ~1 mm), compared to figures inserted using a simple figure environment.

I realise that fltpage is considered experimental, but was ...
by geois
Wed Sep 01, 2010 4:47 am
Forum: Graphics, Figures & Tables
Topic: Multiple double-page figures with caption on preceeding page
Replies: 3
Views: 3619

Multiple double-page figures with caption on preceeding page

Here is a MWE for anyone who might wonder about a solution.

For myself, this was required for my PhD thesis, where I have a number of figures which spread completely across two pages. I therefore wanted to have a caption on the preceding "right" page, with the figure spread across the following ...
by geois
Wed Sep 01, 2010 1:02 am
Forum: Graphics, Figures & Tables
Topic: Multiple double-page figures with caption on preceeding page
Replies: 3
Views: 3619

Re: Multiple double-page figures with caption on preceeding

Hi Sommerfee,

Thanks for the hint. I have something that works now using fltpage.

I'll post a MWE of my solution for anyone who finds this in the future, just as soon as I tidy it up.

Thanks again,

Alastair.
by geois
Tue Aug 31, 2010 6:17 am
Forum: Graphics, Figures & Tables
Topic: Multiple double-page figures with caption on preceeding page
Replies: 3
Views: 3619

Multiple double-page figures with caption on preceeding page

Hi,

I have a number of double-page figures which I wish to present one after the other, with captions for all the figures on the page which precedes them.

The figures have a "left" and a "right" page, so I'm using dpfloat.

I've attached a small picture illustrating the effect I'm after.

fig ...
by geois
Tue Apr 06, 2010 9:42 am
Forum: Graphics, Figures & Tables
Topic: Multicolumn indented when using @{} to suppress column space
Replies: 2
Views: 6658

Multicolumn indented when using @{} to suppress column space

localghost wrote:Do the same as you do for the tabular environment.

Code: Select all

\multicolumn{4}{@{}l}{Aaaaaaaaaaa}\\
Many thanks, that was exactly what I was after.