From 2d4917167bce996a1629c04ebac45b22723ba406 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Wed, 19 Jun 2024 14:37:53 +0300 Subject: [PATCH] themes: add the pdfcreator tag --- rendercv/themes/classic/Preamble.j2.tex | 1 + rendercv/themes/engineeringresumes/Preamble.j2.tex | 1 + rendercv/themes/sb2nov/Preamble.j2.tex | 1 + tests/testdata/test_generate_latex_file/classic_empty.tex | 1 + tests/testdata/test_generate_latex_file/classic_filled.tex | 1 + .../test_generate_latex_file/engineeringresumes_empty.tex | 1 + .../test_generate_latex_file/engineeringresumes_filled.tex | 1 + tests/testdata/test_generate_latex_file/sb2nov_empty.tex | 1 + tests/testdata/test_generate_latex_file/sb2nov_filled.tex | 1 + .../classic_empty/None_CV.tex | 1 + .../classic_filled/John_Doe_CV.tex | 1 + .../engineeringresumes_empty/None_CV.tex | 1 + .../engineeringresumes_filled/John_Doe_CV.tex | 1 + .../sb2nov_empty/None_CV.tex | 1 + .../sb2nov_filled/John_Doe_CV.tex | 1 + 15 files changed, 15 insertions(+) diff --git a/rendercv/themes/classic/Preamble.j2.tex b/rendercv/themes/classic/Preamble.j2.tex index 9b2507b..9b2c01d 100644 --- a/rendercv/themes/classic/Preamble.j2.tex +++ b/rendercv/themes/classic/Preamble.j2.tex @@ -21,6 +21,7 @@ \usepackage[ pdftitle={<>'s CV}, pdfauthor={<>}, + pdfcreator={LaTeX with RenderCV}, colorlinks=true, urlcolor=primaryColor ]{hyperref} % for links, metadata and bookmarks diff --git a/rendercv/themes/engineeringresumes/Preamble.j2.tex b/rendercv/themes/engineeringresumes/Preamble.j2.tex index 60606c5..702c4c1 100644 --- a/rendercv/themes/engineeringresumes/Preamble.j2.tex +++ b/rendercv/themes/engineeringresumes/Preamble.j2.tex @@ -21,6 +21,7 @@ \usepackage[ pdftitle={<>'s CV}, pdfauthor={<>}, + pdfcreator={LaTeX with RenderCV}, colorlinks=true, urlcolor=primaryColor ]{hyperref} % for links, metadata and bookmarks diff --git a/rendercv/themes/sb2nov/Preamble.j2.tex b/rendercv/themes/sb2nov/Preamble.j2.tex index 7581abb..8bd08b4 100644 --- a/rendercv/themes/sb2nov/Preamble.j2.tex +++ b/rendercv/themes/sb2nov/Preamble.j2.tex @@ -21,6 +21,7 @@ \usepackage[ pdftitle={<>'s CV}, pdfauthor={<>}, + pdfcreator={LaTeX with RenderCV}, colorlinks=true, urlcolor=primaryColor ]{hyperref} % for links, metadata and bookmarks diff --git a/tests/testdata/test_generate_latex_file/classic_empty.tex b/tests/testdata/test_generate_latex_file/classic_empty.tex index 58534c1..e92e882 100644 --- a/tests/testdata/test_generate_latex_file/classic_empty.tex +++ b/tests/testdata/test_generate_latex_file/classic_empty.tex @@ -21,6 +21,7 @@ \usepackage[ pdftitle={None's CV}, pdfauthor={None}, + pdfcreator={LaTeX with RenderCV}, colorlinks=true, urlcolor=primaryColor ]{hyperref} % for links, metadata and bookmarks diff --git a/tests/testdata/test_generate_latex_file/classic_filled.tex b/tests/testdata/test_generate_latex_file/classic_filled.tex index 07cba9a..f4e2a87 100644 --- a/tests/testdata/test_generate_latex_file/classic_filled.tex +++ b/tests/testdata/test_generate_latex_file/classic_filled.tex @@ -21,6 +21,7 @@ \usepackage[ pdftitle={John Doe's CV}, pdfauthor={John Doe}, + pdfcreator={LaTeX with RenderCV}, colorlinks=true, urlcolor=primaryColor ]{hyperref} % for links, metadata and bookmarks diff --git a/tests/testdata/test_generate_latex_file/engineeringresumes_empty.tex b/tests/testdata/test_generate_latex_file/engineeringresumes_empty.tex index 625168c..9348ac3 100644 --- a/tests/testdata/test_generate_latex_file/engineeringresumes_empty.tex +++ b/tests/testdata/test_generate_latex_file/engineeringresumes_empty.tex @@ -21,6 +21,7 @@ \usepackage[ pdftitle={None's CV}, pdfauthor={None}, + pdfcreator={LaTeX with RenderCV}, colorlinks=true, urlcolor=primaryColor ]{hyperref} % for links, metadata and bookmarks diff --git a/tests/testdata/test_generate_latex_file/engineeringresumes_filled.tex b/tests/testdata/test_generate_latex_file/engineeringresumes_filled.tex index dcd7d68..d67769c 100644 --- a/tests/testdata/test_generate_latex_file/engineeringresumes_filled.tex +++ b/tests/testdata/test_generate_latex_file/engineeringresumes_filled.tex @@ -21,6 +21,7 @@ \usepackage[ pdftitle={John Doe's CV}, pdfauthor={John Doe}, + pdfcreator={LaTeX with RenderCV}, colorlinks=true, urlcolor=primaryColor ]{hyperref} % for links, metadata and bookmarks diff --git a/tests/testdata/test_generate_latex_file/sb2nov_empty.tex b/tests/testdata/test_generate_latex_file/sb2nov_empty.tex index a5c0cea..f50ee68 100644 --- a/tests/testdata/test_generate_latex_file/sb2nov_empty.tex +++ b/tests/testdata/test_generate_latex_file/sb2nov_empty.tex @@ -21,6 +21,7 @@ \usepackage[ pdftitle={None's CV}, pdfauthor={None}, + pdfcreator={LaTeX with RenderCV}, colorlinks=true, urlcolor=primaryColor ]{hyperref} % for links, metadata and bookmarks diff --git a/tests/testdata/test_generate_latex_file/sb2nov_filled.tex b/tests/testdata/test_generate_latex_file/sb2nov_filled.tex index 1c36df8..1da958d 100644 --- a/tests/testdata/test_generate_latex_file/sb2nov_filled.tex +++ b/tests/testdata/test_generate_latex_file/sb2nov_filled.tex @@ -21,6 +21,7 @@ \usepackage[ pdftitle={John Doe's CV}, pdfauthor={John Doe}, + pdfcreator={LaTeX with RenderCV}, colorlinks=true, urlcolor=primaryColor ]{hyperref} % for links, metadata and bookmarks diff --git a/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_empty/None_CV.tex b/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_empty/None_CV.tex index 58534c1..e92e882 100644 --- a/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_empty/None_CV.tex +++ b/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_empty/None_CV.tex @@ -21,6 +21,7 @@ \usepackage[ pdftitle={None's CV}, pdfauthor={None}, + pdfcreator={LaTeX with RenderCV}, colorlinks=true, urlcolor=primaryColor ]{hyperref} % for links, metadata and bookmarks diff --git a/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_filled/John_Doe_CV.tex b/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_filled/John_Doe_CV.tex index 07cba9a..f4e2a87 100644 --- a/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_filled/John_Doe_CV.tex +++ b/tests/testdata/test_generate_latex_file_and_copy_theme_files/classic_filled/John_Doe_CV.tex @@ -21,6 +21,7 @@ \usepackage[ pdftitle={John Doe's CV}, pdfauthor={John Doe}, + pdfcreator={LaTeX with RenderCV}, colorlinks=true, urlcolor=primaryColor ]{hyperref} % for links, metadata and bookmarks diff --git a/tests/testdata/test_generate_latex_file_and_copy_theme_files/engineeringresumes_empty/None_CV.tex b/tests/testdata/test_generate_latex_file_and_copy_theme_files/engineeringresumes_empty/None_CV.tex index 625168c..9348ac3 100644 --- a/tests/testdata/test_generate_latex_file_and_copy_theme_files/engineeringresumes_empty/None_CV.tex +++ b/tests/testdata/test_generate_latex_file_and_copy_theme_files/engineeringresumes_empty/None_CV.tex @@ -21,6 +21,7 @@ \usepackage[ pdftitle={None's CV}, pdfauthor={None}, + pdfcreator={LaTeX with RenderCV}, colorlinks=true, urlcolor=primaryColor ]{hyperref} % for links, metadata and bookmarks diff --git a/tests/testdata/test_generate_latex_file_and_copy_theme_files/engineeringresumes_filled/John_Doe_CV.tex b/tests/testdata/test_generate_latex_file_and_copy_theme_files/engineeringresumes_filled/John_Doe_CV.tex index dcd7d68..d67769c 100644 --- a/tests/testdata/test_generate_latex_file_and_copy_theme_files/engineeringresumes_filled/John_Doe_CV.tex +++ b/tests/testdata/test_generate_latex_file_and_copy_theme_files/engineeringresumes_filled/John_Doe_CV.tex @@ -21,6 +21,7 @@ \usepackage[ pdftitle={John Doe's CV}, pdfauthor={John Doe}, + pdfcreator={LaTeX with RenderCV}, colorlinks=true, urlcolor=primaryColor ]{hyperref} % for links, metadata and bookmarks diff --git a/tests/testdata/test_generate_latex_file_and_copy_theme_files/sb2nov_empty/None_CV.tex b/tests/testdata/test_generate_latex_file_and_copy_theme_files/sb2nov_empty/None_CV.tex index a5c0cea..f50ee68 100644 --- a/tests/testdata/test_generate_latex_file_and_copy_theme_files/sb2nov_empty/None_CV.tex +++ b/tests/testdata/test_generate_latex_file_and_copy_theme_files/sb2nov_empty/None_CV.tex @@ -21,6 +21,7 @@ \usepackage[ pdftitle={None's CV}, pdfauthor={None}, + pdfcreator={LaTeX with RenderCV}, colorlinks=true, urlcolor=primaryColor ]{hyperref} % for links, metadata and bookmarks diff --git a/tests/testdata/test_generate_latex_file_and_copy_theme_files/sb2nov_filled/John_Doe_CV.tex b/tests/testdata/test_generate_latex_file_and_copy_theme_files/sb2nov_filled/John_Doe_CV.tex index 1c36df8..1da958d 100644 --- a/tests/testdata/test_generate_latex_file_and_copy_theme_files/sb2nov_filled/John_Doe_CV.tex +++ b/tests/testdata/test_generate_latex_file_and_copy_theme_files/sb2nov_filled/John_Doe_CV.tex @@ -21,6 +21,7 @@ \usepackage[ pdftitle={John Doe's CV}, pdfauthor={John Doe}, + pdfcreator={LaTeX with RenderCV}, colorlinks=true, urlcolor=primaryColor ]{hyperref} % for links, metadata and bookmarks