summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-05-23 11:40:54 +0200
committerJonas Smedegaard <dr@jones.dk>2024-06-04 17:35:42 +0200
commit3114fbb56ddeedb79695e2500e8629999f7e640b (patch)
treefc66247431ad768b49d05600e5eee407879371c7
parentc611cf748ad4f8157836a5a0f2aec79300cbef70 (diff)
add email address for corresponding author
-rw-r--r--_templates/title.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/_templates/title.tex b/_templates/title.tex
index 5801cd1..63360ee 100644
--- a/_templates/title.tex
+++ b/_templates/title.tex
@@ -55,7 +55,7 @@ $endfor$
\affil[\YinYang]{Disse forfattere bidrog ligeværdigt til dette arbejde.}
$for(by-author)$
$if(it.attributes.corresponding)$% %% TODO: somehow set a flag to ensure printing only once
-\affil[∗]{Korresponderende forfatter.}
+\affil[∗]{Korresponderende forfatter: \href{mailto:$it.email$}{$it.email$}}
$endif$
$endfor$
\date{$date$}