Fix text overlap in CV by adjusting table column widths#8
Fix text overlap in CV by adjusting table column widths#8
Conversation
Co-authored-by: oonis <30103396+oonis@users.noreply.github.com>
Co-authored-by: oonis <30103396+oonis@users.noreply.github.com>
Co-authored-by: oonis <30103396+oonis@users.noreply.github.com>
Co-authored-by: oonis <30103396+oonis@users.noreply.github.com>
Fixed in f9bdd8a. Increased the column spacing from 1cm to 2cm gap by adjusting the left column to Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
@copilot do you not see overlapping text here? this is the artifact |
Co-authored-by: oonis <30103396+oonis@users.noreply.github.com>
Fixed in c2426a7. Increased the gap to 3cm by adjusting columns to Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|



The compiled PDF had text overlapping between content columns (titles, descriptions) and metadata columns (dates, locations) throughout the document. Long organization names like "Michigan State University School of Planning, Design and Construction" were overflowing into the right column.
Changes
\cventry(line 678): Reduced left column from\textwidth - 4.5cmto\textwidth - 7.5cmand increased right column from4.5cmto6.5cm\cvsubentry(line 700): Applied same adjustment for sub-entries\makelettertitle(line 789): Applied same adjustment for cover letter titles\cvsubentry(line 709): Fixed hardcoded17.0cmwidth to use\textwidthfor consistencyThe original column definitions summed to exactly
\textwidth, leaving no space between columns:The 3cm gap prevents text collision while maintaining layout consistency across all document sections. Long organization names now wrap to multiple lines when needed instead of overlapping with location/date information.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.