summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/iso/askincv1.sty
blob: d183fda6c7d228e378f821884bff6192e7f585c1 (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
%%
%% 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'.