diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-03 23:40:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-03 23:40:24 +0000 |
commit | 759203ce6f83471a48a123af53f0bb82d76e65ce (patch) | |
tree | 75aa312332f3653d7e4bb79bf081d0b1830830ce /Master/texmf-dist/tex/generic/librarian/librarian.sty | |
parent | b6d3742bf9b7d7d36dc702c754be45dbdd1f8e1d (diff) |
new generic package librarian (3apr10)
git-svn-id: svn://tug.org/texlive/trunk@17675 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/librarian/librarian.sty')
-rw-r--r-- | Master/texmf-dist/tex/generic/librarian/librarian.sty | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/librarian/librarian.sty b/Master/texmf-dist/tex/generic/librarian/librarian.sty new file mode 100644 index 00000000000..f36c42518b7 --- /dev/null +++ b/Master/texmf-dist/tex/generic/librarian/librarian.sty @@ -0,0 +1,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
\ No newline at end of file |