LaTeX - please don't mix bibliography and figures

| categories: latex | View Comments

The weird mingling of figs and bibliography which is the default setting in LaTeX could be avoided by using the package "placeins" . You could use several more barriers to make sure that all figures will not leak beyond certain position in text (for example - the end of a section).

1: \usepackage{placeins} % in the header
2: ....
3: \FloatBarrier % this forces all figures to be presented before the bibl.
4: \bibliographystyle{unsrt}
5: \bibliography{gyre_ref} % your bibtex file is probably named differently

Copyright (C) 2015 by Avi Gozolchiani. See the License for information about copying.

org-mode source

blog comments powered by Disqus