diff options
author | Aaron LI <aly@aaronly.me> | 2024-12-05 12:49:43 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2024-12-05 12:50:03 +0800 |
commit | 74f9180dd280cf53488aba47742eed6ee4359764 (patch) | |
tree | 69dd8c95a5bbf8cf1d126b378f0cf777c364f0d4 /resume-en.tex | |
parent | 10c44067bd8d7a231759484a59d87d973fb690a0 (diff) | |
download | resume-74f9180dd280cf53488aba47742eed6ee4359764.tar.bz2 |
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.
```
Diffstat (limited to 'resume-en.tex')
-rw-r--r-- | resume-en.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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}} <position-to-look-for>} +% \tagline{\texorpdfstring{\icon{\faBinoculars} }{}<position-to-look-for>} % \tagline{<current-position>} % Supported shapes: circular (default), square |