blob: 901c87346d1345ee33a9131c6247b44210fc0f05 (
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
33
34
35
36
37
38
39
40
|
%%
%% This is file `eqalone.def',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% eqexam.dtx (with options: `copyright,standalone')
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% eqExam.sty package, 2005-02-05 %%
%% Copyright (C) 2005 D. P. Story %%
%% dpstory@uakron.edu %%
%% %%
%% This program can redistributed and/or modified under %%
%% the terms of the LaTeX Project Public License %%
%% Distributed from CTAN archives in directory %%
%% macros/latex/base/lppl.txt; either version 1 of the %%
%% License, or (at your option) any later version. %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\@ifundefined{eq@tmpbox}{\newsavebox{\eq@tmpbox}}{}% defined in eforms
\@ifundefined{eq@tmpdima}{\newdimen\eq@tmpdima}{} % defined in eforms
\def\RadioFieldSize{11bp}
\newdimen\eqcenterWidget
\def\centerWidget
#1{%
\eqcenterWidget=#1
\eqcenterWidget=.5\eqcenterWidget
\advance\eqcenterWidget by -4bp
}
\AtEndDocument{\include@solutions}
\def\Bbox#1#2{\vbox{\hrule width #1
\hbox to#1{\vrule height#2\hfill\vrule height#2}\vfill\hrule}}
\def\Rect#1{\textcolor{\@linkcolor}{#1}}
\def\ReturnTo#1#2{\eq@fititin{#2}}
\newcommand{\proofingsymbol}[1]{%
\def\@proofingsymbol{\textcolor{\@proofingsymbolColor}{#1}}}
\proofingsymbol{$\bullet$}
\endinput
%%
%% End of file `eqalone.def'.
|