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

Auto break long eqn and noindent after eqn

parent e11d499d
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
\usepackage{hyperref}
\usepackage{color}
\usepackage{sagetex}
\usepackage[]{breqn}
\newcommand{\QQ}{\mathbb{Q}}
\newcommand{\ZZ}{\mathbb{Z}}
......@@ -191,6 +192,8 @@ This condition expressed in terms of $R,C,D,r,c,d$ looks as follows:
\sage{(0 <= positive_condition.expand() )}
\end{equation}
\noindent
Expressing $c$ in terms of $m$ as defined in (eqn \ref{eqn-cintermsofm})
we get the following:
......@@ -202,6 +205,8 @@ we get the following:
\sage{(0 <= positive_condition) + 2*R*d - 4*d*r}
\end{equation}
\noindent
This can be rearranged to express a bound on $d$ as follows:
\begin{sagesilent}
......@@ -211,12 +216,12 @@ This can be rearranged to express a bound on $d$ as follows:
nc = nc.subs(r_alt == r - R/2).expand() # resubs r back in
\end{sagesilent}
\begin{footnotesize}
\begin{equation}
\begin{dmath}
\sage{nc}
\end{equation}
\end{footnotesize}
\end{dmath}
\noindent
In the case $\beta = \beta_{-}$ (or $\beta_{+}$) this can be simplified.
......
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