18 ноября 2013 г.

Reference sheet for natbib usage


Reference sheet for natbib usage
(Describing version 7.0b from 2002/02/27)

For a more detailed description of the natbib package, LATEX the source file natbib.dtx.

Overview

The natbib package is a reimplementation of the LATEX \cite command, to work with both author-year and numerical citations. It is compatible with the standard bibliographic style files, such as plain.bst, as well as with those for harvard, apalike, chicago, astron, authordate.

Loading

Load with \usepackage[options]{natbib}. See list of options at the end.

13 ноября 2013 г.

Установка стилевых файлов в LaTeX / Linux

1. Создать подкаталог для стилей. В Fedora он должен находиться тут: /usr/share/texmf/tex/latex
2. Копируем туда стилевые файлы.
3. Выполнить (sudo) mktexlsr
4. Готово.