%% %% 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'.