Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beamer Template: \footfullcite extends into LU logo #7

Open
valentinaschueller opened this issue Sep 16, 2024 · 4 comments
Open

Beamer Template: \footfullcite extends into LU logo #7

valentinaschueller opened this issue Sep 16, 2024 · 4 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@valentinaschueller
Copy link

valentinaschueller commented Sep 16, 2024

Thanks for providing these templates! For presentations in Beamer, the horizontal width of footnotes is too large and they can extend into the LU logo. I noticed this when using \footfullcite, which can produce long footnotes for references, see screenshot:

image

@bjornregnell
Copy link
Member

Good that you found this! If you are inclined to create a PR, contributions are welcome?

@bjornregnell
Copy link
Member

@StefanHost Do you want to take a look at this?

@Xaldew
Copy link
Contributor

Xaldew commented Oct 8, 2024

This should work to fix this and simultaneously handle the use of a left-hand logo by centering and reducing the page-size for the footer:

\setbeamertemplate{footnote}{%
  \begin{center}
    \begin{minipage}{0.875\textwidth}
      \scriptsize
      \parindent1em\noindent%
      \insertfootnotetext\par%
      \raggedright%
    \end{minipage}
  \end{center}
}%
% \renewcommand{\footnoterule}{}

The last line can be used to remove the footnote ruler, which I personally don't like.

with
without

@bjornregnell
Copy link
Member

Looks good. PR welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants