BibTeX, biblatex and biberSerious problems with bibtex

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
adam1234
Posts: 3
Joined: Thu Jul 30, 2009 8:57 pm

Serious problems with bibtex

Post by adam1234 »

Hello all -

I recently switched from TeXnicCenter to TeXShop (same time as PC to Mac switch), and I have 2 related questions:

1. The package citesort will not download. If I try to use it, it gives an error. All other packages download automatically - why not citesort?

2. Is there any way to avoid the necessity compiling 4 times? As it is, I have to compile once with LaTeX, once with BibTeX, and twice more with LaTeX to get everything to appear. This is quite ridiculous - I only had to compile twice when using TeXniCCenter.

Any suggestions would be greatly appreciated!

Adam
Last edited by adam1234 on Wed Aug 05, 2009 8:28 pm, edited 1 time in total.

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Serious problems with bibtex

Post by localghost »

adam1234 wrote:1. The package citesort will not download. If I try to use it, it gives an error. All other packages download automatically - why not citesort?
This package is not available on CTAN hence it is very likely that it is not part of your LaTeX distribution. You have to add it manually to the TeX Directory Structure (TDS)
adam1234 wrote: 2. Is there any way to avoid the necessity compiling 4 times? As it is, I have to compile once with LaTeX, once with BibTeX, and twice more with LaTeX to get everything to appear. This is quite ridiculous - I only had to compile twice when using TeXniCCenter.
I'm afraid that it's not. TeXnicCenter (TXC) automatically uses BibTeX after every run according to the setup of its build profiles. This made you think that the compilation process is shorter. But you still had to compile twice more to get everything right.


Best regards
Thorsten
Post Reply