I am trying to find a way to make the equations that appear in this text a bit more better looking...
\documentclass{article}
\usepackage{amsmath, amssymb}
\usepackage{relsize}
\begin{document}
\begin{equation}
N_\text{c}(i) = \dfrac{N_\text{o}(i)}{1 - \mathlarger{\sum}_{j=i_0}^{i-1}N_\text{o}(j)/N_\text{b} - N_\text{o}(i)/2N_\text{b}}\label{eq:Bollinger}
\end{equation}
\begin{equation}
N_\text{c}(i) = -N_\text{b}\ln{\left(1-\dfrac{N_\text{o}(i)/N_\text{b}}{1-\mathlarger{\sum}_{j=i_0}^{i-1}N_\text{o}(j)/N_\text{b}}\right)}
\end{equation}
\begin{equation}
N_\text{c}(i) = -N_\text{b}\dfrac{\ln{\left(1-\dfrac{N_\text{o}(i)/N_\text{b}}{1-\mathlarger{\sum}_{j=i_0}^{i-1}N_\text{o}(j)/N_\text{b}}\right)}}{1-\sigma\tanh\left(\sigma\mathlarger{\sum}_{j=i_0}^{i-1}N_\text{c}(j)/N_\text{b}\right)}
\end{equation}
\end{document}
Any idea on how to make them look more beautiful?





\leftand\right, if I remember correctly, because they calculate the box height and try to keep stuff like the-or the fraction's line at half of the height. That may have the unwanted side effect of bad spacing. – TeXnician Nov 03 '17 at 15:02\mathlargerthe sums look ugly... – Thanos Nov 03 '17 at 15:04\limitsinstead, but that saves only very little. – TeXnician Nov 03 '17 at 15:19_{c} or\mathrm{c}rather than\text{c}in subscripts, I would not use\mathlargeras you can see it is spoiling the alignment of the summation, and use\biglnot \left\right` to stop the over-sized brackets – David Carlisle Nov 03 '17 at 15:48S = \sum_{j=i_0}^{i-1}N_\text{o}(j)/N_\text{b}in the line before the equation, and then rewrite the equations in terms of S. – Michael Seifert Nov 03 '17 at 19:17