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