I am using one of the template from overleaf, but I want to customize a bit, I look up some documentation online, still not able understand. Can anyone explain what this code is about? All I know it is trying to make the hidden table.
\newcommand{\twentyitem}[4]{%
#1&\parbox[t]{0.74\textwidth}{%
\textbf{#2}%
\hspace*{0pt}\hfill{\footnotesize#3}
#4}
}
The twenty should hold 4 block from the table, right now it should be doing something like this
but what I am trying to do is
I am completely clueless if I can make something I am thinking of.
Edit :
\begin{twenty} % Environment for a list with descriptions
\twentyitem{May 19 - Present}{Software Developer}{Company ABC}{
\begin{itemize}
\item sentence A
\item Sentence B
\item Sentence C
\item Sentence D
\item Sentence E
\item Sentence F
\end{itemize}
This is what my original code have. I am trying to move block 4 to a bit of left, so it won't leave a lot of blank on the left side.
I am sorry that I could not be able to find the originate template. I hope this is enough.




multicolumn, but without a minimal working example it's quite hard to tell. – user202729 Nov 27 '21 at 04:50