mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-25 07:28:34 +00:00
add cv simple entry, which doesn't require cv items
for education section that reduced vspace
This commit is contained in:
parent
e367850607
commit
c1bcbd1681
2 changed files with 15 additions and 2 deletions
|
@ -579,6 +579,20 @@
|
|||
\end{tabular*}%
|
||||
}
|
||||
|
||||
% Define an entry of cv information
|
||||
% Usage: \cvsentry{<position>}{<title>}{<location>}{<date>}
|
||||
\newcommand*{\cvsentry}[4]{%
|
||||
\vspace{-2.0mm}
|
||||
\setlength\tabcolsep{0pt}
|
||||
\setlength{\extrarowheight}{0pt}
|
||||
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} L{\textwidth - 4.5cm} R{4.5cm}}
|
||||
\ifempty{#2#3}
|
||||
{\entrypositionstyle{#1} & \entrydatestyle{#4} \\}
|
||||
{\entrytitlestyle{#2} & \entrylocationstyle{#3} \\
|
||||
\entrypositionstyle{#1} & \entrydatestyle{#4} \\}
|
||||
\end{tabular*}%
|
||||
}
|
||||
|
||||
% Define an environment for cvsubentry
|
||||
\newenvironment{cvsubentries}{%
|
||||
\begin{center}
|
||||
|
|
|
@ -10,12 +10,11 @@
|
|||
\begin{cventries}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
\cvsentry
|
||||
{Master in applied mathematics} % Degree
|
||||
{Kuban State University (KubSU)} % Institution
|
||||
{Krasnodar, Russia} % Location
|
||||
{Aug. 2006 - Aug. 2011} % Date(s)
|
||||
{}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\end{cventries}
|
||||
|
|
Loading…
Reference in a new issue