sb2nov: fix OneLine entry colon

This commit is contained in:
Sina Atalay 2024-03-21 19:37:25 +01:00
parent c542971219
commit bf9e0fd5a0
1 changed files with 2 additions and 2 deletions

View File

@ -103,13 +103,13 @@
\newcommand{\resumeItem}[2]{ \newcommand{\resumeItem}[2]{
\item\small{ \item\small{
\ifthenelse{\equal{#1}{}}{#2}{\textbf{#1}{: #2}} \ifthenelse{\equal{#1}{}}{#2}{\textbf{#1:}{ #2}}
} }
} }
\newcommand{\resumeItemWithoutBullet}[2]{ \newcommand{\resumeItemWithoutBullet}[2]{
\item[]\small{ \item[]\small{
\ifthenelse{\equal{#1}{}}{#2}{\textbf{#1}{: #2}} \ifthenelse{\equal{#1}{}}{#2}{\textbf{#1:}{ #2}}
} }
} }