summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/eqexam/eqalone.def
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/eqexam/eqalone.def')
-rw-r--r--Master/texmf-dist/tex/latex/eqexam/eqalone.def40
1 files changed, 40 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/eqexam/eqalone.def b/Master/texmf-dist/tex/latex/eqexam/eqalone.def
new file mode 100644
index 00000000000..901c87346d1
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/eqexam/eqalone.def
@@ -0,0 +1,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'.