GeneralReferences do not appear

LaTeX specific issues not fitting into one of the other forums of this category.
nounouuuuu201186
Posts: 36
Joined: Sun May 20, 2012 6:28 am

Re: References do not appear

Post by nounouuuuu201186 »

I don't know where to put apalike-fr.bst file.
any help?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Bob_the_Topper
Posts: 15
Joined: Thu May 03, 2012 4:54 pm

References do not appear

Post by Bob_the_Topper »

nounouuuuu201186 wrote:I don't know where to put apalike-fr.bst file.
any help?
Like I said, it depends on your system. The best way is perhaps to look where plain.bst is and put apalike-fr.bst there too. Most likely you'll need root privilege to write to the directory.

Open up a shell and run the following

Code: Select all

find / -name plain.bst 2>/dev/null
It should output the complete path of plain.bst - for me on Ubuntu this is "/usr/share/texmf-texlive/bibtex/bst/base/plain.bst".
nounouuuuu201186
Posts: 36
Joined: Sun May 20, 2012 6:28 am

Re: References do not appear

Post by nounouuuuu201186 »

Now apalike-fr.bst is under "/usr/share/texmf-texlive/bibtex/bst/base/" but the problem of references still exists. I checked that plain.bst is under "/usr/share/texmf-texlive/bibtex/bst/base/". When I use "plain" as style, any issue is raised. The log file is attached.
Attachments
doctest.log
(5.51 KiB) Downloaded 341 times
Bob_the_Topper
Posts: 15
Joined: Thu May 03, 2012 4:54 pm

References do not appear

Post by Bob_the_Topper »

nounouuuuu201186 wrote:Now apalike-fr.bst is under "/usr/share/texmf-texlive/bibtex/bst/base/" but the problem of references still exists.I checked that plain.bst is under "/usr/share/texmf-texlive/bibtex/bst/base/". When I use "plain" as style, any issue is raised.
Sorry, but I don't know either. Perhaps TeXLive uses some kind of caching and doesn't detect the change. Anybody here who can explain/help?

As a work around you can just put apalike-fr.bst into the directory where your .tex is. That works fine for me but is kind of a hack and impractical when you use the style in multiple documents.
nounouuuuu201186
Posts: 36
Joined: Sun May 20, 2012 6:28 am

Re: References do not appear

Post by nounouuuuu201186 »

I put apalike-fr.bst into the same directory as my file.tex and references appear now.
Post Reply