Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rendering Issue with recent XeLaTex with MacTex 2024 #26

Open
gbergling opened this issue Jul 13, 2024 · 1 comment
Open

Rendering Issue with recent XeLaTex with MacTex 2024 #26

gbergling opened this issue Jul 13, 2024 · 1 comment

Comments

@gbergling
Copy link

On a recent update I got this rendering error with XeLaTex on MacTex 2024. Any hints how I can solve this?

Bildschirmfoto 2024-07-13 um 14 55 38
@RussellEmerine
Copy link

It's not perfect, but this
Screenshot 2024-08-02 at 4 22 41 PM
is the spacing I have after setting

\renewcommand{\acvSectionTopSkip}{0.0mm}
\renewcommand{\acvSectionContentTopSkip}{0.0mm}

in resume.tex and editing

\newcommand*{\cventry}[5]{%
  \vspace{-2.0mm}
  \setlength\tabcolsep{0pt}
  \setlength{\extrarowheight}{0pt}
  \begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} L{\textwidth - 4.5cm} R{4.5cm}}
    \ifempty{#2#3}
      {\entrypositionstyle{#1} & \entrydatestyle{#4} \\}
      {\entrytitlestyle{#2} & \entrylocationstyle{#3} \\
      \entrypositionstyle{#1} & \entrydatestyle{#4} \\}
    \multicolumn{2}{L{\textwidth}}{\descriptionstyle{#5}}
  \end{tabular*}%
  \vspace{2.5mm} % ADD THIS
}

in russell.cls. I haven't been using much else other than cventry so I don't know what other changes to make, but it's probably similar. Hope this helps.

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

No branches or pull requests

2 participants