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 MacTex 2024 #532

Open
gbergling opened this issue Jul 14, 2024 · 13 comments · May be fixed by #539
Open

Rendering issue with recent MacTex 2024 #532

gbergling opened this issue Jul 14, 2024 · 13 comments · May be fixed by #539

Comments

@gbergling
Copy link

I recently discovered that something in the last couple of weeks produces an rendering error with XeLaTex on MacTex 2024. The headlines got screwed up. See the attached screenshot.

Any hints on solving this?

Bildschirmfoto 2024-07-14 um 08 51 07
Copy link

👋 Welcome! Looks like this is your first issue.

Hey, thanks for your contribution! Please give us a bit of time to review it. 😄

@JerryAZR
Copy link

JerryAZR commented Jul 14, 2024

I'm experiencing the same issue on Windows with XeLaTex and LuaLaTex.
However on Overleaf it seems to render correctly

Version info:

> xelatex --version

XeTeX 3.141592653-2.6-0.999996 (TeX Live 2024)
kpathsea version 6.4.0
> lualatex --version

This is LuaHBTeX, Version 1.18.0 (TeX Live 2024)
Development id: 7611

@pannone
Copy link

pannone commented Jul 19, 2024

I had the same problem on Windows. I have solved by modifying line 665 of the file awesome-cv.cls from \vspace{-2.0mm} to \vspace{2.0mm} (I just removed the minus). Let me know if it works also for you!

@galaris
Copy link

galaris commented Aug 1, 2024

Also affecting osx

a@b examples % xelatex --version
XeTeX 3.141592653-2.6-0.999996 (TeX Live 2024)
kpathsea version 6.4.0
Compiled with ICU version 74.2; using 74.2
Compiled with zlib version 1.3.1; using 1.3.1
Compiled with FreeType2 version 2.13.2; using 2.13.2
Compiled with Graphite2 version 1.3.14; using 1.3.14
Compiled with HarfBuzz version 8.3.0; using 8.3.0
Compiled with libpng version 1.6.43; using 1.6.43
Compiled with pplib version v2.2
Using Mac OS X Core Text and Cocoa frameworks

a@b examples % lualatex --version
This is LuaHBTeX, Version 1.18.0 (TeX Live 2024)
Development id: 7611

I had the same problem on Windows. I have solved by modifying line 665 of the file awesome-cv.cls from \vspace{-2.0mm} to \vspace{2.0mm} (I just removed the minus). Let me know if it works also for you!

This solved it, thank you!

@mitcdh
Copy link

mitcdh commented Aug 3, 2024

I had the same problem on Windows. I have solved by modifying line 665 of the file awesome-cv.cls from \vspace{-2.0mm} to \vspace{2.0mm} (I just removed the minus). Let me know if it works also for you!

I'm not sure this is the whole fix, I was playing around with it, and there seems to be a lot of extra space now around centuries. Also cvitems lists don't seem to render correctly. Are those not occurring for you?

@pannone
Copy link

pannone commented Aug 3, 2024 via email

@mitcdh
Copy link

mitcdh commented Aug 3, 2024

image

This is an example of how it renders to me with just the inversion of the 2.0mm.

Here is the original:

image

@ericswpark
Copy link

Can confirm the same issue with MiKTeX on Windows, and unfortunately @pannone 's suggestion above didn't completely fix the issue for me. It did get rid of the overlaps, but just like @mitcdh 's example there's still a lot of unnecessary margin that wasn't there before. Wondering what changed between the distribution updates to cause such behavior.

@pannone
Copy link

pannone commented Aug 7, 2024 via email

ericswpark added a commit to ericswpark/Awesome-CV that referenced this issue Aug 8, 2024
@ericswpark ericswpark linked a pull request Aug 8, 2024 that will close this issue
@ericswpark
Copy link

I'm not sure whether my PR will fix the issue for everyone, but changing the \vspace for the cvitems directive fixed the issue for me. The output from MiKTeX matches up exactly with previous generations. If you are affected by this issue please test with the PR and leave a comment on whether it works for you or not. Thanks!

@thiagoveloso
Copy link

I'm not sure whether my PR will fix the issue for everyone, but changing the \vspace for the cvitems directive fixed the issue for me. The output from MiKTeX matches up exactly with previous generations. If you are affected by this issue please test with the PR and leave a comment on whether it works for you or not. Thanks!

I just wanted to let you know that the fix worked for me, while the proposed fix by @pannone did not.

@sandrofsousa
Copy link

Can confirm that @ericswpark commit fixed the issue for me on latest mactex.

@krapie
Copy link

krapie commented Sep 11, 2024

@ericswpark's workaround worked for me, thanks! 👍🏼

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 a pull request may close this issue.

9 participants