Skip to content

texlive broken fira font in lualatex (with fontsetup) #278718

@benneti

Description

@benneti

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:

  1. install nixos
  2. create a file test.tex with content
\documentclass[]{article}
\usepackage[fira]{fontsetup}
\usepackage{lipsum}

\begin{document}
\lipsum
\end{document}
  1. in the same directory as the file run nix-shell -p texliveFull --run 'lualatex test.tex'

Expected behavior

Have the correct (working) font.

Screenshots

image

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

@veprbl

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    0.kind: bugSomething is broken6.topic: TeXIssues regarding texlive and TeX in general
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions