# -*- tcl -*-

rename figPlacement {}

proc figPlacement {} {
    if { "[attVal REND]" == "fixed" } {
	return "!h"
    } else {
	return "!htb"
    }
}

