I can't find the possible positions documented anywhere. I am looking for positions like current page.south west, etc. Anyone knows where I can find complete list of the possible positions?
The problem I am having is that I am using the background package and the \SetBgPosition takes a position. I am having hard time figuring out how to place the text in the center bottom of the page.
PGF/TikZ. You can use\SetBgAngle{0}\SetBgAnchor{above}\SetBgPosition{current page.south}to place the text in the bottom center; further adjustments can be done by using\SetBgHshift{<value>}and\SetBgVshift{<value>}(for horizontal and vertical shifting, respectively). – Gonzalo Medina May 29 '11 at 15:01bottompackage option to place the material in the bottom center:\usepackage[bottom]{background}. (This option will change toplacement=bottomin the next version of the package.) – Gonzalo Medina May 29 '11 at 15:07