Changeset 106
- Timestamp:
- Dec 21, 2007, 4:00:52 PM (18 years ago)
- Author:
- neil.c.c.brown
- Message:
-
Added an initial directory plus files for slides explaining the omega test.
- Location:
- docs/trunk/omega-test-slides
- Files:
-
- 4 added
- 4 copied
- . (added)
- Kent_Comp_294_RGB.png (copied) (copied from docs/trunk/200711-tock-seminars/Kent_Comp_294_RGB.png )
- Makefile (copied) (copied from docs/trunk/200711-tock-seminars/Makefile ) (1 diff)
- beamerouterthemekenttree.sty (copied) (copied from docs/trunk/200711-tock-seminars/beamerouterthemekenttree.sty )
- crg-group-beamer.sty (copied) (copied from docs/trunk/200711-tock-seminars/crg-group-beamer.sty )
- equality-2.gnu (added)
- gnuplot-settings.inc (added)
- omega-test.tex (added)
Legend:
- Unmodified
- Added
- Removed
-
docs/trunk/omega-test-slides/Makefile
r105 r106 1 nameA = 200711-A-tock-slides 2 nameB = 200711-B-tock-slides 3 targets = \ 4 $(nameA).pdf $(nameA).handout.pdf \ 5 $(nameB).pdf $(nameB).handout.pdf 1 targets = omega-test.pdf omega-test.handout.pdf .all-pngs 6 2 7 3 all: $(targets) 8 4 5 (追記) .all-pngs: $(patsubst %.gnu,%.png,$(wildcard *.gnu)) (追記ここまで) 6 (追記) (追記ここまで) 7 (追記) (追記ここまで) 8 (追記) %.png: %.gnu gnuplot-settings.inc (追記ここまで) 9 (追記) gnuplot $< > $@ (追記ここまで) 10 (追記) (追記ここまで) 9 11 pdflatex = pdflatex -interaction=errorstopmode -halt-on-error 10 12 11 %.pdf: %.tex crg-group-beamer.sty beamerouterthemekenttree.sty (削除) (削除ここまで)13 %.pdf: %.tex crg-group-beamer.sty beamerouterthemekenttree.sty(追記) .all-pngs (追記ここまで) 12 14 $(pdflatex) $< 13 15 $(pdflatex) $<
Note:
See TracChangeset
for help on using the changeset viewer.