--- /dev/null
+%
+% Configure information from metadata for use in title
+%
+
+\ifx\latexauthor\undefined
+\else
+ \def\myauthor{\latexauthor}
+\fi
+
+\ifx\subtitle\undefined
+\else
+ \addtodef{\mytitle}{}{ \\ \subtitle}
+\fi
+
+\ifx\affiliation\undefined
+\else
+ \addtodef{\myauthor}{}{ \\ \affiliation}
+\fi
+
+\ifx\address\undefined
+\else
+ \addtodef{\myauthor}{}{ \\ \address}
+\fi
+
+\ifx\phone\undefined
+\else
+ \addtodef{\myauthor}{}{ \\ \phone}
+\fi
+
+\ifx\email\undefined
+\else
+ \addtodef{\myauthor}{}{ \\ \email}
+\fi
+
+\ifx\event\undefined
+\else
+ \date[\mydate]{\today}
+\fi
\ No newline at end of file