Simple-CV
Simple-CV copied to clipboard
Fix entry align
Hi, I found that \entry, \entrymid, \entrybig cannot align:
Test Code:
\section{Education}
\outerlist{
\entrybig
{\textbf{ETH Zurich}}{Zurich, CH}
{M.S. in Computer Science, GPA: 5.63/6.00}{2018\textendash 2020}
\entrymid{1}{2020}{3}
\entry{1 \hfill 2020}
}
So I make some changes according to stackexchange
And the result is as following:
I compiled by latexmk on MacOS, the arguments are:
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"-bibtex",
"-pdf",
"-emulate-aux-dir",
"--auxdir=.aux",
"-outdir=output",
"%DOC%"