diff options
author | Aaron LI <aly@aaronly.me> | 2019-05-14 00:29:04 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2019-05-14 00:29:38 +0800 |
commit | 6b141a542f03e58bed4a054ad2186cdd73706b6d (patch) | |
tree | 55a0acb22a3767e94a4b557c64ec4231f1c6258a /resume.cls | |
parent | 128ffb3a277f061944344c1a8f2b9314d0ba57f4 (diff) | |
download | resume-6b141a542f03e58bed4a054ad2186cdd73706b6d.tar.bz2 |
class: Rename macro '\socialinfo' to '\profile'
Diffstat (limited to 'resume.cls')
-rw-r--r-- | resume.cls | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -12,7 +12,7 @@ %% https://www.latextemplates.com/template/plasmati-graduate-cv %% -\ProvidesClass{resume}[2019/05/14 v2.4.2 Resume Class] +\ProvidesClass{resume}[2019/05/14 v2.4.3 Resume Class] \LoadClass{article} %% @@ -301,8 +301,8 @@ {{\LARGE\bfseries #1 \textsc{#2}}}% }} -% Define social entries to print in header -\newcommand*{\socialinfo}[1]{\def\@socialinfo{#1}} +% Define the profile to show in the header +\newcommand*{\profile}[1]{\def\@profile{#1}} % Render resume header \newcommand*{\makeheader}{ @@ -324,7 +324,7 @@ \resumetitle{\@tagline} }{} \smallskip \\ - \@socialinfo + \@profile \end{minipage} \smallskip } |