Skip to content

Commit 3cca516

Browse files
committed
now using newest latexgit version
1 parent 88d19ce commit 3cca516

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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
1010

1111
# minify_html is needed to minify html output.
1212
minify_html == 0.15.0

text/main/basics/gettingStarted/firstProgram/firstProgram.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
The following options may not make any sense for you, which is totally OK for now.
123123
Please make sure to select \menu{Interpreter Type: > Custom Environment} as well as \menu{Environment: > Select existing} and \menu{Type: > Python}.
124124
Under \menu{Python Path:}, you would choose the \python\ interpreter you have installed on your system (see \cref{sec:installingPython}).
125-
On my system that was \inQuotes{\python~3.10.12} at the time of this writing.\footnote{
125+
On my system that was \inQuotes{\python~3.10.12} at the time of this writing.\footnote{%
126126
Now I am using~\python~\pythonVersion, but this is not important.}
127127
We finally click \menu{Create}.
128128
We now have created our first and empty \pycharm\ \python\ project -- as illustrated in \cref{fig:firstProgram03pycharmProjectCreated}.

0 commit comments

Comments
 (0)