This question is similar to many others (infact the code I am using comes from an answer in a previous question: How to write a perfect equation parameters description?)
The comment section is becoming really long and I just think it would be easier to start a different thread (apologies for the inconvenience)
My current code reads:
\usepackage{array,tabularx,calc}
\newlength{\conditionwd}
\newenvironment{conditions}[1][where:]
{%
#1\tabularx{\textwidth-\widthof{#1}}[t]{
>{$}l<{$} @{${}={}$} X@{}
}%
}
{\endtabularx\\[\belowdisplayskip]}
\begin{document}
\citet{hernandez1992probabilistic} further refines the PROLAM model and uses a virtual work calculation (see equation \ref{eqn:PROLAM deflection} to calculate the deflection ($\Delta$) which can be used in standard elastic deflection MOE calculations \ref{eqn:MOE4pt}.
\begin{equation}
\Delta = \displaystyle\sum_{i=1}^{n} \left[\left(\frac{M_x m_x}{E_c I_i}+\frac{kV_xv_x}{A_iG_i}\right) \times \Delta_x \right]
\label{eqn:PROLAM deflection}
\end{equation}
\begin{conditions}
$\Delta$ & The total glulam beam deflection at $x$,\\
$M_x$ & The bending moment at $x$ caused by actual loading,\\
$m_x$ & The bending moment at $x$ caused by a unit load at the midspan of the beam,\\
$V_x$ & The shear at $x$ caused by actual loading,\\
$v_x$ & The shear at $x$ caused by a unit load at the midspan of the beam,\\
$k$ & A form factor (1.2 for rectangular section),\\
$E_c$ & A constant MOE value used in the transformed cross section,\\
$I_i$ & The moment of inertia of the ith transformed cross section at x,\\
$A_i$ & The transformed area at the ith transformed cross section at x,\\
$G_i$ & The shear modulus of the ith transformed cross section at x,\\
$\Delta_x$ & The increment at which calculations are performed,\\
$n$ & The total number of increments along the beam length.\\
\end{conditions}
\end{document}
which produces:
As you can see, the parameter descriptions produces an overfull box. Does anybody know why this is? Could it possibly be to do with one of my other \packages?



\begin{itemize}to be automatically generated and then just change thewidest=$M_x$value?. Maybe a new command or macro type of thing? Still kind of new to this. – Aaron Rhodes May 22 '20 at 12:56\begin{equation}it produces something like this: https://imgur.com/ooLgCdB . If you could just point me to a similar question somewhere else that would be perfect. – Aaron Rhodes May 22 '20 at 13:08