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

a4paper setting causes overlapping words #17

Open
itachi-19 opened this issue Sep 22, 2021 · 6 comments · May be fixed by #23
Open

a4paper setting causes overlapping words #17

itachi-19 opened this issue Sep 22, 2021 · 6 comments · May be fixed by #23

Comments

@itachi-19
Copy link

I edited mcdowellcv.cls line 35 to this:

 % Set font size and paper type
 \LoadClass[a4paper,\mainfontsize]{article}

Resulting in this:
image

@goseind
Copy link

goseind commented Mar 2, 2022

I have the same problem, any solution so far?

@dnl-blkv
Copy link
Owner

Should be fixed. @goseind, please confirm :)

@martenmatrix
Copy link

@dnl-blkv The issue still persists for me. I believe this only happens with text in a cvsubsection.

@dnl-blkv
Copy link
Owner

@martenmatrix do you have an idea on how this can be fixed? It might be the PR missed the cvsubsection case :)

@martenmatrix
Copy link

@dnl-blkv I 've looked a bit more into it and I recognized that it only happens on cvsubsection's where I have to explicitly pass a value to the linesum argument to stop it from overlapping with its content. This works when using the US letter format. In the A4 format, the argument does not prevent overlapping until I set it to actual linesum + 1.

@martenmatrix
Copy link

I think it's happening because the values of \def\afterdoublelinesubsectionheaderspace and \def\aftermultilinesubsectionheaderspace are not changed after setting the paper to A4, as far as I can read the code.

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.

4 participants