General ⇒ References do not appear
-
- Posts: 36
- Joined: Sun May 20, 2012 6:28 am
Re: References do not appear
any help?
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
-
- Posts: 15
- Joined: Thu May 03, 2012 4:54 pm
References do not appear
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.nounouuuuu201186 wrote:I don't know where to put apalike-fr.bst file.
any help?
Open up a shell and run the following
Code: Select all
find / -name plain.bst 2>/dev/null
-
- Posts: 36
- Joined: Sun May 20, 2012 6:28 am
Re: References do not appear
- Attachments
-
- doctest.log
- (5.51 KiB) Downloaded 342 times
-
- Posts: 15
- Joined: Thu May 03, 2012 4:54 pm
References do not appear
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?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.
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.
-
- Posts: 36
- Joined: Sun May 20, 2012 6:28 am