view docs/spec/fv0.tikz @ 654:828c1c4e25cc

(probably) restore buildability on Cygwin Only probably because I don't have easy direct access to a Cygwin build environment yet; sadly, it doesn't install under Wine. I have inspected the output of gcc -dM -E foo.h for different compiler/OS combinations, though, and this should now be right.
author mas01cr
date Thu, 22 Oct 2009 12:51:04 +0000
parents 5a248cedd3e9
children
line wrap: on
line source
\foreach \y/\col in {0/53,0.2/32,0.4/37,0.6/4,0.8/63} {
  \fill[black!\col!white] ($(-0.1,0)+(0,\y)$) rectangle ($(0.1,0.2)+(0,\y)$);
}