Regarding this post:
\documentclass{article}
\usepackage{array}
\newcolumntype{L}{>{\centering\arraybackslash}m{3cm}}
\begin{document}
\begin{table}
\begin{tabular}{|L|c|L|}\hline
one & two & three \\\hline
This is two line thing and centered & only one line& \multicolumn{1}{m{3cm}|}{This is justified and may go to second line as well, neatly}\\\hline
one & two & three \\\hline
one & two & three \\\hline
\end{tabular}
\end{table}
\end{document}
Now I would like to enhance this table as follows:
Turn the Row 2, Column1 text into two equations aligned at the "=" within that cell. That is:
y=mx+b
y=x+1Insert caption and label
- Position the table and caption in the center of the page