From b12833550a9f5ebbc5721c1b8b283b82f761c706 Mon Sep 17 00:00:00 2001 From: Thomas Weise Date: Sat, 21 Sep 2024 15:18:27 +0800 Subject: [PATCH] update to Python latexgit package 0.8.18 --- examples/example_7.tex | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/example_7.tex b/examples/example_7.tex index ce0fd31..ee0773f 100755 --- a/examples/example_7.tex +++ b/examples/example_7.tex @@ -22,9 +22,9 @@ The first program, which prints ``Hello World!''.}]{\gitFile} % \gitExec{https://github.com/thomasWeise/programmingWithPythonCode}{% -01_variables}{python3 pi_liu_hui.py}% +03_conditionals}{python3 if_elif_example.py}% \lstinputlisting[label={lst:out3},caption={% -The second program, which uses LIU Hui's method to approximate~$\pi$.}]{% +The second program with if end else-if.}]{% \gitFile} % \end{document}% diff --git a/requirements.txt b/requirements.txt index 260cba2..c54ff4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ # You can find it at https://thomasweise.github.io/latexgit_py, # https://github.com/thomasWeise/latexgit_py, or at # https://pypi.org/project/latexgit. -latexgit == 0.8.17 +latexgit == 0.8.18