blob: 1625f60f76f4bfc2aa10dec681b772299fd3f5c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
% This is t-librarian, a third-party file to load
% the librarian package in ConTeXt. 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.
%
%D \module
%D [ file=t-librarian,
%D version=2010.03.01,
%D title=\CONTEXT\ User Module,
%D subtitle=librarian,
%D author=Paul Isambert,
%D date=\currentdate,
%D copyright=Paul Isambert,
%D email=zappathustra@free.fr,
%D license=LaTeX Project Public License]
\writestatus{loading}{ConTeXt User Module / librarian}
\expandafter\let\csname lb@input\endcsname\normalinput
\expandafter\let\csname lb@unexpanded\endcsname\normalunexpanded
\input librarian.tex
\endinput
|