diff options
-rw-r--r-- | tech-math/ws1.tex | 11 | ||||
-rw-r--r-- | ws-form.tex | 11 |
2 files changed, 12 insertions, 10 deletions
diff --git a/tech-math/ws1.tex b/tech-math/ws1.tex index 79624c8..afb8374 100644 --- a/tech-math/ws1.tex +++ b/tech-math/ws1.tex @@ -1,13 +1,4 @@ -\input color %allows colored answers -\def\underline#1{\vbox{\hbox{#1}\vskip 1pt\hrule\vskip-1pt}} -\long\def\question#1#2{%question and answer -\par #1 -\bigskip - -{\color{red}% -#2 -}\vfil -} +\input ws-form.tex {\bf \noindent\line{Math 3012-QHS \hfil Name: \rm \underline{Holden Rohrer}} Fall 2019\par\noindent diff --git a/ws-form.tex b/ws-form.tex new file mode 100644 index 0000000..d446912 --- /dev/null +++ b/ws-form.tex @@ -0,0 +1,11 @@ +\input color %allows colored answers +\def\underline#1{\vbox{\hbox{#1}\vskip 1pt\hrule\vskip-1pt}} +\long\def\question#1#2{%question and answer +\par #1 +\bigskip + +{\color{red}% +#2 +}\vfil +} + |