-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
texlive broken fira font in lualatex (with fontsetup) #278718
Copy link
Copy link
Closed
Labels
0.kind: bugSomething is brokenSomething is broken6.topic: TeXIssues regarding texlive and TeX in generalIssues regarding texlive and TeX in general
Description
Describe the bug
When I compile documents on nixos that use fira in lualatex with fontsetup the resulting documents have an unreadable font, see screenshot.
Steps To Reproduce
Steps to reproduce the behavior:
- install nixos
- create a file
test.texwith content
\documentclass[]{article}
\usepackage[fira]{fontsetup}
\usepackage{lipsum}
\begin{document}
\lipsum
\end{document}- in the same directory as the file run
nix-shell -p texliveFull --run 'lualatex test.tex'
Expected behavior
Have the correct (working) font.
Screenshots
Additional context
according to the log it uses the otf file shipped with texlive not the system wide fira font files (making it even stranger that it is broken).
Notify maintainers
Metadata
[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
- system: `"x86_64-linux"`
- host os: `Linux 6.1.69, NixOS, 23.11 (Tapir), 23.11.20240101.2d2ea8e`
- multi-user?: `yes`
- sandbox: `yes`
- version: `nix-env (Nix) 2.18.1`
- nixpkgs: `/nix/store/rzphaas2lw2d5376k9f619580hcn4niq-source`Add a 👍 reaction to issues you find important.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0.kind: bugSomething is brokenSomething is broken6.topic: TeXIssues regarding texlive and TeX in generalIssues regarding texlive and TeX in general
Fields
Give feedbackNo fields configured for issues without a type.
