From 74f9180dd280cf53488aba47742eed6ee4359764 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Thu, 5 Dec 2024 12:49:43 +0800 Subject: resume: Use \texorpdfstring{} for icon in tagline Avoid the corresponding compilation warnings: ``` Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\icon' on input line 42. Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\faPreselectedIcon' on input line 42. ``` --- resume-en.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resume-en.tex') diff --git a/resume-en.tex b/resume-en.tex index f2ff0bc..4f6f931 100644 --- a/resume-en.tex +++ b/resume-en.tex @@ -43,7 +43,7 @@ \keywords{BSD, Linux, Programming, Python, C, Shell, DevOps, SysAdmin} -% \tagline{\icon{\faBinoculars}} } +% \tagline{\texorpdfstring{\icon{\faBinoculars} }{}} % \tagline{} % Supported shapes: circular (default), square -- cgit v1.2.2