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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
FlashCards
A LaTeX Class for Typesetting Flash Cards.
v1.0.0
16 March 2000
Alexander M. Budge <ambudge@mit.edu>
----------------------------------------------------------------------
DESCRIPTION
The FlashCards class provides for the typesetting of flash cards in
LaTeX2e. By flash card, I mean a two sided card which has a prompt or
a question on one side and the response or the answer on the flip
(back) side. Flash cards come in many sizes depending on the nature
of the information they contain. In particular, I like using both
3x5'' (index cards) and 2x3.5'' (business cards) which are available
in perforated sheets suitable for printing or copying onto.
----------------------------------------------------------------------
CONTENTS OF DISTRIBUTION
The package files:
README This file
COPYING The GNU Public License
flashcards.dtx Documentation and source code
flahcards.ins Installation driver
These files generate:
flashcards.cls FlashCards class source code
avery5371.cfg Avery business cards configuration
avery5388.cfg Avery index cards configuration
samplecards.tex Sample document
----------------------------------------------------------------------
INSTALLATION
To generate the documentation, run LaTeX on the file "flashcards.dtx".
To generate the class file, sample document and configuration files,
run LaTeX on the file "flashcards.ins". Place the class file (ending
with '.cls') and the configuration files (ending with '.cfg') in your
LaTeX path.
----------------------------------------------------------------------
DISTRIBUTION CONDITIONS
FlashCards LaTeX2e Class for Typesetting Double Sided Cards
Copyright (C) 2000 Alexander M. Budge <ambudge@mit.edu>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program (the file COPYING); if not, write to the Free
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|