-
Notifications
You must be signed in to change notification settings - Fork 180
Open
Description
I have a simple tex file
\documentclass{article}
\usepackage{hyperref,biblatex}
\begin{document}
We have something.
\end{document}
I try to compile this file with Tectonic on Windows 11 and get a compatibility error. Below is the output from cmd
. Could you have a check on this issue?
Microsoft Windows [Version 10.0.26100.3476]
(c) Microsoft Corporation. All rights reserved.
C:\Users\Akira>dir /s /b /o:gn C:\Tectonic
C:\Tectonic\tectonic.exe
C:\Tectonic\test.tex
C:\Users\Akira>C:\Tectonic\tectonic -X compile --keep-intermediates "C:\Tectonic\test.tex"
note: "version 2" Tectonic command-line interface activated
Running TeX ...
Fontconfig error: Cannot load default config file: No such file: (null)
Running external tool biber ...
error: the external tool exited with an error code; its stdout was:
===============================================================================
INFO - This is Biber 2.20
INFO - Logfile is 'test.blg'
INFO - Reading 'test.bcf'
ERROR - Error: Found biblatex control file version 3.8, expected version 3.11.
This means that your biber (2.20) and biblatex (3.17) versions are incompatible.
See compat matrix in biblatex or biber PDF documentation.
INFO - ERRORS: 1
===============================================================================
error: its stderr was:
===============================================================================
===============================================================================
error: the external tool exited with error code 2
JayanAXHF
Metadata
Metadata
Assignees
Labels
No labels