You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pythontex/pythontex.dtx
+5-5
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@
26
26
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
27
27
%<package>\ProvidesPackage{pythontex}
28
28
%<*package>
29
-
[2021/06/06 v0.18dev execute and typeset Python code and other languages]
29
+
[2021/06/06 v0.18 execute and typeset Python code and other languages]
30
30
%</package>
31
31
%
32
32
%<*driver>
@@ -168,13 +168,13 @@
168
168
%
169
169
%
170
170
%
171
-
% \begin{changelog}{v0.18}{2021/??/??}
171
+
% \begin{changelog}{v0.18}{2021/06/06}
172
172
% \begin{itemize}
173
173
% \item \texttt{\string\inputpygments} now checks inputted files for modification, so that typeset code will correctly update when the source is changed (\#162).
174
174
% \item Julia now uses project flag ``\texttt{-{}-project=@.}'' (\#157, \#158).
175
175
% \item Fixed bug in processing Pygments options (\texttt{pygopt}) when a key is used without a value (\#181).
176
-
% \item Some error handling for Windows was incompatible with other operating systems: replaced checks for WindowsError with checks for OSError (\#177).
177
-
% \item Rust support is now compatible with document or working directory paths that contain spaces (\#167).
176
+
% \item Some error handling for Windows was incompatible with other operating systems: replaced checks for \texttt{WindowsError} with checks for \texttt{OSError} (\#177).
177
+
% \item Rust support is now compatible with document and working directory paths that contain spaces (\#167).
178
178
% \end{itemize}
179
179
% \end{changelog}
180
180
%
@@ -1898,7 +1898,7 @@
1898
1898
% We store the name of the package in a macro for later use in warnings and error messages.
0 commit comments