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

BibLaTeX and Biber Issue - package not found but seems to be working? #1220

Open
seb-hyland opened this issue Sep 23, 2024 · 1 comment
Open

Comments

@seb-hyland
Copy link

I am exporting an Org-mode file with a bibliography to PDF through Tectonic. I have used

#+BIBLIOGRAPHY: assets/citations.bib
#+CITE_EXPORT: biblatex ieee

and included a #+PRINT_BIBLIOGRAPHY: tag within Org mode. This effectively puts

\usepackage[style=ieee]{biblatex}
\addbibresource{assets/citations.bib}
...
\printbibliography

in my .tex file.

I am not getting any compilation errors on Tectonic export; I resolved the version incompatibility error by installing v2.17 of Biber. However, in the generated .bbl file, I am getting:

\@ifundefined{[email protected]}
  {\@latex@error
    {Missing 'biblatex' package}
    {The bibliography requires the 'biblatex' package.}
    \aftergroup\endinput}
    {}

and the generated PDF is empty where the \printbibliography call is.

Did I make a mistake on installation? I thought biblatex is working since on the process output it shows

(biblatex.sty
...
(biblatex.def) (ieee.bbx
...
(biblatex.cfg)

and

Package biblatex Warning: Please (re)run Biber on the file:
(biblatex)          myfilename
(biblatex)          and rerun LaTeX afterwards
...
note: Running external tool biber ...
note: Rerunning TeX because biber was run ...

However, I am not getting a proper bibliography in my PDF. Any advice is appreciated!

@emptymalei
Copy link

emptymalei commented Oct 25, 2024

I am running into the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants