Commit graph

25 commits

Author SHA1 Message Date
Miguel Barreto
ecda041872 Fix issue where copying bullets from the resulting pdf results in text with no whitespace and add cvsubitems
This solution is based on @chelseanbr's comment from July 28, 2023, https://github.com/posquit0/Awesome-CV/issues/71#issuecomment-1654964285.

Additionally this PR creates a new environment `cvsubitems`, that is functionally the same as `cvitems`, with the same workaround to allow reliable copypasting and parsing by ATS systems, but without some adjustments to vertical space that only make sense for `cvitems`

## Test Plan:

1. run `make`
2. Open all resulting PDFs and copy text from bullet points into a text editor, review that the copied text has spaces as expected.
3. Add a `cvsubitems` environment to the first `cventry` in experience to test that this also works as expected
4. Do the same copypaste test on `cv.pdf`, guaranteeing that we copy the subitems text.
2024-06-20 15:54:04 -04:00
Byungjin Park
0d11cb0163
Update examples 2022-12-19 00:41:48 +09:00
Byungjin Park
7c16e373f9
Update examples 2022-12-19 00:04:13 +09:00
rbroggi
91e3981ac5
Document using Docker to build (#312)
Closes #312.

Co-Authored-By: Oliver Ford <dev@ojford.com>
2021-11-26 17:12:02 +00:00
Posquit0.BJ
872069ac38 Update resume/cv example 2018-10-09 17:55:17 +09:00
Posquit0.BJ
0db3500198 Update resume/cv example 2018-05-06 19:13:32 +09:00
Posquit0.BJ
69d88b4a25 Update resume and cv 2017-08-20 16:48:24 +09:00
Posquit0.BJ
53df2f7e06 Update my resume content 2017-01-08 16:53:10 +09:00
Posquit0.BJ
03b4e66122 Update my resume 2017-01-07 02:39:32 +09:00
Posquit0.BJ
0ad94fe74e Add gitlab command 2016-12-03 15:49:31 +09:00
Posquit0.BJ
f09555b2b1 Update fontawesome 4.7.0 2016-12-03 15:32:00 +09:00
Posquit0.BJ
d7098ebce3 Update my resume examples 2016-12-03 06:58:01 +09:00
Posquit0.BJ
d1043f9cd4 Update example pdf and png 2016-12-03 06:32:56 +09:00
Posquit0.BJ
f5602f3fff Update examples 2016-11-23 22:21:02 +09:00
Posquit0.BJ
1d77207b18 Update example files 2016-11-23 21:43:00 +09:00
Posquit0.BJ
6d152ef428 bug fix on summary section & add acvSectionContentTopSkip 2016-02-12 19:02:31 +09:00
Posquit0.BJ
9806e0b063 update to version 1.5 (add boolean value to switch section color highlighting) 2016-01-30 13:30:11 +09:00
Posquit0.BJ
8af2e79d41 Refactor template files (contributed by Velimir from LaTexTemplates.com)
- remove 'import' package
- change comment style
- delete unused file(cvletter.tex)
2016-01-11 15:06:06 +09:00
Posquit0.BJ
b3232d1db3 add extra informations part on the header 2016-01-09 20:40:03 +09:00
Posquit0.BJ
1bb189dfdf escape a space between \firstname and \lastname 2016-01-03 15:24:41 +09:00
Posquit0.BJ
289ca00392 add paragraph section in cv & rename paragraph of the coverletter(cvparagraph->lettersection) 2015-12-31 16:32:04 +09:00
Posquit0.BJ
41f0cafaf5 update preview pdf, images 2015-12-31 15:33:59 +09:00
Posquit0.BJ
01484a3037 delete page number in cover letter 2015-12-14 16:20:34 +09:00
Posquit0.BJ
81e9d569e5 refactor code for cover letter 2015-12-14 15:59:27 +09:00
Lars Richter
9039c3e4f9 added cover letter code and example 2015-12-13 11:09:19 +01:00