blob: a3d2953c8ce5e678a5fd894895207bfa9944ac7f (
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
|
% This is t-lecturer.tex, a third-party file to load
% the Lecturer package in ConTeXt. Useful information
% can be found in lecturer-doc.pdf
%
% Author: Paul Isambert.
% E-mail: zappathustra AT free DOT fr
% Comments and suggestions are welcome.
% Date: July 2010.
%
%D \module
%D [ file=t-lecturer,
%D version=2010.07.10,
%D title=\CONTEXT\ User Module,
%D subtitle=Lecturer,
%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 / lecturer}
\chardef\formatnumber=3
\input lecturer.tex
\endinput
|