forked from mirrors/Awesome-CV
Remove extra space when "description" of /cventry is empty
This simply checks if the description is empty and if it is, it renders nothing.
This commit is contained in:
parent
4b55638cc3
commit
e140258764
1 changed files with 3 additions and 1 deletions
|
@ -649,7 +649,9 @@
|
|||
{\entrypositionstyle{#1} & \entrydatestyle{#4} \\}
|
||||
{\entrytitlestyle{#2} & \entrylocationstyle{#3} \\
|
||||
\entrypositionstyle{#1} & \entrydatestyle{#4} \\}
|
||||
\multicolumn{2}{L{\textwidth}}{\descriptionstyle{#5}}
|
||||
\ifstrempty{#5}
|
||||
{}
|
||||
{\multicolumn{2}{L{\textwidth}}{\descriptionstyle{#5}} \\}
|
||||
\end{tabular*}%
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue