aling text latex code example
Example 1: latex text in box
\fbox{\begin{minipage}{15em}
...
\end{minipage}}
Example 2: latex normal text inside align
\text{Your text here}
\fbox{\begin{minipage}{15em}
...
\end{minipage}}
\text{Your text here}