mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-25 07:28:34 +00:00
Fixed the issue with extra line space when title and location is missing
This commit is contained in:
parent
2fa6320ab1
commit
c69d057fff
5 changed files with 29 additions and 1 deletions
|
@ -579,7 +579,7 @@
|
|||
\setlength{\extrarowheight}{0pt}
|
||||
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} L{\textwidth - 4.5cm} R{4.5cm}}
|
||||
\ifempty{#2#3}
|
||||
{\entrypositionstyle{#1} & \entrydatestyle{#4} \\}
|
||||
{\entrypositionstyle{#1} & \entrydatestyle{#4}}
|
||||
{\entrytitlestyle{#2} & \entrylocationstyle{#3} \\
|
||||
\entrypositionstyle{#1} & \entrydatestyle{#4}}
|
||||
\ifempty{#6}
|
||||
|
|
BIN
examples/cv.pdf
BIN
examples/cv.pdf
Binary file not shown.
|
@ -30,6 +30,20 @@
|
|||
\end{cventrysummary}
|
||||
}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{Software Engineer} %Job title
|
||||
{}
|
||||
{}
|
||||
{Oct. 2016 - Dec. 2016} % Date
|
||||
{
|
||||
\begin{cvitems}
|
||||
\item {I was learning how to work in this organization}
|
||||
\item {Learned about various source control utilities}
|
||||
\end{cvitems}
|
||||
}
|
||||
{}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{Co-founder \& Software Engineer} % Job title
|
||||
|
|
Binary file not shown.
|
@ -31,6 +31,20 @@ nline community. My projects have involved the following:
|
|||
\end{cventrysummary}
|
||||
}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{Software Engineer} %Job title
|
||||
{}
|
||||
{}
|
||||
{Oct. 2016 - Dec. 2016} % Date
|
||||
{
|
||||
\begin{cvitems}
|
||||
\item {I was learning how to work in this organization}
|
||||
\item {Learned about various source control utilities}
|
||||
\end{cvitems}
|
||||
}
|
||||
{}
|
||||
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{Co-founder \& Software Engineer} % Job title
|
||||
|
|
Loading…
Reference in a new issue