Jackie Kaminski

Graduate Student at

SUNY Binghamton




Email: kaminski (a) math -dot- binghamton -dot- edu
Office: LN 2248
Office Hours: TBA
   



Teaching:




TeX (LaTeX) Page

My Helpful Tex Page,   includes templates, links to symbol guides, and other helpful stuff.




BU Math Grads!

Dealing With Dept. Computers (Also contains info on remotely updating your math dept website)


n particular, to print multiple copies: log into a dept conmputer, open Konquor and enter

lpr -#33 -o Collate=True file/path/File.pdf

then hit enter.
For Example
lpr -#33 -o Collate=True Desktop/Quiz6.pdf
(syntax is important!)

(Another Option, but be careful with loops!)

In particular, to print multiple copies: log into a dept conmputer, open Konquor and enter

for ((i=1;i<=33;i+=1)); do lpr file/path/File.pdf; done

then hit enter.
For Example
for ((i=1;i<=30;i+=1)); do lpr Desktop/Quiz6.pdf; done
(syntax is important!)




Personal











Problems with this website? Please let Jackie know at kaminski (a) math -dot- binghamton -dot- edu