Simple-CV icon indicating copy to clipboard operation
Simple-CV copied to clipboard

Fix entry align

Open chrjx opened this issue 3 years ago • 0 comments

Hi, I found that \entry, \entrymid, \entrybig cannot align:

image

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:

image

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%"

chrjx avatar Sep 10 '22 09:09 chrjx