diff --git a/docs/assets/images/classic.png b/docs/assets/images/classic.png index 9f2abda5..0ce302c3 100644 Binary files a/docs/assets/images/classic.png and b/docs/assets/images/classic.png differ diff --git a/docs/assets/images/classic/education_entry.png b/docs/assets/images/classic/education_entry.png index 083a0530..547ee3ed 100644 Binary files a/docs/assets/images/classic/education_entry.png and b/docs/assets/images/classic/education_entry.png differ diff --git a/docs/assets/images/classic/experience_entry.png b/docs/assets/images/classic/experience_entry.png index eeea2f90..7930a05c 100644 Binary files a/docs/assets/images/classic/experience_entry.png and b/docs/assets/images/classic/experience_entry.png differ diff --git a/docs/assets/images/classic/publication_entry.png b/docs/assets/images/classic/publication_entry.png index 52bbe52d..55a74f98 100644 Binary files a/docs/assets/images/classic/publication_entry.png and b/docs/assets/images/classic/publication_entry.png differ diff --git a/docs/assets/images/engineeringresumes.png b/docs/assets/images/engineeringresumes.png index da0aa15b..a3b2b0f6 100644 Binary files a/docs/assets/images/engineeringresumes.png and b/docs/assets/images/engineeringresumes.png differ diff --git a/docs/assets/images/sb2nov.png b/docs/assets/images/sb2nov.png index 7c0e7725..40db8f71 100644 Binary files a/docs/assets/images/sb2nov.png and b/docs/assets/images/sb2nov.png differ diff --git a/docs/assets/images/sb2nov/bullet_entry.png b/docs/assets/images/sb2nov/bullet_entry.png index 28fbd2dc..bb413605 100644 Binary files a/docs/assets/images/sb2nov/bullet_entry.png and b/docs/assets/images/sb2nov/bullet_entry.png differ diff --git a/docs/assets/images/sb2nov/education_entry.png b/docs/assets/images/sb2nov/education_entry.png index 944cdaa6..5b200b7f 100644 Binary files a/docs/assets/images/sb2nov/education_entry.png and b/docs/assets/images/sb2nov/education_entry.png differ diff --git a/docs/assets/images/sb2nov/experience_entry.png b/docs/assets/images/sb2nov/experience_entry.png index b97dabfa..8384f4e8 100644 Binary files a/docs/assets/images/sb2nov/experience_entry.png and b/docs/assets/images/sb2nov/experience_entry.png differ diff --git a/docs/assets/images/sb2nov/normal_entry.png b/docs/assets/images/sb2nov/normal_entry.png index 28d76f9b..8d4d67fb 100644 Binary files a/docs/assets/images/sb2nov/normal_entry.png and b/docs/assets/images/sb2nov/normal_entry.png differ diff --git a/docs/assets/images/sb2nov/one_line_entry.png b/docs/assets/images/sb2nov/one_line_entry.png index eb9a4188..521c0738 100644 Binary files a/docs/assets/images/sb2nov/one_line_entry.png and b/docs/assets/images/sb2nov/one_line_entry.png differ diff --git a/docs/assets/images/sb2nov/publication_entry.png b/docs/assets/images/sb2nov/publication_entry.png index e0ed0cde..3a01fb4f 100644 Binary files a/docs/assets/images/sb2nov/publication_entry.png and b/docs/assets/images/sb2nov/publication_entry.png differ diff --git a/docs/assets/images/sb2nov/text_entry.png b/docs/assets/images/sb2nov/text_entry.png index e68ba2a7..36b8ede4 100644 Binary files a/docs/assets/images/sb2nov/text_entry.png and b/docs/assets/images/sb2nov/text_entry.png differ diff --git a/examples/John_Doe_ClassicTheme_CV.pdf b/examples/John_Doe_ClassicTheme_CV.pdf index d28a1b92..18a61ea2 100644 Binary files a/examples/John_Doe_ClassicTheme_CV.pdf and b/examples/John_Doe_ClassicTheme_CV.pdf differ diff --git a/examples/John_Doe_ClassicTheme_CV.yaml b/examples/John_Doe_ClassicTheme_CV.yaml index e80444e7..5be111ef 100644 --- a/examples/John_Doe_ClassicTheme_CV.yaml +++ b/examples/John_Doe_ClassicTheme_CV.yaml @@ -120,9 +120,10 @@ design: font_size: 10pt page_size: letterpaper color: '#004f90' + disable_external_link_icons: false disable_page_numbering: false page_numbering_style: NAME - Page PAGE_NUMBER of TOTAL_PAGES - show_last_updated_date: true + disable_last_updated_date: false last_updated_date_style: Last updated in TODAY header_font_size: 30 pt text_alignment: justified @@ -138,7 +139,8 @@ design: entry_area: left_and_right: 0.2 cm vertical_between: 0.2 cm - date_and_location_width: 4.1 cm + date_and_location_width: 4.5 cm + education_degree_width: 1 cm highlights_area: top: 0.10 cm left: 0.4 cm diff --git a/examples/John_Doe_EngineeringresumesTheme_CV.pdf b/examples/John_Doe_EngineeringresumesTheme_CV.pdf index abca0f60..eb0f9128 100644 Binary files a/examples/John_Doe_EngineeringresumesTheme_CV.pdf and b/examples/John_Doe_EngineeringresumesTheme_CV.pdf differ diff --git a/examples/John_Doe_EngineeringresumesTheme_CV.yaml b/examples/John_Doe_EngineeringresumesTheme_CV.yaml index 56ec44fa..63369057 100644 --- a/examples/John_Doe_EngineeringresumesTheme_CV.yaml +++ b/examples/John_Doe_EngineeringresumesTheme_CV.yaml @@ -120,9 +120,10 @@ design: font_size: 10pt page_size: letterpaper color: black + disable_external_link_icons: true disable_page_numbering: true page_numbering_style: NAME - Page PAGE_NUMBER of TOTAL_PAGES - show_last_updated_date: false + disable_last_updated_date: true last_updated_date_style: Last updated in TODAY header_font_size: 25 pt text_alignment: left-aligned @@ -137,8 +138,8 @@ design: bottom: 0.2 cm entry_area: left_and_right: 0 cm - vertical_between: 0.15 cm - date_and_location_width: 4.1 cm + vertical_between: 0.2 cm + date_and_location_width: 4.5 cm highlights_area: top: 0.10 cm left: 0 cm diff --git a/examples/John_Doe_ModerncvTheme_CV.pdf b/examples/John_Doe_ModerncvTheme_CV.pdf index b55d0a3a..6901ebaa 100644 Binary files a/examples/John_Doe_ModerncvTheme_CV.pdf and b/examples/John_Doe_ModerncvTheme_CV.pdf differ diff --git a/examples/John_Doe_Sb2NovTheme_CV.pdf b/examples/John_Doe_Sb2NovTheme_CV.pdf index 6326ee49..bfd3c773 100644 Binary files a/examples/John_Doe_Sb2NovTheme_CV.pdf and b/examples/John_Doe_Sb2NovTheme_CV.pdf differ diff --git a/examples/John_Doe_Sb2NovTheme_CV.yaml b/examples/John_Doe_Sb2NovTheme_CV.yaml index 2dfb175b..15d595ca 100644 --- a/examples/John_Doe_Sb2NovTheme_CV.yaml +++ b/examples/John_Doe_Sb2NovTheme_CV.yaml @@ -120,9 +120,10 @@ design: font_size: 10pt page_size: letterpaper color: '#004f90' + disable_external_link_icons: false disable_page_numbering: false page_numbering_style: NAME - Page PAGE_NUMBER of TOTAL_PAGES - show_last_updated_date: true + disable_last_updated_date: false last_updated_date_style: Last updated in TODAY header_font_size: 24 pt text_alignment: justified @@ -138,7 +139,8 @@ design: entry_area: left_and_right: 0.2 cm vertical_between: 0.2 cm - date_and_location_width: 4.1 cm + date_and_location_width: 4.5 cm + bullet_width: 0.6 cm highlights_area: top: 0.10 cm left: 0.4 cm