Version 0.8 commit
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
%% start of file `template_en.tex'.
|
||||
%% Copyright 2006-2010 Xavier Danaux (xdanaux@gmail.com).
|
||||
%
|
||||
% This work may be distributed and/or modified under the
|
||||
% conditions of the LaTeX Project Public License version 1.3c,
|
||||
% available at http://www.latex-project.org/lppl/.
|
||||
|
||||
|
||||
\documentclass[11pt]{article}
|
||||
|
||||
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
for file in *.aux ; do
|
||||
bibtex <20>basename $file .aux<75>
|
||||
done
|
||||
@ -1,44 +0,0 @@
|
||||
%% start of file `jdoe_publications.bib'.
|
||||
%% Copyright 2006 Xavier Danaux (xdanaux<AT>gmail.com).
|
||||
%
|
||||
% This work may be distributed and/or modified under the
|
||||
% conditions of the LaTeX Project Public License version 1.3c,
|
||||
% available at http://www.latex-project.org/lppl/.
|
||||
|
||||
|
||||
@BOOK{book1,
|
||||
author = {John Doe and Author 2},
|
||||
title = {Title},
|
||||
publisher = {Publisher},
|
||||
edition = {edition},
|
||||
year = {year},
|
||||
}
|
||||
|
||||
@BOOK{book2,
|
||||
author = {John Doe and Author 2},
|
||||
title = {Title},
|
||||
publisher = {Publisher},
|
||||
edition = {edition},
|
||||
year = {year},
|
||||
}
|
||||
|
||||
@MISC{misc1,
|
||||
author = {John Doe},
|
||||
title = {Title},
|
||||
year = {year},
|
||||
}
|
||||
|
||||
@MISC{misc2,
|
||||
author = {John Doe},
|
||||
title = {Title},
|
||||
year = {year},
|
||||
}
|
||||
|
||||
@MISC{misc3,
|
||||
author = {John Doe},
|
||||
title = {Title},
|
||||
year = {year},
|
||||
}
|
||||
|
||||
|
||||
%% end of file `jdoe_publications.bib'.
|
||||
Binary file not shown.
@ -1,132 +0,0 @@
|
||||
%% start of file `template_en.tex'.
|
||||
%% Copyright 2006-1008 Xavier Danaux (xdanaux@gmail.com).
|
||||
%
|
||||
% This work may be distributed and/or modified under the
|
||||
% conditions of the LaTeX Project Public License version 1.3c,
|
||||
% available at http://www.latex-project.org/lppl/.
|
||||
|
||||
|
||||
\documentclass[11pt,a4paper]{moderncv}
|
||||
|
||||
% moderncv themes
|
||||
\moderncvtheme[blue]{casual} % optional argument are 'blue' (default), 'orange', 'red', 'green', 'grey' and 'roman' (for roman fonts, instead of sans serif fonts)
|
||||
%\moderncvtheme[green]{classic} % idem
|
||||
|
||||
% character encoding
|
||||
\usepackage[utf8]{inputenc} % replace by the encoding you are using
|
||||
|
||||
% adjust the page margins
|
||||
\usepackage[scale=0.8]{geometry}
|
||||
%\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
|
||||
%\AtBeginDocument{\setlength{\maketitlenamewidth}{6cm}} % only for the classic theme, if you want to change the width of your name placeholder (to leave more space for your address details
|
||||
\AtBeginDocument{\recomputelengths} % required when changes are made to page layout lengths
|
||||
|
||||
% personal data
|
||||
\firstname{John}
|
||||
\familyname{Doe}
|
||||
\title{Resumé title (optional)} % optional, remove the line if not wanted
|
||||
\address{street and number}{postcode city} % optional, remove the line if not wanted
|
||||
\mobile{mobile (optional)} % optional, remove the line if not wanted
|
||||
\phone{phone (optional)} % optional, remove the line if not wanted
|
||||
\fax{fax (optional)} % optional, remove the line if not wanted
|
||||
\email{email (optional)} % optional, remove the line if not wanted
|
||||
\extrainfo{additional information (optional)} % optional, remove the line if not wanted
|
||||
\photo[64pt]{picture} % '64pt' is the height the picture must be resized to and 'picture' is the name of the picture file; optional, remove the line if not wanted
|
||||
\quote{Some quote (optional)} % optional, remove the line if not wanted
|
||||
|
||||
%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
|
||||
|
||||
% bibliography with mutiple entries
|
||||
\usepackage{multibib}
|
||||
\newcites{book,misc}{{Books},{Others}}
|
||||
\makeatletter
|
||||
\renewenvironment{thebibliography}[1]%
|
||||
{%
|
||||
\subsection{\refname}%
|
||||
\small%
|
||||
\begin{list}{\bibliographyitemlabel}%
|
||||
{%
|
||||
\setlength{\topsep}{0pt}%
|
||||
\setlength{\labelwidth}{\hintscolumnwidth}%
|
||||
\setlength{\labelsep}{\separatorcolumnwidth}%
|
||||
\leftmargin\labelwidth%
|
||||
\advance\leftmargin\labelsep%
|
||||
\@openbib@code%
|
||||
\usecounter{enumiv}%
|
||||
\let\p@enumiv\@empty%
|
||||
\renewcommand\theenumiv{\@arabic\c@enumiv}}%
|
||||
\sloppy\clubpenalty4000\widowpenalty4000%
|
||||
}%
|
||||
{%
|
||||
\def\@noitemerr{\@latex@warning{Empty `thebibliography' environment}}%
|
||||
\end{list}%
|
||||
}
|
||||
\makeatother
|
||||
|
||||
%----------------------------------------------------------------------------------
|
||||
% content
|
||||
%----------------------------------------------------------------------------------
|
||||
\begin{document}
|
||||
\maketitle
|
||||
|
||||
\section{Education}
|
||||
\cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{Description} % arguments 3 to 6 are optional
|
||||
\cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{Description} % arguments 3 to 6 are optional
|
||||
|
||||
\section{Master thesis}
|
||||
\cvline{title}{\emph{Title}}
|
||||
\cvline{supervisors}{Supervisors}
|
||||
\cvline{description}{\small Short thesis abstract}
|
||||
|
||||
\section{Experience}
|
||||
\subsection{Vocational}
|
||||
\cventry{year--year}{Job title}{Employer}{City}{}{Description} % arguments 3 to 6 are optional
|
||||
\cventry{year--year}{Job title}{Employer}{City}{}{Description} % arguments 3 to 6 are optional
|
||||
\subsection{Miscellaneous}
|
||||
\cventry{year--year}{Job title}{Employer}{City}{}{Description line 1\newline{}Description line 2}% arguments 3 to 6 are optional
|
||||
|
||||
\section{Languages}
|
||||
\cvlanguage{language 1}{Skill level}{Comment}
|
||||
\cvlanguage{language 2}{Skill level}{Comment}
|
||||
\cvlanguage{language 3}{Skill level}{Comment}
|
||||
|
||||
\section{Computer skills}
|
||||
\cvcomputer{category 1}{XXX, YYY, ZZZ}{category 4}{XXX, YYY, ZZZ}
|
||||
\cvcomputer{category 2}{XXX, YYY, ZZZ}{category 5}{XXX, YYY, ZZZ}
|
||||
\cvcomputer{category 3}{XXX, YYY, ZZZ}{category 6}{XXX, YYY, ZZZ}
|
||||
|
||||
\section{Interests}
|
||||
\cvline{hobby 1}{\small Description}
|
||||
\cvline{hobby 2}{\small Description}
|
||||
\cvline{hobby 3}{\small Description}
|
||||
|
||||
\renewcommand{\listitemsymbol}{-} % change the symbol for lists
|
||||
|
||||
\section{Extra 1}
|
||||
\cvlistitem{Item 1}
|
||||
\cvlistitem{Item 2}
|
||||
\cvlistitem[+]{Item 3} % optional other symbol
|
||||
|
||||
\section{Extra 2}
|
||||
\cvlistdoubleitem[\Neutral]{Item 1}{Item 4}
|
||||
\cvlistdoubleitem[\Neutral]{Item 2}{Item 5}
|
||||
\cvlistdoubleitem[\Neutral]{Item 3}{}
|
||||
|
||||
% Publications from a BibTeX file
|
||||
%\nocite{*}
|
||||
%\bibliographystyle{plain}
|
||||
%\bibliography{publications} % 'publications' is the name of a BibTeX file
|
||||
|
||||
% Publications with mutibib
|
||||
\section{Publications}
|
||||
\nocitebook{book1,book2}
|
||||
\bibliographystylebook{plain}
|
||||
\bibliographybook{publications} % 'publications' is the name of a BibTeX file
|
||||
\nocitemisc{misc1,misc2,misc3}
|
||||
\bibliographystylemisc{plain}
|
||||
\bibliographymisc{publications} % 'publications' is the name of a BibTeX file
|
||||
|
||||
\end{document}
|
||||
|
||||
|
||||
%% end of file `template_en.tex'.
|
||||
@ -6,16 +6,36 @@
|
||||
% available at http://www.latex-project.org/lppl/.
|
||||
|
||||
|
||||
@BOOK{publication1,
|
||||
author = {Author 1 and Author 2},
|
||||
@BOOK{book1,
|
||||
author = {John Doe and Author 1},
|
||||
title = {Title},
|
||||
publisher = {Publisher},
|
||||
edition = {edition},
|
||||
year = {year},
|
||||
}
|
||||
|
||||
@MISC{publication2,
|
||||
author = {Author},
|
||||
@BOOK{book2,
|
||||
author = {John Doe and Author 2},
|
||||
title = {Title},
|
||||
publisher = {Publisher},
|
||||
edition = {edition},
|
||||
year = {year},
|
||||
}
|
||||
|
||||
@MISC{misc1,
|
||||
author = {John Doe},
|
||||
title = {Title},
|
||||
year = {year},
|
||||
}
|
||||
|
||||
@MISC{misc2,
|
||||
author = {John Doe and Author 3},
|
||||
title = {Title},
|
||||
year = {year},
|
||||
}
|
||||
|
||||
@MISC{misc3,
|
||||
author = {John Doe},
|
||||
title = {Title},
|
||||
year = {year},
|
||||
}
|
||||
|
||||
BIN
examples/template.pdf
Normal file
BIN
examples/template.pdf
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
%% start of file `template_en.tex'.
|
||||
%% Copyright 2006-1008 Xavier Danaux (xdanaux@gmail.com).
|
||||
%% start of file `template.tex'.
|
||||
%% Copyright 2006-2010 Xavier Danaux (xdanaux@gmail.com).
|
||||
%
|
||||
% This work may be distributed and/or modified under the
|
||||
% conditions of the LaTeX Project Public License version 1.3c,
|
||||
@ -19,7 +19,7 @@
|
||||
\usepackage[scale=0.8]{geometry}
|
||||
%\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
|
||||
%\AtBeginDocument{\setlength{\maketitlenamewidth}{6cm}} % only for the classic theme, if you want to change the width of your name placeholder (to leave more space for your address details
|
||||
\AtBeginDocument{\recomputelengths} % required when changes are made to page layout lengths
|
||||
%\AtBeginDocument{\recomputelengths} % required when changes are made to page layout lengths
|
||||
|
||||
% personal data
|
||||
\firstname{John}
|
||||
@ -30,13 +30,21 @@
|
||||
\phone{phone (optional)} % optional, remove the line if not wanted
|
||||
\fax{fax (optional)} % optional, remove the line if not wanted
|
||||
\email{email (optional)} % optional, remove the line if not wanted
|
||||
\homepage{homepage (optional)} % optional, remove the line if not wanted
|
||||
\extrainfo{additional information (optional)} % optional, remove the line if not wanted
|
||||
\photo[64pt]{picture} % '64pt' is the height the picture must be resized to and 'picture' is the name of the picture file; optional, remove the line if not wanted
|
||||
\quote{Some quote (optional)} % optional, remove the line if not wanted
|
||||
|
||||
% for BibTeX numerical labels
|
||||
%\makeatletter
|
||||
%\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}
|
||||
%\makeatother
|
||||
|
||||
% bibliography with mutiple entries
|
||||
%\usepackage{multibib}
|
||||
%\newcites{book,misc}{{Books},{Others}}
|
||||
|
||||
%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
|
||||
|
||||
|
||||
%----------------------------------------------------------------------------------
|
||||
% content
|
||||
%----------------------------------------------------------------------------------
|
||||
@ -60,9 +68,9 @@
|
||||
\cventry{year--year}{Job title}{Employer}{City}{}{Description line 1\newline{}Description line 2}% arguments 3 to 6 are optional
|
||||
|
||||
\section{Languages}
|
||||
\cvlanguage{language 1}{Skill level}{Comment}
|
||||
\cvlanguage{language 2}{Skill level}{Comment}
|
||||
\cvlanguage{language 3}{Skill level}{Comment}
|
||||
\cvlanguage{Language 1}{Skill level}{Comment}
|
||||
\cvlanguage{Language 2}{Skill level}{Comment}
|
||||
\cvlanguage{Language 3}{Skill level}{Comment}
|
||||
|
||||
\section{Computer skills}
|
||||
\cvcomputer{category 1}{XXX, YYY, ZZZ}{category 4}{XXX, YYY, ZZZ}
|
||||
@ -83,14 +91,23 @@
|
||||
|
||||
\section{Extra 2}
|
||||
\cvlistdoubleitem[\Neutral]{Item 1}{Item 4}
|
||||
\cvlistdoubleitem[\Neutral]{Item 2}{Item 5}
|
||||
\cvlistdoubleitem[\Neutral]{Item 2}{Item 5\cite{book1}}
|
||||
\cvlistdoubleitem[\Neutral]{Item 3}{}
|
||||
|
||||
% Publications from a BibTeX file
|
||||
% Publications from a BibTeX file without multibib\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}% for BibTeX numerical labels
|
||||
\nocite{*}
|
||||
\bibliographystyle{plain}
|
||||
\bibliography{publications} % 'publications' is the name of a BibTeX file
|
||||
|
||||
% Publications from a BibTeX file using the multibib package
|
||||
%\section{Publications}
|
||||
%\nocitebook{book1,book2}
|
||||
%\bibliographystylebook{plain}
|
||||
%\bibliographybook{publications} % 'publications' is the name of a BibTeX file
|
||||
%\nocitemisc{misc1,misc2,misc3}
|
||||
%\bibliographystylemisc{plain}
|
||||
%\bibliographymisc{publications} % 'publications' is the name of a BibTeX file
|
||||
|
||||
\end{document}
|
||||
|
||||
|
||||
BIN
examples/template_casual_orange.pdf
Normal file
BIN
examples/template_casual_orange.pdf
Normal file
Binary file not shown.
BIN
examples/template_classic_green.pdf
Normal file
BIN
examples/template_classic_green.pdf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
examples/template_multibib.pdf
Normal file
BIN
examples/template_multibib.pdf
Normal file
Binary file not shown.
Reference in New Issue
Block a user