I am trying to vertically align email adresses one below the other at the @ symbol in a table. I would like to avoid using two separate columns.
I tried using the siunitx package but, despite reading the documentation, cannot find if it can be properly applied to text.
It sort of does the job when I try to use the S type column but throw errors as the value is not a number. If I wrap everything in \text{} it does not align anything anymore.
The aim is to have working email hyperlinks properly aligned so that the domain name is fixed.
MWE
\documentclass{article}
\usepackage{mwe}
\usepackage{siunitx}
\begin{document}
\begin{tabular}{ll}
1 & a@tex \\
2 & ab@tex
\end{tabular}
\end{document}




hyperrefusage too that uses tikz package: https://tex.stackexchange.com/a/393492/120578 – koleygr Sep 27 '17 at 13:21