File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,13 @@ all releases are available on `Anaconda.org
7
7
<https://anaconda.org/conda-forge/pytask-latex> `_.
8
8
9
9
10
- 0.1.2 - 2022-xx-xx
10
+ 0.1.2 - 2022-03-26
11
11
------------------
12
12
13
13
- :pull: `32 ` implements a new interface to the compilation process which consists of
14
14
composable compilation steps. (Many thanks to :user: `axtimhaus `!:tada: )
15
15
- :pull: `36 ` fixes some issues.
16
+ - :pull: `37 ` updates the release notes.
16
17
17
18
18
19
0.1.1 - 2022-02-08
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ which accepts which accepts strings or list of strings pointing to internally
158
158
implemented compilation steps. Using strings will use the default configuration of this
159
159
compilation step. It is equivalent to the following.
160
160
161
- .. code-block ::
161
+ .. code-block :: python
162
162
163
163
from pytask_latex import compilation_steps as cs
164
164
@@ -190,7 +190,7 @@ an example for generating a ``.dvi``.
190
190
``compilation_step.latexmk(options) `` generates a compilation step which is a function
191
191
with the following signature:
192
192
193
- .. code-block ::
193
+ .. code-block :: python
194
194
195
195
from pathlib import Path
196
196
import subprocess
You can’t perform that action at this time.
0 commit comments