blog:use_biblatex_for_printing_separate_bibliographies
| Next revision | Previous revision | ||
| blog:use_biblatex_for_printing_separate_bibliographies [2017-08-24 21:00] – brb | blog:use_biblatex_for_printing_separate_bibliographies [2017-08-24 21:11] (current) – brb | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Use biblatex for printing separate bibliographies ====== | ====== Use biblatex for printing separate bibliographies ====== | ||
| - | Certain institutions may ask you to separate your bibliography into papers | + | Certain institutions may ask you to separate your bibliography into papers |
| - | <file testbib.tex | + | < |
| \documentclass{article} | \documentclass{article} | ||
| \usepackage[backend=bibtex]{biblatex} | \usepackage[backend=bibtex]{biblatex} | ||
| Line 25: | Line 25: | ||
| \end{document} | \end{document} | ||
| - | </code> | + | </file> |
| - | <file database.bib bib> | + | < |
| - | </code> | + | @article{foo1999, |
| + | title={Buchtitel}, | ||
| + | author={Doe, | ||
| + | keywords={book}, | ||
| + | journal={International Journal of Nonsense}, | ||
| + | year={1999} | ||
| + | } | ||
| + | |||
| + | @online{bar1999, | ||
| + | author = {Ford, Rebecca}, | ||
| + | keywords={internet}, | ||
| + | title = {Earthquake: | ||
| + | Seconds Before Feeling Them}, | ||
| + | date = {2011-08}, | ||
| + | url = {http:// | ||
| + | } | ||
| + | </file> | ||
| + | |||
| + | For tests save the two files and compile using | ||
| + | |||
| + | latex | ||
| + | biber | ||
| + | latex | ||
| + | |||
| + | or better: | ||
| + | latexmk | ||
| For more information read the official docs: http:// | For more information read the official docs: http:// | ||
blog/use_biblatex_for_printing_separate_bibliographies.1503601249.txt.gz · Last modified: 2017-08-24 21:00 by brb
