Guillermo Rodriguez Garcia wrote:
> 
> 1. Herbert Voss told me how to increase the space within footnotes,
> but how can I increase the space between the first footnote and the
> 'regular' text in the page? I'd like to have at least one blank line
> between the two.

\renewcommand\footnoterule{%
  \vspace{1em}%          <- your line for vertical skip
  \kern-3\p@
  \hrule\@width.4\columnwidth
  \kern2.6\p@}

> how to change this, I did the following: inserted a (1x3) table
> in the float, removed the lines, then put an image in each cell
> of the table. This was fine, except for the fact that the three
> images have slightly different heights, so they are not well
> aligned (they always appear aligned to the bottom of the table).

put the cursor just before the second image and
hit backspace, the linebreak will be deleted
and the images are side by side.

Herbert

-- 
[EMAIL PROTECTED]
http://perce.de/voss

Reply via email to