diff --git a/issue5.tex b/issue5.tex new file mode 100644 index 0000000000000000000000000000000000000000..01cc4388e486f165332dc051d303512ce8c7bd4d --- /dev/null +++ b/issue5.tex @@ -0,0 +1,32 @@ +\documentclass[t]{beamer} +\usepackage{trace} +\usetheme{Juelich} +\fzjset{ + title page = text, + part page = text, + section page = text +} + +\title{This is a very long title that will end up being split into multiple lines, but only the first line is indented} +\subtitle{The subtitle of this presentation is also quite long, oh my, look what a mess you have made} +\author{Your Name} +\institute{Your Institute} +\date{\today} +\titlegraphic{ + \includegraphics[ + width=\paperwidth]{placeholder} +} + +\begin{document} +\maketitle + +\part{This is quite a long name for a part, are you sure that it really has to be this long} +\makepart + +\section{This is a long section name that will end up being split into multiple lines} +\makesection + +\begin{frame}{This frame has a very long frame title that will end up being split into multiple lines}{My gosh, I do not think I have ever seen a subtitle this long, yet it seems it is still not quite long enough, let us add a few more words} + This is the frame content +\end{frame} +\end{document}