S&Jv8,p27.01: Add missing period to the question
[course.git] / pdf / lec / README
1 Facilitate posting of scanned lecture notes.  Usage example:
2
3 Scan Lecture 1 notes page-by-page into the lec1 subdirectory
4   $ ls lec1
5   Makefile scan1.png scan2.png ...
6
7 If your scans are JPEGs instead of PNGs, you will need to make
8 approptiate changes to lec1/Makefile.
9   $ sed -i 's/[.]png/.jpg/' lec1/Makefile
10
11 Check that a reasonable PDF is generated
12   $ cd lec1
13   $ make && xpdf out.pdf
14
15 Add lec1 to the to-be-posted list by adding a `1' to `LEC_NUMS' in
16 ./Makefile, so that line looks like
17   LEC_NUMS = 1
18
19 Future course-wide makes should publish the Lecture 1 PDF and source
20 to the appropriate locations in the course website.
21
22 To add Lecture 2 notes, simply create a lec2 subdirectory, copy over
23 the lec1 Makefile, and repeat the above procedure using `2's instead
24 of `1's.
25