\ifx\subtitle\undefined
\else
- \addtodef{\mytitle}{}{ \\ \subtitle}
+% \addtodef{\mytitle}{}{ \\ \subtitle}
+ \expandafter\def\expandafter\mytitle\expandafter{\mytitle \\ \subtitle}
\fi
\ifx\affiliation\undefined
\else
- \addtodef{\myauthor}{}{ \\ \affiliation}
+% \addtodef{\myauthor}{}{ \\ \affiliation}
+ \expandafter\def\expandafter\myauthor\expandafter{\myauthor \\ \affiliation}
\fi
\ifx\address\undefined
\else
- \addtodef{\myauthor}{}{ \\ \address}
+% \addtodef{\myauthor}{}{ \\ \address}
+ \expandafter\def\expandafter\myauthor\expandafter{\myauthor \\ \address}
\fi
\ifx\phone\undefined
\else
- \addtodef{\myauthor}{}{ \\ \phone}
+% \addtodef{\myauthor}{}{ \\ \phone}
+ \expandafter\def\expandafter\myauthor\expandafter{\myauthor \\ \phone}
\fi
\ifx\email\undefined
\else
- \addtodef{\myauthor}{}{ \\ \email}
+% \addtodef{\myauthor}{}{ \\ \email}
+ \expandafter\def\expandafter\myauthor\expandafter{\myauthor \\ \email}
\fi
\ifx\event\undefined