mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-21 21:58:28 +00:00
Merge branch 'johannesbottcher-cv-paragraph'
This commit is contained in:
commit
bf94ad0122
5 changed files with 14 additions and 5 deletions
|
@ -223,7 +223,7 @@
|
|||
\newcommand*{\footerstyle}[1]{{\fontsize{8pt}{1em}\footerfont\scshape\color{lighttext} #1}}
|
||||
\newcommand*{\sectionstyle}[1]{{\fontsize{16pt}{1em}\bodyfont\bfseries\color{text}\@sectioncolor #1}}
|
||||
\newcommand*{\subsectionstyle}[1]{{\fontsize{12pt}{1em}\bodyfont\scshape\textcolor{text}{#1}}}
|
||||
\newcommand*{\paragraphstyle}{\fontsize{9pt}{1em}\bodyfontlight\upshape\color{graytext}}
|
||||
\newcommand*{\paragraphstyle}{\fontsize{9pt}{1em}\bodyfontlight\upshape\color{text}}
|
||||
|
||||
% For elements of entry
|
||||
\newcommand*{\entrytitlestyle}[1]{{\fontsize{10pt}{1em}\bodyfont\bfseries\color{darktext} #1}}
|
||||
|
@ -378,7 +378,7 @@
|
|||
|
||||
% Others
|
||||
\newcommand{\acvSectionTopSkip}{3mm}
|
||||
\newcommand{\acvEntryTopSkip}{2.5mm}
|
||||
\newcommand{\acvSectionContentTopSkip}{2.5mm}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
|
@ -498,21 +498,25 @@
|
|||
% Define a subsection for CV
|
||||
% Usage: \cvsubsection{<subsection-title>}
|
||||
\newcommand{\cvsubsection}[1]{%
|
||||
\vspace{\acvSectionContentTopSkip}
|
||||
\vspace{-3mm}
|
||||
\subsectionstyle{#1}
|
||||
\phantomsection
|
||||
}
|
||||
|
||||
% Define a paragraph for CV
|
||||
\newenvironment{cvparagraph}{%
|
||||
\vspace{\acvSectionContentTopSkip}
|
||||
\vspace{-3mm}
|
||||
\paragraphstyle
|
||||
}{%
|
||||
\vspace{1mm}
|
||||
\par
|
||||
\vspace{2mm}
|
||||
}
|
||||
|
||||
|
||||
% Define an environment for cventry
|
||||
\newenvironment{cventries}{%
|
||||
\vspace{\acvSectionContentTopSkip}
|
||||
\begin{center}
|
||||
}{%
|
||||
\end{center}
|
||||
|
@ -520,7 +524,6 @@
|
|||
% Define an entry of cv information
|
||||
% Usage: \cventry{<position>}{<title>}{<location>}{<date>}{<description>}
|
||||
\newcommand*{\cventry}[5]{%
|
||||
\vspace{\acvEntryTopSkip}
|
||||
\vspace{-2.0mm}
|
||||
\setlength\tabcolsep{0pt}
|
||||
\setlength{\extrarowheight}{0pt}
|
||||
|
@ -559,6 +562,8 @@
|
|||
|
||||
% Define an environment for cvhonor
|
||||
\newenvironment{cvhonors}{%
|
||||
\vspace{\acvSectionContentTopSkip}
|
||||
\vspace{-2mm}
|
||||
\begin{center}
|
||||
\setlength\tabcolsep{0pt}
|
||||
\setlength{\extrarowheight}{0pt}
|
||||
|
@ -575,6 +580,8 @@
|
|||
|
||||
% Define an environment for cvskill
|
||||
\newenvironment{cvskills}{%
|
||||
\vspace{\acvSectionContentTopSkip}
|
||||
\vspace{-2.0mm}
|
||||
\begin{center}
|
||||
\setlength\tabcolsep{1ex}
|
||||
\setlength{\extrarowheight}{0pt}
|
||||
|
|
Binary file not shown.
BIN
examples/cv.pdf
BIN
examples/cv.pdf
Binary file not shown.
Binary file not shown.
|
@ -8,5 +8,7 @@
|
|||
% CONTENT
|
||||
%-------------------------------------------------------------------------------
|
||||
\begin{cvparagraph}
|
||||
|
||||
%---------------------------------------------------------
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ullamcorper neque sit amet lectus facilisis sed luctus nisl iaculis. Vivamus at neque arcu, sed tempor quam. Curabitur pharetra tincidunt tincidunt. Morbi volutpat feugiat mauris, quis tempor neque vehicula volutpat. Duis tristique justo vel massa fermentum accumsan. Mauris ante elit, feugiat vestibulum tempor eget, eleifend ac ipsum. Donec scelerisque lobortis ipsum eu vestibulum. Pellentesque vel massa at felis accumsan rhoncus.
|
||||
\end{cvparagraph}
|
||||
|
|
Loading…
Reference in a new issue