Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello Byungjin Park (@posquit0), I am a huge fan of your awesome CV template and have been using it for a few years. During my use I have made some quality of life improvements that I wanted to contribute back upstream. The following changes have been made (in order of decreasing niceness of quality-of-life improvement):
\needspace{...}
command from theneedspace
package to prevent a page break after a section or subsection header so section content always starts on the same page as its header\cventry{...}{...}...
so that entries are: top-left, top-right, bottom-left, bottom-right, additional details (I always got this order wrong so now I use it as\cventry{...}{...}<newline>{...}{...}<newline>{...}
so content in source matched where it will print in the final document)\cvhonor{...}
has been updated to accommodate longer left and right entries (change made to use a date range on the left and non-domestic address on the right)I anticipate you will want me to squash these commits before merging as my issue numbers do not correspond to your issue numbers so merging as is would create fake "this issue was referenced in commit" messages in the issue tracker, hence opening as a draft PR. If you want the changes upstream I will go through squashing, but do not want to delete the history prior to review.