File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -4,37 +4,37 @@ RUN apk add --no-cache ttf-hack
4
4
5
5
# Install additional LaTeX packages
6
6
RUN tlmgr update --self && tlmgr install \
7
- algorithmicx \
8
- algorithms \
9
- collection-context \
10
- draftwatermark \
11
- environ \
12
- fontsetup \
13
- hyperxmp \
14
- latexmk \
15
- lineno \
16
- marginnote \
17
- newcomputermodern \
18
- orcidlink \
19
- preprint \
20
- seqsplit \
21
- tcolorbox \
22
- titlesec \
23
- trimspaces \
24
- xkeyval \
25
- xstring
7
+ algorithmicx \
8
+ algorithms \
9
+ collection-context \
10
+ draftwatermark \
11
+ environ \
12
+ fontsetup \
13
+ hyperxmp \
14
+ latexmk \
15
+ lineno \
16
+ marginnote \
17
+ newcomputermodern \
18
+ orcidlink \
19
+ preprint \
20
+ seqsplit \
21
+ tcolorbox \
22
+ titlesec \
23
+ trimspaces \
24
+ xkeyval \
25
+ xstring
26
26
27
27
28
28
ENV OSFONTDIR=/usr/share/fonts
29
29
30
30
COPY ./fonts/libre-franklin $OSFONTDIR/libre-franklin
31
31
32
32
RUN TERM=dumb luaotfload-tool --update \
33
- && chmod -R o+w /opt/texlive/texdir/texmf-var \
34
- && apk add --no-cache ttf-opensans \
35
- && fc-cache -sfv $OSFONTDIR/libre-franklin \
36
- && mtxrun --generate \
37
- && mtxrun --script font --reload
33
+ && chmod -R o+w /opt/texlive/texdir/texmf-var \
34
+ && apk add --no-cache ttf-opensans \
35
+ && fc-cache -sfv $OSFONTDIR/libre-franklin \
36
+ && mtxrun --generate \
37
+ && mtxrun --script font --reload
38
38
39
39
# Copy templates, images, and other resources
40
40
ARG openjournals_path=/usr/local/share/openjournals
You can’t perform that action at this time.
0 commit comments