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{\setauthor}{YOU}
|
||||||
\newcommand{\setsubject}{SUBJECT}
|
\newcommand{\setsubject}{SUBJECT}
|
||||||
\newcommand{\setlocation}{LOCATION}
|
\newcommand{\setlocation}{LOCATION}
|
||||||
|
\newcommand{\setmail}{mailto:place@holder.com}
|
||||||
|
|
||||||
\usepackage[
|
\usepackage[
|
||||||
pdfauthor={\setauthor}, % author metadata
|
pdfauthor={\setauthor}, % author metadata
|
||||||
|
@ -29,7 +30,7 @@
|
||||||
]{hyperref}
|
]{hyperref}
|
||||||
|
|
||||||
\title{\settitle}
|
\title{\settitle}
|
||||||
\author{\href{mailto:place@holder.com}{\setauthor}\\\setsubject $\cdot$ \setlocation}
|
\author{\href{\setmail}{\setauthor}\\\setsubject~$\cdot$ \setlocation}
|
||||||
\date{}
|
\date{}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
Loading…
Reference in a new issue