blob: 8df5c4b6a6cd2a0210188df3c3203ebf62cec129 (
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
56
57
58
|
Copyright 1989 Brian Hamilton Kelly
updated for LaTeX2e by Frank Mittelbach 96/12/06
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.
This work has the LPPL maintenance status `unmaintained'.
This work consists of the files crosswrd.dtx, crosswrd.ins and README
and the derived files test0.tex, test1.tex, grid0.tex, grid1.tex and crosswrd.sty.
Introduction
============
This distribution contains the crosswrd package by Brian Hamilton
Kelly updated to run with LaTeX2e the standard LaTeX distribution.
I did change a bit of the coding to allow typesetting an unlimited
number of crosswords and also added two new commands
\DOWNtext and \ACROSStext
that contain the heading texts for the clues. Thus this will allow you
to use the macros in a language environment other than English.
Installation
============
to unpack run
latex crosswrd.ins
to install place crosswrd.sty into dir searched by LaTeX
to produce documentation (after unpacking) run
latex crosswrd.dtx
to produce examples (after unpacking) run
latex test0
or
latex test1
enjoy
frank
ps i do not support that package it is offered as is.
Frank Mittelbach 96/12/06
|