diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:52:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:52:02 +0000 |
commit | f8e01a46c95d1647c326dcec8aa513f1a40591ec (patch) | |
tree | ea3c16f5085b602ecdae78abc7f1ce624a4d7dce /Master/texmf-dist/source/latex/crosswrd/crosswrd.ins | |
parent | b313f9e3e15c8ccce23ad24e48d5e959c4de96fa (diff) |
trunk/Master/texmf-dist/source/latex/crosswrd
git-svn-id: svn://tug.org/texlive/trunk@206 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/crosswrd/crosswrd.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/crosswrd/crosswrd.ins | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/crosswrd/crosswrd.ins b/Master/texmf-dist/source/latex/crosswrd/crosswrd.ins new file mode 100644 index 00000000000..b5920dbb108 --- /dev/null +++ b/Master/texmf-dist/source/latex/crosswrd/crosswrd.ins @@ -0,0 +1,32 @@ + +\def\batchfile{crosswrd.ins} +\input docstrip.tex + +\preamble +Copyright C 1989 Brian Hamilton Kelly + +crossword macros for LaTeX +updated for LaTeX2e by Frank Mittelbach 96/12/06 + +for documentation run latex crosswrd.dtx + +distribution consist of + + crosswrd.dtx source + crosswrd.ins installation script + 00readme + +don't distribute this file without distributing the above +files as well + +\endpreamble + +\keepsilent + +\generate{ + \file{crosswrd.sty}{\from{crosswrd.dtx}{package}} + \file{test0.tex}{\from{crosswrd.dtx}{exa0}} + \file{test1.tex}{\from{crosswrd.dtx}{exa1}} + \file{grid0.tex}{\from{crosswrd.dtx}{grid0}} + \file{grid1.tex}{\from{crosswrd.dtx}{grid1}} +} |