mirror of https://github.com/eyhc1/rendercv.git
sb2nov: remove bullets from TextEntry
This commit is contained in:
parent
c7fd1b05f3
commit
a682ee0126
|
@ -107,6 +107,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
\newcommand{\resumeItemWithoutBullet}[2]{
|
||||||
|
\item[]\small{
|
||||||
|
\ifthenelse{\equal{#1}{}}{#2}{\textbf{#1}{: #2}}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
\newcommand{\resumeSubheading}[4]{
|
\newcommand{\resumeSubheading}[4]{
|
||||||
\item
|
\item
|
||||||
\begin{tabularx}{0.98\textwidth-<<design.margins.entry_area.left_and_right|divide_length_by(0.5)>>}[t]{X R{<<design.margins.entry_area.date_and_location_width>>}}
|
\begin{tabularx}{0.98\textwidth-<<design.margins.entry_area.left_and_right|divide_length_by(0.5)>>}[t]{X R{<<design.margins.entry_area.date_and_location_width>>}}
|
||||||
|
@ -124,6 +130,8 @@
|
||||||
|
|
||||||
\newcommand{\resumeSubItem}[2]{\resumeItem{#1}{#2}}
|
\newcommand{\resumeSubItem}[2]{\resumeItem{#1}{#2}}
|
||||||
|
|
||||||
|
\newcommand{\resumeSubItemWithoutBullet}[2]{\resumeItemWithoutBullet{#1}{#2}}
|
||||||
|
|
||||||
\renewcommand{\labelitemii}{$\circ$}
|
\renewcommand{\labelitemii}{$\circ$}
|
||||||
|
|
||||||
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[left=<<design.margins.entry_area.left_and_right>>, topsep=0pt, parsep=<<design.margins.entry_area.vertical_between>>, partopsep=0pt, rightmargin=<<design.margins.entry_area.left_and_right>>]}
|
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[left=<<design.margins.entry_area.left_and_right>>, topsep=0pt, parsep=<<design.margins.entry_area.vertical_between>>, partopsep=0pt, rightmargin=<<design.margins.entry_area.left_and_right>>]}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
\resumeSubItem{}{<<entry>>}
|
\resumeSubItemWithoutBullet{}{<<entry>>}
|
Loading…
Reference in New Issue