diff options
author | Aaron LI <aly@aaronly.me> | 2019-05-14 00:34:42 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2019-05-14 00:34:42 +0800 |
commit | 9da305da82cf663471637877786904af94e54f65 (patch) | |
tree | 3d8bc0b017857324d0996254d4bb4581bd65c286 | |
parent | d3b3215cc3c0c447388cef5e953f39f225fc75d7 (diff) | |
download | resume-9da305da82cf663471637877786904af94e54f65.tar.bz2 |
Show how to use '\icon{text,link}'
-rw-r--r-- | resume-en.tex | 3 | ||||
-rw-r--r-- | resume-zh.tex | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/resume-en.tex b/resume-en.tex index 1ca3589..fa947c3 100644 --- a/resume-en.tex +++ b/resume-en.tex @@ -56,6 +56,9 @@ \university{Shanghai Jiao Tong University (SJTU)} \birthday{1991 September} \home{Hunan} + % Custom information: + % \icontext{<icon>}{<text>} + % \iconlink{<icon>}{<link>}{<text>} } \begin{document} diff --git a/resume-zh.tex b/resume-zh.tex index a5ea929..f389972 100644 --- a/resume-zh.tex +++ b/resume-zh.tex @@ -33,6 +33,9 @@ \degree{物理学 \textbullet 博士} \birthday{1991-09-26} \home{湖南 \textbullet 邵阳} + % Custom information: + % \icontext{<icon>}{<text>} + % \iconlink{<icon>}{<link>}{<text>} } \begin{document} |