mirror of https://github.com/eyhc1/rendercv.git
sb2nov: remove bullet points
This commit is contained in:
parent
a6e45e72f7
commit
b3a61407b0
|
@ -3,27 +3,22 @@
|
|||
((* endif *))
|
||||
|
||||
((* if entry.date_string or entry.location *))
|
||||
\begin{threecolentry}{
|
||||
\vspace*{\fill}
|
||||
\textbullet
|
||||
\vspace*{3px}
|
||||
\vspace*{\fill}
|
||||
}{
|
||||
\begin{twocolentry}{
|
||||
((* if entry.location *))\textit{<<entry.location>>}((* endif *))
|
||||
|
||||
|
||||
((* if entry.date_string *))\textit{<<entry.date_string>>}((* endif *))
|
||||
}
|
||||
((* else *))
|
||||
\begin{onecolentrybulleted}
|
||||
\begin{onecolentry}
|
||||
((* endif *))
|
||||
\textbf{<<entry.institution>>}
|
||||
|
||||
\textit{((* if entry.degree *))<<entry.degree>> in ((* endif *))<<entry.area>>}
|
||||
((* if entry.date_string or entry.location *))
|
||||
\end{threecolentry}
|
||||
\end{twocolentry}
|
||||
((* else *))
|
||||
\end{onecolentrybulleted}
|
||||
\end{onecolentry}
|
||||
((* endif *))
|
||||
|
||||
((* for item in entry.highlights *))
|
||||
|
|
|
@ -3,27 +3,22 @@
|
|||
((* endif *))
|
||||
|
||||
((* if entry.date_string or entry.location *))
|
||||
\begin{threecolentry}{
|
||||
\vspace*{\fill}
|
||||
\textbullet
|
||||
\vspace*{3px}
|
||||
\vspace*{\fill}
|
||||
}{
|
||||
\begin{twocolentry}{
|
||||
((* if entry.location *))\textit{<<entry.location>>}((* endif *))
|
||||
|
||||
|
||||
((* if entry.date_string *))\textit{<<entry.date_string>>}((* endif *))
|
||||
}
|
||||
((* else *))
|
||||
\begin{onecolentrybulleted}
|
||||
\begin{onecolentry}
|
||||
((* endif *))
|
||||
\textbf{<<entry.position>>}
|
||||
|
||||
\textit{<<entry.company>>}
|
||||
((* if entry.date_string or entry.location *))
|
||||
\end{threecolentry}
|
||||
\end{twocolentry}
|
||||
((* else *))
|
||||
\end{onecolentrybulleted}
|
||||
\end{onecolentry}
|
||||
((* endif *))
|
||||
|
||||
((* for item in entry.highlights *))
|
||||
|
|
|
@ -3,25 +3,20 @@
|
|||
((* endif *))
|
||||
|
||||
((* if entry.date_string or entry.location *))
|
||||
\begin{threecolentry}{
|
||||
\vspace*{\fill}
|
||||
\textbullet
|
||||
\vspace*{3px}
|
||||
\vspace*{\fill}
|
||||
}{
|
||||
\begin{twocolentry}{
|
||||
((* if entry.location *))\textit{<<entry.location>>}((* endif *))
|
||||
|
||||
|
||||
((* if entry.date_string *))\textit{<<entry.date_string>>}((* endif *))
|
||||
}
|
||||
((* else *))
|
||||
\begin{onecolentrybulleted}
|
||||
\begin{onecolentry}
|
||||
((* endif *))
|
||||
\textbf{<<entry.name>>}
|
||||
((* if entry.date_string or entry.location *))
|
||||
\end{threecolentry}
|
||||
\end{twocolentry}
|
||||
((* else *))
|
||||
\end{onecolentrybulleted}
|
||||
\end{onecolentry}
|
||||
((* endif *))
|
||||
|
||||
((* for item in entry.highlights *))
|
||||
|
|
|
@ -3,16 +3,11 @@
|
|||
((* endif *))
|
||||
|
||||
\begin{samepage}
|
||||
\begin{threecolentry}{
|
||||
\vspace*{\fill}
|
||||
\textbullet
|
||||
\vspace*{3px}
|
||||
\vspace*{\fill}
|
||||
}{
|
||||
\begin{twocolentry}{
|
||||
<<entry.date_string>>
|
||||
}
|
||||
\textbf{<<entry.title>>}
|
||||
\end{threecolentry}
|
||||
\end{twocolentry}
|
||||
|
||||
((* if entry.doi or entry.journal *))
|
||||
\vspace{<<design.margins.highlights_area.vertical_between_bullet_points>>-3px}
|
||||
|
|
Loading…
Reference in New Issue