summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/crosswrd/test1.tex
blob: 9df2cf39cf2f6af3dad0db229291345b178feb1c (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
%%
%% This is file `test1.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% crosswrd.dtx  (with options: `exa1')
%% 
%% Copyright 1989 Brian Hamilton Kelly
%% updated for LaTeX2e by Frank Mittelbach 96/12/06
%% 
%% crossword macros for LaTeX
%% 
%% for documentation run latex crosswrd.dtx
%% 
%% 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.
%% 
%% crosswrd.dtx
%% Copyright 1989 Brian Hamilton Kelly
%% updated for LaTeX2e by Frank Mittelbach 96/12/06
%% Updated for LPPL 1.3c or later by Clea F. Rees (for Frank Mittelbach), 2008/10/06.
\documentclass{article}
\usepackage{crosswrd}
\pagestyle{empty}
\setlength\topmargin{-1in}
\setlength\textheight{10.7in}
\begin{document}
    \section*{A Sample Crossword}
    \textit{(Chamber's Twentieth Century dictionary)}
    \begin{crossword}{15}{?}
      \input{grid1}
    \end{crossword}
    \begin{crossword*}{15}{Solution to grid 0}
      \input{grid0}
    \end{crossword*}
\end{document}

\endinput
%%
%% End of file `test1.tex'.