When using a quotient ring, make it a global variable, otherwise you'll end up in the base ring. When you work with a list of polynomials, best store them as a 1xn matrix, this way, they're all in the same ring:
Usually, you can center tables with \center. But when the table is longer than the \textwidth, it will be align with the left side margin. You can temporarily adjust the textwidth. % allows for temporary adjustment of side margins \usepackage{chngpage} \begin{table} \begin{adjustwidth}{-.5in}{-.5in} \begin{center} \begin{tabular}{|c|} \hline And here comes a very long line. And here comes a very long line. And here comes a very long line. \\ \hline \end{tabular} \caption{This Table is longer than the text width. And its caption is really long, too. This Table is longer than the text width. And its caption is really long, too. This Table is lo...
Comments
Post a Comment