mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Added support for GitLab to \social
This commit is contained in:
parent
0d674cf4c1
commit
2033517d3f
6 changed files with 24 additions and 15 deletions
|
|
@ -36,6 +36,7 @@
|
|||
\social[xing]{john\_doe} % optional, remove / comment the line if not wanted
|
||||
\social[twitter]{jdoe} % optional, remove / comment the line if not wanted
|
||||
\social[github]{jdoe} % optional, remove / comment the line if not wanted
|
||||
\social[gitlab]{jdoe} % optional, remove / comment the line if not wanted
|
||||
\social[skype]{jdoe} % optional, remove / comment the line if not wanted
|
||||
\extrainfo{additional information} % optional, remove / comment the line if not wanted
|
||||
\photo[64pt][0.4pt]{picture} % optional, remove / comment the line if not wanted; '64pt' is the height the picture must be resized to, 0.4pt is the thickness of the frame around it (put it to 0pt for no frame) and 'picture' is the name of the picture file
|
||||
|
|
@ -43,7 +44,8 @@
|
|||
|
||||
% bibliography adjustements (only useful if you make citations in your resume, or print a list of publications using BibTeX)
|
||||
% to show numerical labels in the bibliography (default is to show no labels)
|
||||
\makeatletter\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}\makeatother
|
||||
%\makeatletter\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}\makeatother
|
||||
\renewcommand*{\bibliographyitemlabel}{[\arabic{enumiv}]}
|
||||
% to redefine the bibliography heading string ("Publications")
|
||||
%\renewcommand{\refname}{Articles}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue