Skip to content

Commit b128335

Browse files
committed
update to Python latexgit package 0.8.18
1 parent 8b6da60 commit b128335

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/example_7.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
The first program, which prints ``Hello World!''.}]{\gitFile}
2323
%
2424
\gitExec{https://github.com/thomasWeise/programmingWithPythonCode}{%
25-
01_variables}{python3 pi_liu_hui.py}%
25+
03_conditionals}{python3 if_elif_example.py}%
2626
\lstinputlisting[label={lst:out3},caption={%
27-
The second program, which uses LIU Hui's method to approximate~$\pi$.}]{%
27+
The second program with if end else-if.}]{%
2828
\gitFile}
2929
%
3030
\end{document}%

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# You can find it at https://thomasweise.github.io/latexgit_py,
77
# https://github.com/thomasWeise/latexgit_py, or at
88
# https://pypi.org/project/latexgit.
9-
latexgit == 0.8.17
9+
latexgit == 0.8.18

0 commit comments

Comments
 (0)