I'd be very happy if someone of you could help me with two little problems: I need to change the naming of figures from "Figure x" to "Figure Sx". What I have done so far is to use \renewcommand: \renewcommand{\figurename}{Figure~S} This gives "Figure S x". How can I get rid of the spacing ...