Skip to content

Commit

Permalink
cli: use_local_latex_command not working in yaml file
Browse files Browse the repository at this point in the history
Fixes #178
  • Loading branch information
sinaatalay committed Sep 29, 2024
1 parent 4011720 commit 3ff5ee6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rendercv/cli/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 3ff5ee6

Please sign in to comment.