diff --git a/.travis.yml b/.travis.yml index b2b7365..ef3db12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,5 @@ branches: before_install: - sudo apt-get update -qq - sudo apt-get install -y texlive-full - - mkdir -p ~/.fonts/ - - cp -rf fonts/* ~/.fonts/ - - sudo fc-cache -f -v script: - make test diff --git a/awesome-cv.cls b/awesome-cv.cls index 99fbc76..525d5ab 100644 --- a/awesome-cv.cls +++ b/awesome-cv.cls @@ -281,6 +281,12 @@ % Usage: \linkedin{} \newcommand*{\linkedin}[1]{\def\@linkedin{#1}} +% Defines writer's stackoverflow profile (optional) +% Usage: \stackoverflow{}{} +% e.g.https://stackoverflow.com/users/123456/sam-smith +% would be \stackoverflow{123456}{sam-smith} +\newcommand*{\stackoverflow}[2]{\def\@stackoverflowid{#1}\def\@stackoverflowname{#2}} + % Defines writer's skype (optional) % Usage: \skype{} \newcommand*{\skype}[1]{\def\@skype{#1}} @@ -293,12 +299,6 @@ % Usage: \quote{} \renewcommand*{\quote}[1]{\def\@quote{#1}} -% Defines writer's stackoverflow profile (optional) -% Usage: \stackoverflow{}{so username} -% e.g.https://stackoverflow.com/users/123456/sam-smith -% would be \stackoverflow{123456}{sam-smith} -\newcommand*{\stackoverflow}[2]{\def\@stackoverflowid{#1}\def\@stackoverflowname{#2}} - %------------------------------------------------------------------------------- % Commands for extra