LaTeX/Creating Citations and Bibliographies

From Wikibooks, open books for an open world
Jump to navigation Jump to search

LaTeX

Getting Started
  1. Introduction
  2. Installation
  3. Installing Extra Packages
  4. Basics
  5. How to get help

Common Elements

  1. Document Structure
  2. Text Formatting
  3. Paragraph Formatting
  4. Colors
  5. Fonts
  6. List Structures
  7. Special Characters
  8. Internationalization
  9. Rotations
  10. Tables
  11. Title creation
  12. Page Layout
  13. Customizing Page Headers and Footers‎
  14. Importing Graphics
  15. Floats, Figures and Captions
  16. Footnotes and Margin Notes
  17. Hyperlinks
  18. Labels and Cross-referencing
  19. Initials

Mechanics

  1. Errors and Warnings
  2. Lengths
  3. Counters
  4. Boxes
  5. Rules and Struts

Technical Text

  1. Mathematics
  2. Advanced Mathematics
  3. Theorems
  4. Chemical Graphics
  5. Algorithms
  6. Source Code Listings
  7. Linguistics

Special Pages

  1. Indexing
  2. Glossary
  3. Bibliography Management
  4. More Bibliographies

Special Documents

  1. Scientific Reports (Bachelor Report, Master Thesis, Dissertation)
  2. Letters
  3. Presentations
  4. Teacher's Corner
  5. Curriculum Vitae
  6. Academic Journals (MLA, APA, etc.)

Creating Graphics

  1. Introducing Procedural Graphics
  2. MetaPost
  3. Picture
  4. PGF/TikZ
  5. PSTricks
  6. Xy-pic
  7. Creating 3D graphics

Programming

  1. Macros
  2. Plain TeX
  3. Creating Packages
  4. Creating Package Documentation
  5. Themes

Miscellaneous

  1. Modular Documents
  2. Collaborative Writing of LaTeX Documents
  3. Export To Other Formats

Help and Recommendations

  1. FAQ
  2. Tips and Tricks

Appendices

  1. Authors
  2. Links
  3. Package Reference
  4. Sample LaTeX documents
  5. Index
  6. Command Glossary

edit this boxedit the TOC


For any academic or research report, incorporating references into a document is an important task. Fortunately, LaTeX has a variety of features that make dealing with references much simpler. Before starting you should decide which procedure to use, because a change of mind later will result in a lot of work.

In general, you have two possible routes available in order to have a nice looking bibliography and citations in your document.

Manually
If you want to have full and absolute control over the layout, you have to do your bibliography by hand. Of course, this usually means you have a maximum of work in writing and checking as well.
Automatic generation using a database
Store the bibliographic data and let LaTeX and its helper programs generate a bibliography using a database

If you want LaTeX to help you with the preparation of the references, you still have one decision to make: Which tool to use?

BibTeX
BibTeX has been around for 30 years. It is an extra program that sorts the entries that have been cited in the document and formats them using a special bibliographystyle definition file. Many LaTeX packages are available that enhance the limited features. Changing the appearance of the bibliography can be tricky.
Biblatex with biber
Biblatex is a LaTeX package that formats your bibliography. The style is defined using LaTeX macros. biber is replacing BibTeX, meaning it is the extra program that sorts your entries. biblatex can generate multiple bibliographies, multilingual bibliographies, different lists for books or online entries etc. No extra package is needed. The combo also supports unicode.


If you are submitting to a journal, ask them for advice. Many journals provide the style definition files for the older BibTeX workflow. If they don't use the modern approach, they won't be pleased to see biblatex.

If you are writing a thesis, ask your advisor for tips. If she has a style definition file ready, use it. If not, but you have some clear requirements for the appearance of the bibliography, better start of with the modern biblatex.

No matter which way you are going, a little warning: Managing a bibliography can be very time-consuming.


What different referencing styles are available?[edit | edit source]

Very broadly speaking, only two different reference styles are used in science and technology and available with LaTeX:

  • Numerical, also called Vancouver style
  • Parenthetical referencing, also known as Harvard style (which again can be split into author date and author title referencing)

Many different specialised styles have been developed over the years, you might find one without having to do something yourself.