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

vitae::awesomecv misaligns items after the first in a detailed_entries object #62

Closed
potterzot opened this issue Jul 3, 2019 · 5 comments

Comments

@potterzot
Copy link

awesomecv renders detailed_entries (and possibly brief_entries?) misaligned so that each item after the first is indented to the level of the first item's bullet point. For an example, see Mitchel O'Hara-Wild's CV.pdf from the example listed in the README. The second and after items in both the Education and the Experience headings are indented.

To Reproduce:

  1. Get Mitchell O'Hara-Wild's CV.Rmd file
  2. Knit / render
@mitchelloharawild
Copy link
Owner

Duplicate of #61

Fixed in the dev version, please update 👍

@potterzot
Copy link
Author

Ah got it, thank you! Sorry to duplicate.

@FloWuenne
Copy link

I seem to have this same issue in 2024 again. Here is my sessionInfo for my R session:

R version 4.3.1 (2023-06-16)
Platform: aarch64-apple-darwin20 (64-bit)
Running under: macOS Sonoma 14.1.2

Matrix products: default
BLAS:   /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 
LAPACK: /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/lib/libRlapack.dylib;  LAPACK version 3.11.0

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

time zone: Europe/Berlin
tzcode source: internal

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] here_1.0.1        fontawesome_0.5.2 glue_1.7.0        tibble_3.2.1     
[5] vitae_0.5.4      

loaded via a namespace (and not attached):
 [1] vctrs_0.6.5       cli_3.6.2         knitr_1.45        rlang_1.1.3      
 [5] xfun_0.41         generics_0.1.3    rprojroot_2.0.4   htmltools_0.5.7  
 [9] hms_1.1.3         fansi_1.0.6       rmarkdown_2.25    evaluate_0.23    
[13] tzdb_0.4.0        fastmap_1.1.1     yaml_2.3.8        lifecycle_1.0.4  
[17] compiler_4.3.1    dplyr_1.1.4       pkgconfig_2.0.3   rstudioapi_0.15.0
[21] digest_0.6.34     R6_2.5.1          readr_2.1.4       tidyselect_1.2.0 
[25] utf8_1.2.4        pillar_1.9.0      magrittr_2.0.3    tools_4.3.1 

@FloWuenne
Copy link

@mitchelloharawild I have just tried with several old versions and the last one where this didn't happen for me was v0.2.2!
b0e6c76

@mbarkdull
Copy link

I am also having this issue with version 0.5.4.

My sessionInfo is:

R version 4.4.0 (2024-04-24)
Platform: aarch64-apple-darwin20
Running under: macOS Big Sur 11.6

Matrix products: default
BLAS:   /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 
LAPACK: /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/lib/libRlapack.dylib;  LAPACK version 3.12.0

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

time zone: America/New_York
tzcode source: internal

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
 [1] digest_0.6.35     utf8_1.2.4        R6_2.5.1          fastmap_1.2.0     tidyselect_1.2.1  xfun_0.44        
 [7] magrittr_2.0.3    glue_1.7.0        tibble_3.2.1      knitr_1.47        pkgconfig_2.0.3   htmltools_0.5.8.1
[13] generics_0.1.3    rmarkdown_2.27    dplyr_1.1.4       lifecycle_1.0.4   cli_3.6.2         fansi_1.0.6      
[19] vctrs_0.6.5       vitae_0.5.4       compiler_4.4.0    rstudioapi_0.16.0 tools_4.4.0       pillar_1.9.0     
[25] evaluate_0.23     yaml_2.3.8        rlang_1.1.4      

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

No branches or pull requests

4 participants