blob: f36c42518b74af888e2d572d340b63c5d80a13f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
% This is librarian.sty, a style file to load
% the librarian package in LaTeX. Useful information
% can be found in librarian-doc.pdf
%
% Author: Paul Isambert.
% E-mail: zappathustra AT free DOT fr
% Comments and suggestions are welcome.
% Date: April 2010.
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{librarian}[2010/03/01 v.1.0 Bibliographies all in TeX.]
\makeatletter
\let\lb@input\@@input
\makeatother
\input librarian.tex
\endinput
|