我在 Overleaf.com 上有一份简历,可以访问 https://www.overleaf.com/read/zrnwyfhbhhps
我试图将章节标题放在内容的左侧,内容大多是列表。所以:
REASONS * I'm Great Because I Am
* Another Reason I'm Great
这是可行的,但是当节标题只有两行时,它就不行了。我得到:
REASONS
TO HIRE * First Reason
* Second Reason
我正在使用的一些可能相关的软件包:
\usepackage{paralist}
\usepackage{multicol}
\usepackage{enumitem}
\newlist{nitemize}{itemize}{1}
\setlist[nitemize]{topsep=0pt,itemsep=-3pt,label=\textbullet}
我该如何修复此问题?