From f582b943bd8ffd83b55e01a2e168f7de2dc562ef Mon Sep 17 00:00:00 2001 From: Benedikt Steinbusch Date: Wed, 3 Jan 2018 15:19:22 +0100 Subject: [PATCH] add a small demonstration of long (sub)titles --- issue5.tex | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 issue5.tex diff --git a/issue5.tex b/issue5.tex new file mode 100644 index 0000000..01cc438 --- /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} -- GitLab