1
0
Fork 0

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:
Pavan Gupta 2023-04-03 20:32:43 -07:00 committed by Oliver Ford
parent 4b55638cc3
commit e140258764
1 changed files with 3 additions and 1 deletions

View File

@ -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*}%
}