Closed dbosk closed 4 years ago
It would be better in many ways to split libbib.sty into smaller individual packages, e.g.:
libbib.sty
stdbib.sty
cryptobib.sty
Then we could still have libbib.sty which loads all smaller packages (for backwards compatibility).
Each of the smaller packages should also load their respective bibliography if biblatex is loaded, to make #4 work without issues.
biblatex
Right now we went the other direction, the bibliographies are merged into one big bibsp.bib.
bibsp.bib
It would be better in many ways to split
libbib.sty
into smaller individual packages, e.g.:stdbib.sty
cryptobib.sty
Then we could still have
libbib.sty
which loads all smaller packages (for backwards compatibility).Each of the smaller packages should also load their respective bibliography if
biblatex
is loaded, to make #4 work without issues.