blob: e7fbd96ef583e54358b5be1e7feb3e6295833bb7 (
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
LaTeX Package: Student Handouts 2017/03/15 v1.0
--------------------------------------------------
Management and styling of student handout projects
Copyright (C) 2017, James Fennell <jamespfennell@gmail.com>
Abstract:
The Student Handouts package, studenthandouts, is used to generate a single master
document that contains a set of individual student handouts.
The package has two main functions.
First, it provides a simple framework for organizing handout source code, and
supplies a set of import management tools for selectively importing a subset of the
handouts into the master document. Selective import is convenient when compilation
of all of the handouts is unnecessary, for example when working on a new handout.
As a secondary feature, the package defines a basic visual style for handouts. This
style can be easily changed.
Files:
* README
* studenthandouts.sty
* studenthandouts-doc.pdf
* studenthandouts-doc.tex
* samplecode/worksheets.tex - master file of the sample student handouts project
* samplecode/worksheets/handout-n-m.tex - individual handouts files in the sample project
Installation:
The .sty file itself is provided with the package and should be placed
in the appropriate directory in your Latex installation for use globally.
To use the package in just one project, save the .sty file in the same directory
as the handouts master document.
License:
This work may be distributed and/or modified under the conditions
of the LaTeX Project Public License, either version 1.3c 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.3c or later is part of all distributions of LaTeX
version 2005/12/01 or later.
|