mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Merge remote-tracking branch 'upstream/master'
sync with moderncv/moderncv
This commit is contained in:
commit
b20c500132
3 changed files with 48 additions and 23 deletions
11
CHANGELOG
11
CHANGELOG
|
|
@ -1,3 +1,14 @@
|
||||||
|
version 2.1.0 (21 Jan 2021)
|
||||||
|
- maintainer change: now team maintained (https://github.com/moderncv), since
|
||||||
|
original repository is basically dead since 2016.
|
||||||
|
- new \social options: Xing, Skype, GitLab, Bitbucket, stack overflow, ORCID,
|
||||||
|
ResearcherID, ResearchGate, Telegram and Google Scholar
|
||||||
|
- hyperlinks in phone numbers
|
||||||
|
- switch from l3regex to expl3
|
||||||
|
- new skill matrix feature
|
||||||
|
- move to fonawesome5 package
|
||||||
|
- default to https
|
||||||
|
|
||||||
version 2.0.0 (28 Jul 2015)
|
version 2.0.0 (28 Jul 2015)
|
||||||
- refactored the code into heads, body, foot and icon substyles. All styles
|
- refactored the code into heads, body, foot and icon substyles. All styles
|
||||||
(classic, casual, banking and oldstyle) are just a combination of these and
|
(classic, casual, banking and oldstyle) are just a combination of these and
|
||||||
|
|
|
||||||
30
moderncv.cls
30
moderncv.cls
|
|
@ -95,22 +95,34 @@
|
||||||
\xetexorluatexfalse
|
\xetexorluatexfalse
|
||||||
\fi
|
\fi
|
||||||
\fi
|
\fi
|
||||||
% automatic loading of latin modern fonts
|
|
||||||
%\ifxetexorluatex
|
% do not use inputenc and do not automatically load lmodern to avoid problems with German
|
||||||
|
% charactes, see
|
||||||
|
% https://tex.stackexchange.com/questions/496630/lualatex-problems-with-german-characters
|
||||||
|
\ifxetexorluatex
|
||||||
% \RequirePackage{fontspec}
|
% \RequirePackage{fontspec}
|
||||||
% \defaultfontfeatures{Ligatures=TeX}
|
% \defaultfontfeatures{Ligatures=TeX}
|
||||||
% \RequirePackage{unicode-math}
|
% \RequirePackage{unicode-math}
|
||||||
% \setmainfont{Latin Modern}
|
% \setmainfont{Latin Modern}
|
||||||
% \setsansfont{Latin Modern Sans}
|
% \setsansfont{Latin Modern Sans}
|
||||||
% \setmathfont{Latin Modern Math}
|
% \setmathfont{Latin Modern Math}
|
||||||
%\else
|
% \ifluatex
|
||||||
|
% \usepackage{luatextra}
|
||||||
|
% \usepackage{lualatex-math} %loads fontspec
|
||||||
|
% \usepackage{shellesc} % fix a bug for lualatex shellescape
|
||||||
|
% \fi
|
||||||
|
\else
|
||||||
|
\RequirePackage[utf8]{inputenc}
|
||||||
|
% \RequirePackage[utf8]{inputenx}
|
||||||
|
% %additions for utf8
|
||||||
|
% \input{ix-utf8enc.dfu}
|
||||||
\RequirePackage[T1]{fontenc}
|
\RequirePackage[T1]{fontenc}
|
||||||
\IfFileExists{lmodern.sty}%
|
% loading lmodern can cause issues with certain special characters. avoid.
|
||||||
{\RequirePackage{lmodern}}%
|
% \IfFileExists{lmodern.sty}%
|
||||||
{}
|
% {\RequirePackage{lmodern}}%
|
||||||
%\fi
|
% {}
|
||||||
|
% \fi
|
||||||
|
\fi
|
||||||
% hyper links (hyperref is loaded at the end of the preamble to pass options required by loaded packages such as CJK)
|
% hyper links (hyperref is loaded at the end of the preamble to pass options required by loaded packages such as CJK)
|
||||||
\newcommand*\pdfpagemode{UseNone}% do not show thumbnails or bookmarks on opening (on supporting browsers); set \pdfpagemode to "UseOutlines" to show bookmarks
|
\newcommand*\pdfpagemode{UseNone}% do not show thumbnails or bookmarks on opening (on supporting browsers); set \pdfpagemode to "UseOutlines" to show bookmarks
|
||||||
\RequirePackage{url}
|
\RequirePackage{url}
|
||||||
|
|
|
||||||
18
template.tex
18
template.tex
|
|
@ -83,12 +83,12 @@
|
||||||
|
|
||||||
\section{Experience}
|
\section{Experience}
|
||||||
\subsection{Vocational}
|
\subsection{Vocational}
|
||||||
\cventry{year--year}{Job title}{Employer}{City}{}{General description no longer than 1--2 lines.\newline{}%
|
\cventry{year--year}{Job title}{Employer}{City}{}{General description no longer than 1--2 lines.\newline{}
|
||||||
Detailed achievements:%
|
Detailed achievements:
|
||||||
\begin{itemize}%
|
\begin{itemize}
|
||||||
\item Achievement 1;
|
\item Achievement 1
|
||||||
\item Achievement 2, with sub-achievements:
|
\item Achievement 2 (with sub-achievements)
|
||||||
\begin{itemize}%
|
\begin{itemize}
|
||||||
\item Sub-achievement (a);
|
\item Sub-achievement (a);
|
||||||
\item Sub-achievement (b), with sub-sub-achievements (don't do this!);
|
\item Sub-achievement (b), with sub-sub-achievements (don't do this!);
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
|
|
@ -98,9 +98,10 @@ Detailed achievements:%
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\item Sub-achievement (c);
|
\item Sub-achievement (c);
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\item Achievement 3.
|
\item Achievement 3
|
||||||
|
\item Achievement 4
|
||||||
\end{itemize}}
|
\end{itemize}}
|
||||||
\cventry{year--year}{Job title}{Employer}{City}{}{Description line 1\newline{}Description line 2}
|
\cventry{year--year}{Job title}{Employer}{City}{}{Description line 1\newline{}Description line 2\newline{}}
|
||||||
\subsection{Miscellaneous}
|
\subsection{Miscellaneous}
|
||||||
\cventry{year--year}{Job title}{Employer}{City}{}{Description}
|
\cventry{year--year}{Job title}{Employer}{City}{}{Description}
|
||||||
|
|
||||||
|
|
@ -108,6 +109,7 @@ Detailed achievements:%
|
||||||
\cvitemwithcomment{Language 1}{Skill level}{Comment}
|
\cvitemwithcomment{Language 1}{Skill level}{Comment}
|
||||||
\cvitemwithcomment{Language 2}{Skill level}{Comment}
|
\cvitemwithcomment{Language 2}{Skill level}{Comment}
|
||||||
\cvitemwithcomment{Language 3}{Skill level}{Comment}
|
\cvitemwithcomment{Language 3}{Skill level}{Comment}
|
||||||
|
\cvitemwithcomment{Language 4}{Skill level}{Comment}
|
||||||
|
|
||||||
\section{Computer skills}
|
\section{Computer skills}
|
||||||
\cvdoubleitem{category 1}{XXX, YYY, ZZZ}{category 4}{XXX, YYY, ZZZ}
|
\cvdoubleitem{category 1}{XXX, YYY, ZZZ}{category 4}{XXX, YYY, ZZZ}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue