diff -rc v6.1/Makefile v6.2/Makefile *** v6.1/Makefile Wed Nov 19 03:03:52 2008 --- v6.2/Makefile Wed Nov 19 21:12:25 2008 *************** *** 1,7 **** all: Pub/.copied ! VERNUM=6.1 ! PREVNUM=5 VER=v${VERNUM} PREV=v${PREVNUM} --- 1,7 ---- all: Pub/.copied ! VERNUM=6.2 ! PREVNUM=6.1 VER=v${VERNUM} PREV=v${PREVNUM} diff -rc v6.1/hilbert_pic.py v6.2/hilbert_pic.py *** v6.1/hilbert_pic.py Wed Nov 19 03:03:52 2008 --- v6.2/hilbert_pic.py Wed Nov 19 21:12:25 2008 *************** *** 6,11 **** --- 6,12 ---- from reportlab.pdfgen import canvas from reportlab.lib.pagesizes import letter, A4 from reportlab.lib.units import inch + from reportlab.lib import colors # from arrowline import arrowLine from os import system *************** *** 27,34 **** nD = 3 # Choose some colors... ! c.setStrokeColorRGB(0,0,0) # ...as long as they're black. ! c.setFillColorRGB(0,0,0) point = 1 # The pdf default c.setFont("Helvetica", 14 * point ) --- 28,35 ---- nD = 3 # Choose some colors... ! c.setStrokeColor( colors.black ) # ...as long as they're black. ! c.setFillColor( colors.black ) # Fill color is used for text. point = 1 # The pdf default c.setFont("Helvetica", 14 * point ) *************** *** 92,104 **** # The shadow is a little shorter than the black line: c.setLineWidth( shadow_width ) ! c.setStrokeColorRGB(255,255,255) c.line( x0 + dx * shadow_width, y0 + dy * shadow_width, x1 - dx * shadow_width, y1 - dy * shadow_width ) # Now the actual line: c.setLineWidth( width ) ! c.setStrokeColorRGB(0,0,0) c.line( x0, y0, x1, y1 ) c.showPage() --- 93,105 ---- # The shadow is a little shorter than the black line: c.setLineWidth( shadow_width ) ! c.setStrokeColor( colors.white ) c.line( x0 + dx * shadow_width, y0 + dy * shadow_width, x1 - dx * shadow_width, y1 - dy * shadow_width ) # Now the actual line: c.setLineWidth( width ) ! c.setStrokeColor( colors.black ) c.line( x0, y0, x1, y1 ) c.showPage() diff -rc v6.1/makeindex.php.txt v6.2/makeindex.php.txt *** v6.1/makeindex.php.txt Wed Nov 19 03:03:52 2008 --- v6.2/makeindex.php.txt Wed Nov 19 21:12:25 2008 *************** *** 27,34 ****
!

Hilbert Curves in More (or fewer) than Two Dimensions

--- 27,37 ---- \n"; if( isset( $cmt[$file] ) ) { --- 394,400 ---- echo '\n"; if( isset( $cmt[$file] ) ) {
! ! !

Hilbert Curves in More (or fewer) than Two Dimensions

*************** *** 361,367 **** "how this directory is prepared for publishing", "hilbert.py" => "index <==> Hilbert and support functions.", "hilbert_test.py" => "Tests hilbert.py functions for 1 to 3 dimensions.", "makeindex.php.txt" => "PHP source for this page (inserts this listing).", --- 364,370 ---- "how this stuff is prepared for publishing", "hilbert.py" => "index <==> Hilbert and support functions.", "hilbert_test.py" => "Tests hilbert.py functions for 1 to 3 dimensions.", "makeindex.php.txt" => "PHP source for this page (inserts this listing).", *************** *** 391,397 **** echo '
'; } else { echo "$file"; ! echo "(${size}K)"; } echo "'; } else { echo "$file"; ! echo "(${size}K)"; } echo "