Commit 8557d28 1 parent 5ccc1ae commit 8557d28 Copy full SHA for 8557d28
File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
FROM pandoc/latex:latest
2
2
3
3
# Currently pandoc uses TexLive 2022, need to point there
4
- RUN tlmgr option repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2022 /tlnet-final \
4
+ RUN tlmgr option repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2024 /tlnet-final \
5
5
&& tlmgr install \
6
6
standalone \
7
7
dvisvgm
Original file line number Diff line number Diff line change @@ -77,6 +77,15 @@ Installation and usage
77
77
78
78
See the [ manual] [ ImagifyManual ] .
79
79
80
+ CI Tests
81
+ --------
82
+
83
+ CI tests run on the
84
+ [ pandoc/latex] [ https://hub.docker.com/r/pandoc/latex ] Docker image.
85
+ The [ Dockerfile] ( .tools/Dockerfile ) installs two LaTeX packages not
86
+ included in that image and needs to point out the the same version
87
+ of TeXLive.
88
+
80
89
Issues and contributing
81
90
------------------------------------------------------------------
82
91
You can’t perform that action at this time.
0 commit comments