From 3ff5ee6972c3a3a24e8f63aa3b6ab84f5bd995fd Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sun, 29 Sep 2024 17:35:31 -0400 Subject: [PATCH] cli: `use_local_latex_command` not working in yaml file Fixes #178 --- rendercv/cli/commands.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rendercv/cli/commands.py b/rendercv/cli/commands.py index ebecf746..0ce9f06d 100644 --- a/rendercv/cli/commands.py +++ b/rendercv/cli/commands.py @@ -229,7 +229,8 @@ def cli_command_render( progress.start_a_step("Rendering the LaTeX file to a PDF") pdf_file_path_in_output_folder = renderer.render_a_pdf_from_latex( - latex_file_path_in_output_folder, use_local_latex_command + latex_file_path_in_output_folder, + render_command_settings.use_local_latex_command, ) if render_command_settings.pdf_path: utilities.copy_files(