diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-16 22:21:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-16 22:21:34 +0000 |
commit | 4c9243ad0db2bdfec525be1892bc99408683597c (patch) | |
tree | b11838764bf08603b98b25162661754d2b68dd57 /Master/texmf-dist/doc/latex/exframe/README.txt | |
parent | f8c4f57df57c19c548d40d4a5a907b7577d72bac (diff) |
exframe (16jan19)
git-svn-id: svn://tug.org/texlive/trunk@49727 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/exframe/README.txt')
-rw-r--r-- | Master/texmf-dist/doc/latex/exframe/README.txt | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/exframe/README.txt b/Master/texmf-dist/doc/latex/exframe/README.txt new file mode 100644 index 00000000000..3db12e1f300 --- /dev/null +++ b/Master/texmf-dist/doc/latex/exframe/README.txt @@ -0,0 +1,38 @@ +exframe v3.0 +Copyright 2011-2019 Niklas Beisert + +exframe is a LaTeX2e package which provides a general purpose +framework to describe and typeset exercises and exam questions +along with their solutions. The package features mechanisms to +hide or postpone solutions, to assign and handle points, to +collect problems on exercise sheets, to store and use metadata +and to implement a consistent numbering. It also provides a +very flexible interface for configuring and customising the +formatting, layout and representation of the exercise content. + +The package consists of the files + + README.txt readme file + exframe.ins installation file + exframe.dtx source file + exframe.sty package file + exfsmp1.tex sample latex file + exframe.pdf manual + +The distribution consists of the files +README.txt, exframe.ins and exframe.dtx. + +Run "(pdf)latex exframe.dtx" to compile the manual exframe.pdf. + +Run "latex exframe.ins" to create the package exframe.sty +and the sample exfsmp1.tex. +Copy the file exframe.sty to an appropriate directory of your LaTeX +distribution, e.g. texmf-root/tex/latex/exframe. + +This work may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either version 1.3 +of this license or (at your option) any later version. +The latest version of this license is in + http://www.latex-project.org/lppl.txt +and version 1.3 or later is part of all distributions of LaTeX +version 2005/12/01 or later. |