diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/flashcards/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/flashcards/README | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/flashcards/README b/Master/texmf-dist/doc/latex/flashcards/README new file mode 100644 index 00000000000..1fb2719cb03 --- /dev/null +++ b/Master/texmf-dist/doc/latex/flashcards/README @@ -0,0 +1,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. + + + |