Skip to content

Fix entry align#2

Open
chrjx wants to merge 2 commits intodcetin:masterfrom
chrjx:fix-entry-align
Open

Fix entry align#2
chrjx wants to merge 2 commits intodcetin:masterfrom
chrjx:fix-entry-align

Conversation

@chrjx
Copy link
Copy Markdown

@chrjx chrjx commented Sep 10, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant