Skip to content

Commit 884a2be

Browse files
committed
update latex
1 parent 90aa080 commit 884a2be

File tree

5 files changed

+64
-60
lines changed

5 files changed

+64
-60
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.PHONY: all
2-
LATEST_TAG = 4.3.3
2+
LATEST_TAG = 4.4.2
33

44
all: update update_yml compose push_docker
55

images.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"updateLatex": "update",
3939
"tinytex": "install",
4040
"quarto": "install",
41-
"quartoVer": "1.4.550",
41+
"quartoVer": "1.6.40",
4242
"imageVer": "4.3.2"
4343
},
4444
{

images/radian-verse_4.3.2/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ RUN R -e "tinytex::tlmgr_install( \
9090
'threeparttable', \
9191
'threeparttablex', \
9292
'titling', \
93+
'titlesec', \
9394
'trimspaces', \
9495
'ulem', \
9596
'uniquecounter', \
@@ -103,7 +104,7 @@ RUN R -e "tinytex::tlmgr_install( \
103104
USER root
104105

105106

106-
ENV QUARTO_VERSION=1.4.550
107+
ENV QUARTO_VERSION=1.6.40
107108

108109
RUN wget -N --no-check-certificate -q -O install_quarto.sh \
109110
"https://raw.githubusercontent.com/rocker-org/rocker-versioned2/master/scripts/install_quarto.sh" \

poetry.lock

+59-57
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/Dockerfile.jinja

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ RUN R -e "tinytex::tlmgr_install( \
111111
'threeparttable', \
112112
'threeparttablex', \
113113
'titling', \
114+
'titlesec', \
114115
'trimspaces', \
115116
'ulem', \
116117
'uniquecounter', \

0 commit comments

Comments
 (0)