I trying to create a cover page using tikz and I would like to position a tabular element in a colored tikz rectangle both horizontally left justified and vertically centered.
In the attached example the tubular is being centered horizontally, as well at vertically. How do I left justify the tabular, whilst keeping the vertical centering in the rect node?
Thanks
Stuart
\documentclass[a4paper,12pt]{article} \usepackage{tikz} \begin{document} \thispagestyle{empty} \begin{tikzpicture}[remember picture,overlay] \node (rect) [shape=rectangle, fill=red, minimum height=40mm, minimum width=\paperwidth, anchor=south west] at (current page.south west) {}; \node [anchor=west] at (rect.center) { \begin{tabular}{|l|r|} A & B \\ \end{tabular} }; \end{tikzpicture} \end{document} 