blob: 3db12e1f300a703ffcf72559d1fd475edc18d7fc (
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
26
27
28
29
30
31
32
33
34
35
36
37
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.
|