Biblatex_Paket für Zitieren
Overleaf CE Probleme mit biblatex Paket: https://github.com/overleaf/overleaf/issues/1030
Folgende Befehle im Container ausführen:
tlmgr update --self
tlmgr install revtex amsmath textcase listings fncychap biblatex cancel pdfpages setspace footmisc bigfoot multirow lettrine minifp textpos subfig caption placeins epigraph pdflscape ec cm-super biber biblatex times bibtex collection-latexrecommended collection-latexextra collection-bibtexextra collection-fontsrecommended
tlmgr install collection-mathscience collection-pstricks collection-fontutils collection-fontsextra collection-binextra
tlmgr install xetex
apt-get update && apt install -y context libxml-libxslt-perl cpanminus && rm -rf /var/lib/apt/lists/*
mtxrun --generate && mktexlsr && updmap-sys && fmtutil-sys --all
cpanm install Module::Build && cpanm install PAR::Packer; rm -fr root/.cpanm; exit 0
tlmgr path add
% Nicht nötig
RUN cd /home && wget https://github.com/plk/biber/archive/refs/tags/v2.18.zip && unzip v2.18.zip && cd biber-2.18/ && perl ./Build.PL && ./Build installdeps && ldconfig && ./Build test && ./Build install
No Comments