diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/crosswrd/test1.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/crosswrd/test1.tex | 32 |
1 files changed, 18 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/crosswrd/test1.tex b/Master/texmf-dist/doc/latex/crosswrd/test1.tex index 9df2cf39cf2..7b3da7f7123 100644 --- a/Master/texmf-dist/doc/latex/crosswrd/test1.tex +++ b/Master/texmf-dist/doc/latex/crosswrd/test1.tex @@ -5,31 +5,33 @@ %% The original source files were: %% %% crosswrd.dtx (with options: `exa1') -%% -%% Copyright 1989 Brian Hamilton Kelly -%% updated for LaTeX2e by Frank Mittelbach 96/12/06 +%% Copyright C 1989 Brian Hamilton Kelly %% %% crossword macros for LaTeX +%% updated for LaTeX2e by Frank Mittelbach 96/12/06 +%% substantially extended by Dirk Laurie 08/01/18 %% %% 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. +%% distribution consist of %% -%% This work has the LPPL maintenance status `unmaintained'. +%% crosswrd.dtx source +%% crosswrd.ins installation script +%% 00readme %% -%% 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. +%% don't distribute this file without distributing the above +%% files as well %% %% 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. +%% +%% Upgraded with many new features by Dirk Laurie 2010/02/01 + + + + \documentclass{article} \usepackage{crosswrd} \pagestyle{empty} @@ -38,7 +40,7 @@ \begin{document} \section*{A Sample Crossword} \textit{(Chamber's Twentieth Century dictionary)} - \begin{crossword}{15}{?} + \begin{crossword}{15}{N} \input{grid1} \end{crossword} \begin{crossword*}{15}{Solution to grid 0} @@ -46,6 +48,8 @@ \end{crossword*} \end{document} + + \endinput %% %% End of file `test1.tex'. |