diff options
author | Norbert Preining <preining@logic.at> | 2007-12-23 18:32:59 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-12-23 18:32:59 +0000 |
commit | 354db066600e22e09317f92bf19aa5f3f2bcf0df (patch) | |
tree | 5208059107168c90ad33e36c187277949109cc06 /Master/texmf-dist/source/latex/xskak/xskak.ins | |
parent | 01f7740d4f03bf5970c78c062a6b412b2b9e4d02 (diff) |
add xskak without doc (no src)
git-svn-id: svn://tug.org/texlive/trunk@5839 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/xskak/xskak.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/xskak/xskak.ins | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/xskak/xskak.ins b/Master/texmf-dist/source/latex/xskak/xskak.ins new file mode 100644 index 00000000000..36656047703 --- /dev/null +++ b/Master/texmf-dist/source/latex/xskak/xskak.ins @@ -0,0 +1,76 @@ +%% +%% This file will generate fast loadable files from xskak-src.dtx +%% when run through LaTeX or TeX. +%% +%% This file is part of the LaTeX2e package chessboard +%% --------------------------------------------------- +%% +%% This system is distributed in the hope that it will be useful, +%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +%% +%% Copyright 2007 Ulrike Fischer (skak@nililand.de) +%% ------------------------------------------- +% +% +%% This program can be redistributed and/or modified under the terms +%% of the LaTeX Project Public License distributed from CTAN archives +%% in the directory macros/latex/base/lppl.txt; either version 1 of +%% the License, or (at your option) any later version. + +%% +%% --------------- start of docstrip commands ------------------ +%% +\input docstrip.tex + +\keepsilent +\askforoverwritetrue + +\preamble +\endpreamble + +\ifToplevel{\ifx\generate\undefined + \Msg{**********************************************} + \Msg{*} + \Msg{* This installation requires docstrip} + \Msg{* version 2.3c or later.} + \Msg{*} + \Msg{* An older version of docstrip has been input} + \Msg{*} + \Msg{**********************************************} + \errhelp{Move or rename old docstrip.tex.} + \errmessage{Old docstrip in input path} + \batchmode + \csname @@end\endcsname + \fi + \ifx\askonceonly\undefined\else\askonceonly\fi +} + +\declarepreamble\UFpreamble + +xskak: an extension to the package skak for chess typesetting +Copyright 2007 UlrikeFischer (skak@nililand.de) +------------------------------------------- + +This file can be redistributed and/or modified under the terms of +the LaTeX Project Public License distributed from CTAN archives in +the directory macros/latex/base/lppl.txt; either version 1 of the +License, or (at your option) any later version. + +For error reports see documentation. +\endpreamble + + +%% File generation: +\usedir{tex/latex/xskak} +\generate{% + \usepreamble\UFpreamble + %% style + \file{xskak.sty}{\from{xskak-src.dtx}{main}} + \file{xskak-keys.sty}{\from{xskak-src.dtx}{keys}} + \file{xskak-nagdef.sty}{\from{xskak-src.dtx}{nag}} +} + +\endbatchfile +%% +%% end of file `scrclass.ins' |