Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: prefer tectonic-biber as the biber executable #1166

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 21, 2024

  1. Prefer tectonic-biber as the biber executable

    When an executable called `tectonic-biber` is found, either in the
    current working directory or in `$PATH`, prefer that as the biber
    executable over the plain old `biber`. This may help resolve possible
    version mismatch between `biber` and the bundled `biblatex` files when
    there are multiple TeX installations on a system.
    bryango committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    2a3ed8d View commit details
    Browse the repository at this point in the history
  2. Add test for tectonic-biber with cleanups

    In particular, refactor the biber tests in tests/executable to reduce
    duplicated code.
    bryango committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e45284f View commit details
    Browse the repository at this point in the history