summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/iso/askincv1.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:57:11 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:57:11 +0000
commit235470c52ce4a3651b5be4bcffac6a600b0b7eab (patch)
tree3ceed2ea7fb470903ac5916513fd304987f2f688 /Master/texmf-dist/tex/latex/iso/askincv1.sty
parentc7262f47089a6c9826f54af23a9bc7d921942e8f (diff)
iso
git-svn-id: svn://tug.org/texlive/trunk@998 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/iso/askincv1.sty')
-rw-r--r--Master/texmf-dist/tex/latex/iso/askincv1.sty32
1 files changed, 32 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/iso/askincv1.sty b/Master/texmf-dist/tex/latex/iso/askincv1.sty
new file mode 100644
index 00000000000..d183fda6c7d
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/iso/askincv1.sty
@@ -0,0 +1,32 @@
+%%
+%% This is file `askincv1.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% isoe.dtx (with options: `inc')
+%%
+%% This work has been partially funded by the US government and is
+%% not subject to copyright.
+%%
+%% This program is provided under the terms of the
+%% LaTeX Project Public License distributed from CTAN
+%% archives in directory macros/latex/base/lppl.txt.
+%%
+%% Author: Peter Wilson (CUA and NIST)
+%% now at: peter.r.wilson@boeing.com
+%%
+\ProvidesPackage{askincv1}[1995/05/31 Interactive include package]
+\newcounter{temp}
+\def\readinclude#1\endread{\gdef\myincludeonly{\includeonly{#1}}}
+\long\def\stripspace#1 \nextspace{#1}
+\typeout{Which files do you want processing ?}
+\message{enter names (separated by commas) or <RET> for all.}
+\message{}\global\read-1 to\incfiles
+\if\incfiles\par\let\infile\input
+\else\let\infile\include
+\edef\incfiles{\expandafter\stripspace\incfiles\nextspace}
+\expandafter\readinclude\incfiles\endread\myincludeonly\fi
+\endinput
+%%
+%% End of file `askincv1.sty'.