ADDED: Add back the mmd6 latex title file

This commit is contained in:
Fletcher T. Penney 2017-03-10 18:40:34 -05:00
parent 74ad98ebc9
commit bb3ab59cc6

View File

@ -0,0 +1,38 @@
%
% 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