Addendum by Skillmon: The above approach will use the normal foot instead of the firstfoot if the longtable will only take a single page and lastfoot wasn't used. The following is almost identical to the above code, but it will use the firstfoot on a single page longtable. The precedence for the footer on a single page longtable will be: lastfoot, and if that's empty firstfoot, and if that's ...

Understanding the Context

I am using beamer and I need to have IEEE Trans. style for citing the papers in \\footfullcite. The result my compile is this: As you see, this is not in IEEE standard format (no need for ISSN and ... I need to draw a ER digram in Crow's foot style in LaTeX.

Key Insights

After some search I found: Creating crow's foot style E-R diagrams, rather than Chen-style ones However, I found this style was not " Creating crow's foot style E-R diagrams, rather than Chen-style ones Ask Question Asked 12 years, 6 months ago Modified 8 years, 7 months ago 17 is it possible to define different \headerheight for head and foot respectively? For example, there is a logo image in the header which needs a large \headerheight and only text is in foot which needs a small \headerheight. Or does it have two variables to control the heights of foot and head respectively? Since the foot on the first page is larger than usual, I am setting the foot height with the option footlines=2.1. However, this leads to quite large empty space on the other pages.

Final Thoughts

I would like to re-define this (or the footheight option for the srcheadings style (or generally, after the first page). I found in this related topic Add Footer Text to All Slides in Beamer a nice code for footer in beamer with the Frankfurt theme. \setbeamertemplate {footline} [text line] {% \parbox {\linewidth} {\vsp... My header logo is about 3,5 x 6cm. The footer logo is about 3 x 20cm. The header is shown on the correct place, but the footer is not shown at all.

How should I change the geometry so that the foo...