While writing your document, you will probably find that there are some areas where basic LaTeX cannot solve your problem. If you want to include graphics, colored text or source code from a file into your document, you need to enhance the capabilities of LaTeX. Such enhancements are called packages. Packages are activated with the \usepackage[ options]{ package} command, where package is the name of the package and options is a list of keywords that trigger special features in the package. Almost all packages are provided separately from the CTAN.org repository, but your installation probably has all of those below.
Commonly Used Packages
|
Name
|
Description |
|
babel
|
Write in multiple languages in one document, correct hyphenation for each language, translations for document elements, and commands for easy type input are provided. |
|
multicol
|
Easily make just a section of text multiple columns. |
|
amslatex
|
The American Mathematical Society's official math package |
|
textcomp
|
Enables special symbols like degree, the euro, and others |
|
longtable
|
Multi-page tables. |
|
graphicx
|
Enables the insertion and modification of images. |
