Fix biblatex error#25
Conversation
Androbin
commented
Apr 3, 2026
``` ! LaTeX Error: Key 'seiipackages/biblatex' accepts boolean values only. ```
|
Could you please provide more context? A MWE, the log file, the versions of packages (most important I can tell that with se2thesis 4.4.0, which is available on CTAN since 2024–04–21, and TeX Live 2026, this error does not occur, see the attached log file. |
FROM ubuntu:latest
RUN apt-get update && apt-get install -y --no-install-recommends git texlive-full && rm -rf /var/lib/apt/lists/*
RUN git clone https://github.com/se2p/se2thesis.git
WORKDIR /se2thesis/example
RUN latexmk -lualatex -shell-escape -interaction=nonstopmode se2thesis-master-thesis-example |
|
I have no idea, which versions Ubuntu bundles, but probably some outdated ones. If you want to have a TeX Live that “just works”, consider building your image upon the ones from Island of TeX. They provide TeX Live images for current and history versions, updated once a week. The code you are using will use Beware that just installing I am closing this (and #24) because it is most likely caused by outdated software. |