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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
|
%%
%% This file will generate fast loadable files and documentation
%% driver files from the doc files in this package when run through
%% LaTeX or TeX.
%%
%% Copyright 1999-2014 D. P. Story
%%
%% This file is part of the `AcroTeX eDucation Bundle'.
%% -------------------------------------------
%%
%% It may be distributed under the conditions of the LaTeX Project Public
%% License, either version 1.2 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.2 or later is part of all distributions of LaTeX
%% version 1999/12/01 or later.
%%
%% --------------- start of docstrip commands ------------------
%%
\def\filedate{2014/08/19}
\def\batchfile{acrotex.ins}
\input docstrip
\ifx\generate\undefined
\Msg{**********************************************}
\Msg{*}
\Msg{* This installation requires docstrip}
\Msg{* version 2.4 or later.}
\Msg{*}
\Msg{* An older version of docstrip has been input}
\Msg{*}
\Msg{**********************************************}
\errhelp{Move or rename old docstrip.tex and get a newer one.}
\errmessage{Old docstrip in input path}
\batchmode
\csname @@end\endcsname\end
\fi
\keepsilent
\askforoverwritefalse
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\preamble
\endpreamble
%
% Install the Web Package
%
\generate
{%
\file{web.sty}{\from{web.dtx}{copyright,package}}
\file{websec.def}{\from{web.dtx}{copyright,websectioning}}
\file{webpro.def}{\from{web.dtx}{copyright,webpro}}
}
%
% Install the Exerquiz Package
%
\generate{%
\file{exerquiz.sty}{\from{exerquiz.dtx}{copyright,package}}
\file{aebjs.def}{\from{exerquiz.dtx}{copyright,aebjs}}
% \file{eqexam.def}{\from{exerquiz.dtx}{eqexam}}
\file{aebrandom.def}{\from{exerquiz.dtx}{copyright,randomize}}
\file{aebsumrytbls.def}{\from{exerquiz.dtx}{copyright,sumrytbls}}
\file{usemcfi.def}{\from{exerquiz.dtx}{copyright,mcfi}}
\file{rbmintrvl.def}{\from{exerquiz.dtx}{copyright,rbmIntrvl}}
\file{eqcolor.def}{\from{exerquiz.dtx}{copyright,eqcolor}}
\file{template.def}{\from{exerquiz.dtx}{copyright,template}}
\file{eqfr.def}{\from{exerquiz.dtx}{copyright,eqfr}}
\file{eqde.def}{\from{exerquiz.dtx}{copyright,eqde}}
\file{eqno.def}{\from{exerquiz.dtx}{copyright,eqno}}
\file{eqnl.def}{\from{exerquiz.dtx}{copyright,eqnl}}
\file{eqes.def}{\from{exerquiz.dtx}{copyright,eqes}}
\file{eqit.def}{\from{exerquiz.dtx}{copyright,eqit}}
\file{eqru.def}{\from{exerquiz.dtx}{copyright,eqru}}
\file{eqda.def}{\from{exerquiz.dtx}{copyright,eqda}}
\file{eqpo.def}{\from{exerquiz.dtx}{copyright,eqpo}}
\file{eqfin.def}{\from{exerquiz.dtx}{copyright,eqfin}}
\file{eqcat.def}{\from{exerquiz.dtx}{copyright,eqcat}}
\file{eqcz.def}{\from{exerquiz.dtx}{copyright,eqcz}}
\file{eqbr.def}{\from{exerquiz.dtx}{copyright,eqbr}}
\file{eqtr.def}{\from{exerquiz.dtx}{copyright,eqtr}}
% \file{exerquiz.drv}{\from{exerquiz.dtx}{copyright,driver}}
}
%
% Install eForms Package
%
\generate{%
\file{eforms.sty}{\from{eforms.dtx}{copyright,package}}
\file{epdfmark.def}{\from{eforms.dtx}{copyright,epdfmark}}
\file{epdftex.def}{\from{eforms.dtx}{copyright,epdftex}}
\file{edvipdfm.def}{\from{eforms.dtx}{copyright,edvipdfm}}
\file{uieforms.def}{\from{eforms.dtx}{copyright,userinterface}}
\file{setcorder.def}{\from{eforms.dtx}{copyright,setcorder}}
\file{pdfdochex.def}{\from{eforms.dtx}{copyright,hexoctcodes}}
}
%
% Install the Insdljs Package
%
\generate
{%
\file{insdljs.sty}{\from{insdljs.dtx}{copyright,package}}
\file{dljscc.def}{\from{insdljs.dtx}{copyright,cc4js}}
\file{altadbfncs.def}{\from{insdljs.dtx}{copyright,altadbfncs}}
}
%
% Install the dljslib Package
%
\generate
{%
\file{dljslib.sty}{\from{dljslib.dtx}{copyright,package}}
}
%
% Install the taborder Package, Acrobat Distiller only
%
\generate
{%
\file{taborder.sty}{\from{taborder.dtx}{copyright,package}}
}
\Msg{***************************************************************}
\Msg{*}
\Msg{* \space To finish the installation you have to copy the files }
\Msg{*}
\Msg{* \space *.sty, *.cfg and *.def into a directory searched by TeX}
\Msg{*}
\Msg{***************************************************************}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\endinput
|