diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-24 23:56:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-24 23:56:53 +0000 |
commit | 02cf6ffdaa8b881b16ec2f4554735468ca955852 (patch) | |
tree | 6766d8cbc9acb90e85ad7df77f6a1a544c8fb6ef /Master/texmf-dist/doc/generic/lecturer/README | |
parent | 2cd5a59ec96a74228a895441724b14a6ac746a7b (diff) |
new generic package lecturer (28jul10)
git-svn-id: svn://tug.org/texlive/trunk@19884 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/lecturer/README')
-rw-r--r-- | Master/texmf-dist/doc/generic/lecturer/README | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/lecturer/README b/Master/texmf-dist/doc/generic/lecturer/README new file mode 100644 index 00000000000..338887f1269 --- /dev/null +++ b/Master/texmf-dist/doc/generic/lecturer/README @@ -0,0 +1,69 @@ +This is the README file for the lecturer package. +Author: Paul Isambert. +E-mail: zappathustra AT free DOT fr +Comments and suggestions are welcome. +Date: July 2010. + +Lecturer creates slides for onscreen presentation +with PDF features. It works with plain TeX, LaTeX, +ConTeXt MkII and unfortunately not ConTeXt MkIV +(though it seems you can still produce handouts). + +It requires pdfTeX or LuaTeX. If anybody wants to write +anything that makes it work with XeTeX, be my guest. +The problem comes from the lack of pdfTeX's primitives. + +Relevant information can be found in lecturer-doc.pdf. + +The files in this distribution are: + +<--- DOC ---> +(Each entry is both a .tex and .pdf file. See the documentation +if you want to recompile the sources.) + +Documentation: + lecturer-doc + -> The documentation. + LecturerDemo-VisualDoc + -> A non-exhaustive documentation + illustrating Lecturer's features. + +Demonstrations (see lecturer-doc for comments): + LecturerDemo-BeamerCambridgeUS + -> A Beamer imitation. + LecturerDemo-KitschScienceFiction + -> A silly video game. + [universe.jpg + -> A picture used in the previous + presentation.] + LecturerDemo-Mondrian + -> A square- and primary-colors-based + presentation. + LecturerDemo-SquareOfAs + -> A non-academic-looking presentation + of some beautiful fonts. + LecturerDemo-SimplePresentation + -> A minimalist style. + LecturerDemo-ThePoodleLectures + -> Five very simple styles. + + +<--- TEX ---> +Files to load Lecturer: + lecturer.tex + -> For plain TeX, but used + by the following two. + t-lecturer.tex + -> For ConTeXt. + lecturer.sty + -> For LaTeX. + +Core files in the LTR directory: + ltr@areas.tex + ltr@graphics.tex + ltr@job.tex + ltr@navigation.tex + ltr@slide.tex + ltr@steps.tex + +Licensing of this package is covered by LPPL.
\ No newline at end of file |