forked from mirrors/Awesome-CV
Compare commits
No commits in common. "sergiodj-modifications" and "master" have entirely different histories.
sergiodj-m
...
master
1 changed files with 7 additions and 21 deletions
|
@ -57,7 +57,7 @@
|
||||||
% Needed to make header & footer efficiently
|
% Needed to make header & footer efficiently
|
||||||
\RequirePackage{fancyhdr}
|
\RequirePackage{fancyhdr}
|
||||||
% Needed to manage colors
|
% Needed to manage colors
|
||||||
\RequirePackage[x11names]{xcolor}
|
\RequirePackage{xcolor}
|
||||||
% Needed to use \ifxetex-\else-\fi statement
|
% Needed to use \ifxetex-\else-\fi statement
|
||||||
\RequirePackage{ifxetex}
|
\RequirePackage{ifxetex}
|
||||||
% Needed to use \if-\then-\else statement
|
% Needed to use \if-\then-\else statement
|
||||||
|
@ -83,10 +83,8 @@
|
||||||
% Needed to deal a paragraphs
|
% Needed to deal a paragraphs
|
||||||
\RequirePackage{parskip}
|
\RequirePackage{parskip}
|
||||||
% Needed to deal hyperlink
|
% Needed to deal hyperlink
|
||||||
\RequirePackage[unicode,pdfpagelabels=false]{hyperref}
|
\RequirePackage[hidelinks,unicode,pdfpagelabels=false]{hyperref}
|
||||||
\hypersetup{%
|
\hypersetup{%
|
||||||
colorlinks=true,
|
|
||||||
urlcolor=DodgerBlue4,
|
|
||||||
pdftitle={},
|
pdftitle={},
|
||||||
pdfauthor={},
|
pdfauthor={},
|
||||||
pdfsubject={},
|
pdfsubject={},
|
||||||
|
@ -102,8 +100,6 @@
|
||||||
% Not required anymore but left in place for backward compatability.
|
% Not required anymore but left in place for backward compatability.
|
||||||
\newcommand*{\fontdir}[1][fonts/]{\def\@fontdir{#1}}
|
\newcommand*{\fontdir}[1][fonts/]{\def\@fontdir{#1}}
|
||||||
|
|
||||||
\renewcommand{\baselinestretch}{1.2}
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
% Configuration for layout
|
% Configuration for layout
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
@ -159,8 +155,8 @@
|
||||||
\setbool{acvSectionColorHighlight}{true}
|
\setbool{acvSectionColorHighlight}{true}
|
||||||
|
|
||||||
% Awesome section color
|
% Awesome section color
|
||||||
\def\@sectioncolor#1{%
|
\def\@sectioncolor#1#2#3{%
|
||||||
\ifbool{acvSectionColorHighlight}{{\color{awesome}#1}}{#1}%
|
\ifbool{acvSectionColorHighlight}{{\color{awesome}#1#2#3}}{#1#2#3}%
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -296,10 +292,6 @@
|
||||||
% Usage: \gitlab{<gitlab-nick>}
|
% Usage: \gitlab{<gitlab-nick>}
|
||||||
\newcommand*{\gitlab}[1]{\def\@gitlab{#1}}
|
\newcommand*{\gitlab}[1]{\def\@gitlab{#1}}
|
||||||
|
|
||||||
% Defines writer's forgejo (optional)
|
|
||||||
% Usage: \forgejo{<gitlab-nick>}
|
|
||||||
\newcommand*{\forgejo}[1]{\def\@forgejo{#1}}
|
|
||||||
|
|
||||||
% Defines writer's bitbucket (optional)
|
% Defines writer's bitbucket (optional)
|
||||||
% Usage: \bitbucket{<bitbucket-nick>}
|
% Usage: \bitbucket{<bitbucket-nick>}
|
||||||
\newcommand*{\bitbucket}[1]{\def\@bitbucket{#1}}
|
\newcommand*{\bitbucket}[1]{\def\@bitbucket{#1}}
|
||||||
|
@ -426,7 +418,7 @@
|
||||||
\newcommand{\acvHeaderAfterQuoteSkip}{5mm}
|
\newcommand{\acvHeaderAfterQuoteSkip}{5mm}
|
||||||
|
|
||||||
% Others
|
% Others
|
||||||
\newcommand{\acvSectionTopSkip}{7mm}
|
\newcommand{\acvSectionTopSkip}{3mm}
|
||||||
\newcommand{\acvSectionContentTopSkip}{2.5mm}
|
\newcommand{\acvSectionContentTopSkip}{2.5mm}
|
||||||
|
|
||||||
|
|
||||||
|
@ -509,7 +501,7 @@
|
||||||
{}%
|
{}%
|
||||||
{%
|
{%
|
||||||
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
||||||
\href{https://\@homepage}{\faHome\acvHeaderIconSep\@homepage}%
|
\href{http://\@homepage}{\faHome\acvHeaderIconSep\@homepage}%
|
||||||
}%
|
}%
|
||||||
\ifthenelse{\isundefined{\@github}}%
|
\ifthenelse{\isundefined{\@github}}%
|
||||||
{}%
|
{}%
|
||||||
|
@ -523,12 +515,6 @@
|
||||||
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
||||||
\href{https://gitlab.com/\@gitlab}{\faGitlab\acvHeaderIconSep\@gitlab}%
|
\href{https://gitlab.com/\@gitlab}{\faGitlab\acvHeaderIconSep\@gitlab}%
|
||||||
}%
|
}%
|
||||||
\ifthenelse{\isundefined{\@forgejo}}%
|
|
||||||
{}%
|
|
||||||
{%
|
|
||||||
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
|
||||||
\href{https://git.sergiodj.net/\@forgejo}{\faGitSquare\acvHeaderIconSep\@forgejo}%
|
|
||||||
}%
|
|
||||||
\ifthenelse{\isundefined{\@bitbucket}}%
|
\ifthenelse{\isundefined{\@bitbucket}}%
|
||||||
{}%
|
{}%
|
||||||
{%
|
{%
|
||||||
|
@ -676,7 +662,7 @@
|
||||||
% Define an entry of cv information
|
% Define an entry of cv information
|
||||||
% Usage: \cventry{<position>}{<title>}{<location>}{<date>}{<description>}
|
% Usage: \cventry{<position>}{<title>}{<location>}{<date>}{<description>}
|
||||||
\newcommand*{\cventry}[5]{%
|
\newcommand*{\cventry}[5]{%
|
||||||
\vspace{1.0mm}
|
\vspace{-2.0mm}
|
||||||
\setlength\tabcolsep{0pt}
|
\setlength\tabcolsep{0pt}
|
||||||
\setlength{\extrarowheight}{0pt}
|
\setlength{\extrarowheight}{0pt}
|
||||||
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} L{\textwidth - 4.5cm} R{4.5cm}}
|
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} L{\textwidth - 4.5cm} R{4.5cm}}
|
||||||
|
|
Loading…
Reference in a new issue