Skip to content
Snippets Groups Projects
Commit d2c20bce authored by Luke Naylor's avatar Luke Naylor
Browse files

Improve spacing around tables in final examples

parent 22689d8b
No related branches found
No related tags found
No related merge requests found
Pipeline #27918 passed
......@@ -1760,6 +1760,7 @@ def bound_comparisons(example):
qs, theorem2_bounds, theorem3_bounds = bound_comparisons(recurring)
\end{sagesilent}
\vspace{1em}
\noindent
\directlua{ table_width = 3*4+1 }
\begin{tabular}{l\directlua{for i=0,table_width-1 do tex.sprint([[|c]]) end}}
......@@ -1781,7 +1782,9 @@ end}
tex.sprint(cell)
end}
\end{tabular}
\vspace{1em}
\noindent
It's worth noting that the bounds given by theorem \ref{thm:rmax_with_eps1}
reach, but do not exceed the actual maximum rank 25 of the
pseudo-semistabilizers of $v$ in this case.
......@@ -1810,6 +1813,7 @@ qs, theorem2_bounds, theorem3_bounds = bound_comparisons(extravagant)
\end{sagesilent}
\vspace{1em}
\noindent
\directlua{ table_width = 12 }
\begin{tabular}{l\directlua{for i=0,table_width do tex.sprint([[|c]]) end}}
......@@ -1834,6 +1838,7 @@ end}
end}
&$\cdots$
\end{tabular}
\vspace{1em}
\noindent
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment