diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/lecturer/lecturer.sty')
-rw-r--r-- | Master/texmf-dist/tex/generic/lecturer/lecturer.sty | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/lecturer/lecturer.sty b/Master/texmf-dist/tex/generic/lecturer/lecturer.sty new file mode 100644 index 00000000000..7a3328c5dd4 --- /dev/null +++ b/Master/texmf-dist/tex/generic/lecturer/lecturer.sty @@ -0,0 +1,14 @@ +% This is lecturer.sty, a style file to load +% the Lecturer package in LaTeX. 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. + +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{lecturer}[2010/27/10 v.1.0 Screen presentations with PDF.] +\chardef\formatnumber=4 +\input lecturer.tex +\endinput
\ No newline at end of file |