LaTeX & BibTeX

This guide provides resources/tips for using LaTeX & BibTeX commands. While this Libguide is intended for any users, we can’t assist non-members of UTSA with any specific questions about using BibTeX and LaTex software programs or coding.

Packages In LaTex

A package is a file or collection of files containing extra LaTeX commands and programming which add new styling features or modify those already existing. 

bibliography-related packages

Handling Bibliography and Citation  by \UsePackage Command: When it comes to bibliography management packages, there are three main options in LaTex:

  1. bibtexacts as the interface between your .bib file and your LaTeX document by formatting lists of references
  2. natbib - Gives additional citation options and styles. Often used for journal submission 
  3. Biblatex is a modern program to process bibliography information, provides an easier and more flexible interface and a better language localization that the other two options.

BibLaTex Package