From a89a2a74552d9c39faf4c438da5ff6691c453494 Mon Sep 17 00:00:00 2001 From: "Mark E. Fuller" Date: Wed, 12 Jan 2022 22:59:56 +0200 Subject: [PATCH] add underscores in template to indicate need for escape character --- template.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template.tex b/template.tex index 34abd84..6fd4d3a 100644 --- a/template.tex +++ b/template.tex @@ -54,8 +54,8 @@ % Social icons \social[linkedin]{john.doe} % optional, remove / comment the line if not wanted -\social[xing]{john_doe} % optional, remove / comment the line if not wanted -\social[twitter]{jdoe} % optional, remove / comment the line if not wanted +\social[xing]{john\_doe} % optional, remove / comment the line if not wanted +\social[twitter]{ji\_doe} % optional, remove / comment the line if not wanted \social[github]{jdoe} % optional, remove / comment the line if not wanted \social[gitlab]{jdoe} % optional, remove / comment the line if not wanted \social[stackoverflow]{0000000/johndoe} % optional, remove / comment the line if not wanted