Skip to content

Commit

Permalink
base-r: legg på pdflatex (#126)
Browse files Browse the repository at this point in the history
LaTeX var ikke en del av texlive scheme minimal. Må bruke scheme basic
  • Loading branch information
arnfinn authored Jan 17, 2025
1 parent d952d89 commit c24d4d4
Showing 1 changed file with 43 additions and 2 deletions.
45 changes: 43 additions & 2 deletions base-r/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,59 @@ RUN install2.r --error --skipinstalled --ncpus -1 \
&& "$(tar -tf install-tl-unx.tar.gz | head -1)"install-tl -no-doc-install \
-no-src-install \
-no-interaction \
-scheme scheme-minimal \
-scheme scheme-basic \
-texdir /usr/local/texlive \
&& rm -rf install-tl-*

ENV PATH=/usr/local/texlive/bin/x86_64-linux/:${PATH}

RUN tlmgr install \
babel-norsk \
bigintcalc \
bitset \
booktabs \
caption \
datetime \
epstopdf-pkg \
eso-pic \
etexcmds \
etoolbox \
fancyhdr \
float \
fmtcount \
fontaxes \
framed \
geometry \
gettitlestring \
grfext \
hycolor \
hyperref \
hyphen-norwegian
hyphen-norwegian \
intcalc \
kvdefinekeys \
kvsetkeys \
lastpage \
latex-amsmath-dev \
lato \
letltxmacro \
ltxcmds \
marginnote \
microtype \
oberdiek \
pdfescape \
pdflscape \
pdfpages \
ragged2e \
refcount \
rerunfilecheck \
sectsty \
stringenc \
subfig \
textpos \
titlesec \
ucs \
uniquecounter \
xcolor \
zapfding

CMD ["R"]

0 comments on commit c24d4d4

Please sign in to comment.