We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6da60 commit b128335Copy full SHA for b128335
examples/example_7.tex
@@ -22,9 +22,9 @@
22
The first program, which prints ``Hello World!''.}]{\gitFile}
23
%
24
\gitExec{https://github.com/thomasWeise/programmingWithPythonCode}{%
25
-01_variables}{python3 pi_liu_hui.py}%
+03_conditionals}{python3 if_elif_example.py}%
26
\lstinputlisting[label={lst:out3},caption={%
27
-The second program, which uses LIU Hui's method to approximate~$\pi$.}]{%
+The second program with if end else-if.}]{%
28
\gitFile}
29
30
\end{document}%
requirements.txt
@@ -6,4 +6,4 @@
6
# You can find it at https://thomasweise.github.io/latexgit_py,
7
# https://github.com/thomasWeise/latexgit_py, or at
8
# https://pypi.org/project/latexgit.
9
-latexgit == 0.8.17
+latexgit == 0.8.18
0 commit comments