mcdowell-cv icon indicating copy to clipboard operation
mcdowell-cv copied to clipboard

a4paper setting causes overlapping words

Open itachi-19 opened this issue 3 years ago • 6 comments

I edited mcdowellcv.cls line 35 to this:

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

Resulting in this: image

itachi-19 avatar Sep 22 '21 21:09 itachi-19

I have the same problem, any solution so far?

goseind avatar Mar 02 '22 16:03 goseind

Should be fixed. @goseind, please confirm :)

dnl-blkv avatar Mar 18 '22 00:03 dnl-blkv

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

martenmatrix avatar Mar 24 '22 21:03 martenmatrix

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

dnl-blkv avatar Mar 28 '22 20:03 dnl-blkv

@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 avatar Apr 28 '22 15:04 martenmatrix

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.

martenmatrix avatar Apr 28 '22 15:04 martenmatrix