Math 108/Spring 2013/Handouts

From Worden
Jump to: navigation, search

Contents

Fractions

[log, pdf](handout-1.png)

[log](handout-1.1.png)

[log](handout-1.2.png)


Units

  • [Note: this document has been corrected since I handed it out in class].

[log, pdf](handout-2.png)

[log](handout-2.1.png)

[log](handout-2.2.png)

Adding waves

[log, pdf](handout-3.png)

[log](handout-3.1.png)

project 1 handout

[log, pdf](handout-4.png)

[log](handout-4.1.png)

project 2 handout

[log, pdf](handout-5.png)

Support apparatus

Here's a little WorkingWiki programming that helps make these documents work.

documents-1.mk
%.1.png : %.pdf
	convert $<[1] $@
 
%.2.png : %.pdf
	convert $<[2] $@
 
%.3.png : %.pdf
	convert $<[3] $@
 
handout-%.pdf : tufte-handout.cls tufte-common.def

tufte.mk
# download and make usable the Tufte-Handout latex style
tufte-handout.cls tufte-common.def : % : tufte-latex-3.5.0/%
	ln -s $< $@
 
tufte-latex-3.5.0/% : 
	wget https://tufte-latex.googlecode.com/files/tufte-latex-3.5.0.zip
	unzip tufte-latex-3.5.0.zip
 
DEFAULT_LATEX = pdflatex

Personal tools
Namespaces

Variants
Actions
Navigation
Projects
Toolbox