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

bcf file not generated #13

Open
tomchor opened this issue Dec 19, 2024 · 0 comments
Open

bcf file not generated #13

tomchor opened this issue Dec 19, 2024 · 0 comments

Comments

@tomchor
Copy link

tomchor commented Dec 19, 2024

Hi, I've been using your class lately, but I've been running into an issue that I'm hoping you can help with. I'm trying to use biblatex + biber but for some reason when I run pdflatex on the source code, no bcf file is generated. Here's a MWE:

\documentclass{resume} 
\usepackage[backend=biber]{biblatex}
\usepackage{hyperref}
\addbibresource[label=confs]{refs.bib}
           
\begin{document}
\nocite{*}
\printbibliography
\end{document}

If, however, I switch the class to article everything runs fine.

Do you by any chance know what's going on?

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

1 participant