diff options
author | Holden Rohrer <hdawg7797@yahoo.com> | 2019-09-02 11:04:25 -0400 |
---|---|---|
committer | Holden Rohrer <hdawg7797@yahoo.com> | 2019-09-02 11:04:25 -0400 |
commit | 316af5df7376789009a082a3a8a3560a4661f88f (patch) | |
tree | f5cdfdf0f928c6bc59e90124383339916c7c8ca0 | |
parent | fa4e06dc03deca1dc1dfff57b6c339774e1cdcb4 (diff) |
modularised worksheets
-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 +} + |