I would like to be able to format my beamer title page such that it includes the name of an author and module leader, but with one institution name. So the typical way of inserting two author names with the superscripts will not do in this case. In specific this is whay I envision for the layout to be like:
However I am struggling to get that as there only seem to be limited option in terms of inserting the authors names. This beamer I know that there must be a way however I don't know how.
This is the basic code that I am currently working on
\documentclass{beamer}
%Information to be included in the title page:
\title{Introduction to Torsional Vibrations}
\subtitle{NM952 -- Lecture 1}
\author{Name}
\institute{Department}
\begin{document}
\frame{\titlepage}
\begin{frame}
\frametitle{Sample frame title}
This is some text in the first frame. This is some text in the first frame. This is some text in the first frame.
\end{frame}
\end{document}
