forked from xdanaux/moderncv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
24 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
%% start of file `template.tex'. | ||
%% Copyright 2006-2013 Xavier Danaux ([email protected]). | ||
%% Copyright 2006-2015 Xavier Danaux ([email protected]). | ||
% | ||
% This work may be distributed and/or modified under the | ||
% conditions of the LaTeX Project Public License version 1.3c, | ||
|
@@ -9,8 +9,8 @@ | |
\documentclass[11pt,a4paper,sans]{moderncv} % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman') | ||
|
||
% moderncv themes | ||
\moderncvstyle{casual} % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking' | ||
\moderncvcolor{blue} % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black' | ||
\moderncvstyle{casual} % style options are 'casual' (default), 'classic', 'banking', 'oldstyle' and 'fancy' | ||
\moderncvcolor{blue} % color options 'black', 'blue' (default), 'burgundy', 'green', 'grey', 'orange', 'purple' and 'red' | ||
%\renewcommand{\familydefault}{\sfdefault} % to set the default font; use '\sfdefault' for the default sans serif font, '\rmdefault' for the default roman one, or any tex font name | ||
%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page | ||
|
||
|
@@ -21,7 +21,7 @@ | |
% adjust the page margins | ||
\usepackage[scale=0.75]{geometry} | ||
%\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates | ||
%\setlength{\makecvtitlenamewidth}{10cm} % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks... | ||
%\setlength{\makecvheadnamewidth}{10cm} % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks... | ||
|
||
% personal data | ||
\name{John}{Doe} | ||
|
@@ -36,16 +36,18 @@ | |
\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 | ||
\quote{Some quote} % optional, remove / comment the line if not wanted | ||
|
||
% to show numerical labels in the bibliography (default is to show no labels); only useful if you make citations in your resume | ||
%\makeatletter | ||
%\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}} | ||
%\makeatother | ||
%\renewcommand*{\bibliographyitemlabel}{[\arabic{enumiv}]}% CONSIDER REPLACING THE ABOVE BY THIS | ||
% 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 | ||
\renewcommand*{\bibliographyitemlabel}{[\arabic{enumiv}]} | ||
% to redefine the bibliography heading string ("Publications") | ||
%\renewcommand{\refname}{Articles} | ||
|
||
% bibliography with mutiple entries | ||
\usepackage{multibib} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters