ntnu-tex / beamerthementnu

A LaTeX beamer theme for presentations in the NTNU corporate design
https://github.com/ntnu-tex/beamerthementnu/blob/master/ntnu-beamer-documentation.pdf
54 stars 41 forks source link

Title shadowed by logo when using ntnu style 16:9 format #8

Closed truls closed 3 years ago

truls commented 5 years ago

This is similar to #6 but not the same so I thought it deserved its own issue.

When using the NTNU style in 16:9 format, the logo with the circles in the upper right corner shadows the title.

\documentclass[screen, aspectratio=169]{beamer}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}

% Use the NTNU-temaet for beamer 
% \usetheme[style=ntnu|simple|vertical|horizontal, 
%     language=bm|nn|en, 
%     smalltitle, 
%     city=all|trondheim|alesund|gjovik]{ntnu2017}
\usetheme[style=ntnu,language=en]{ntnu2017}

\usepackage[english]{babel}

\title[Short title]{The full and long title of the presentation}
\subtitle{Subtitle if you want}
\author[O. Nordmann]{Ola Nordmann}
\institute[NTNU]{Department of \LaTeX-ical sciences, NTNU}
\date{1 January 1970}
%\date{} % To have an empty date

\begin{document}

\begin{frame}
  \titlepage
\end{frame}

% Alternatively, special title page command to get a different background
% \ntnutitlepage

\begin{frame}
  \frametitle{Main theorem}
  \begin{theorem}
    {\LaTeX} makes things easier.
  \end{theorem}
  \begin{proof}
    For details, see Flynn.
  \end{proof}
\end{frame}

\end{document}
martstr commented 5 years ago

Thank you for the report. As I no longer work at NTNU, it is harder to find time to fix such issues. However, I hope to be able to have a look at them at some point during the summer.

Does using the smalltitle option work as a workaround?

kellertuer commented 3 years ago

Is this still an active problem with the (new) 2020 theme or can this be closed, since it is too old anyways?

truls commented 3 years ago

Just confirmed that this is no longer a problem with the 2020 theme.