I am currently trying to write a table of notation for a project I am working on, and as such want to construct a table with three coumns. One for the notawtion, one for the description, and one for a pare reference. However, I cannot seem to get the final column flush right against the right hand side of the page. I am currently using the tabular* environment:
Code: Select all
\begin{tabular}{clr}
$Aut(G)$ & The automorphism group of $G$ & (\pageref{auto})\\
\end{tabular}