File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
- # Two primary targets are defined by this Makefile:
1
+ # Three primary targets are defined by this Makefile:
2
2
#
3
3
# 1. test-minimal: test a minimal base image
4
4
# 2. test-latex: test a latex image
5
+ # 3. test-extra: test an extra image
5
6
#
6
7
# The IMAGE variable is required to be defined in order to `docker run` the
7
8
# various tests. The parent Makefile test targets define this, or alternatively
@@ -187,14 +188,21 @@ EXTRA_CMD = docker run --rm \
187
188
--fail-if-warnings
188
189
189
190
.PHONY : test-extra
190
- test-extra : output/eisvogel.pdf output/beamertheme-metropolis.pdf
191
+ test-extra : output/eisvogel.pdf output/eisvogel_with_environment.pdf output/ beamertheme-metropolis.pdf
191
192
192
193
output/eisvogel.pdf : eisvogel.md
193
194
$(EXTRA_CMD ) $< \
194
195
--output=$@ \
195
196
--template=eisvogel \
196
197
--pdf-engine=xelatex
197
198
199
+ output/eisvogel_with_environment.pdf : eisvogel.md
200
+ $(EXTRA_CMD ) $< \
201
+ --output=$@ \
202
+ --template=eisvogel \
203
+ --pdf-engine=xelatex \
204
+ --filter=pandoc-latex-environment
205
+
198
206
output/beamertheme-metropolis.pdf : beamertheme-metropolis.md
199
207
$(EXTRA_CMD ) $< \
200
208
--output=$@ \
You can’t perform that action at this time.
0 commit comments