space
This commit is contained in:
parent
565ec869d8
commit
9b9bee52ca
1 changed files with 2 additions and 1 deletions
|
@ -20,6 +20,7 @@
|
|||
\newcommand{\setauthor}{YOU}
|
||||
\newcommand{\setsubject}{SUBJECT}
|
||||
\newcommand{\setlocation}{LOCATION}
|
||||
\newcommand{\setmail}{mailto:place@holder.com}
|
||||
|
||||
\usepackage[
|
||||
pdfauthor={\setauthor}, % author metadata
|
||||
|
@ -29,7 +30,7 @@
|
|||
]{hyperref}
|
||||
|
||||
\title{\settitle}
|
||||
\author{\href{mailto:place@holder.com}{\setauthor}\\\setsubject $\cdot$ \setlocation}
|
||||
\author{\href{\setmail}{\setauthor}\\\setsubject~$\cdot$ \setlocation}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
|
|
Loading…
Reference in a new issue