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-zh.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resume-zh.tex') diff --git a/resume-zh.tex b/resume-zh.tex index 24dbe51..ecb568e 100644 --- a/resume-zh.tex +++ b/resume-zh.tex @@ -20,7 +20,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