mirror of https://github.com/eyhc1/rendercv.git
sb2nov: fix OneLine entry colon
This commit is contained in:
parent
c542971219
commit
bf9e0fd5a0
|
@ -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}}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue