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

Issue with BibLatex on ST3 #1549

Open
p9romain opened this issue Dec 7, 2021 · 2 comments
Open

Issue with BibLatex on ST3 #1549

p9romain opened this issue Dec 7, 2021 · 2 comments

Comments

@p9romain
Copy link

p9romain commented Dec 7, 2021

Hi,
I had this comon error and I don't understand a thing to all the solutions to resolve it : when I make a .bib file and I use \printbibliography, the bibliography doesn't appear.
I've tested many things to solve this, like change the builder mode to basic, force to compile with pdfLatex, biber, then twice pdfLatex but nothing work.

What can I do ?

@ig0774
Copy link
Contributor

ig0774 commented Dec 7, 2021

Do you have any \cite commands in your document? \printbibliography only prints sources that are cited in the document. IIRC something like \nocite{*} before the \printbibliography command will load all the citations in your bib file.

@p9romain
Copy link
Author

p9romain commented Dec 7, 2021

Do you have any \cite commands in your document? \printbibliography only prints sources that are cited in the document. IIRC something like \nocite{*} before the \printbibliography command will load all the citations in your bib file.

I have my .bib file with 9 entries and, for test, I did this for the nine entries :

% nine times this as a test
Testestestestestestestestest \cite{ytb:cnrs_dalibard} Testestestestestestestestest\\

\newpage

% each keyword contains at least one entry
\printbibliography[keyword={metier},title={aTitle1}]
\printbibliography[keyword={cnrs},title={aTitle2}]
\printbibliography[keyword={ups},title={aTitle3}]
\printbibliography[keyword={other},title={aTitle4}]

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