I would like to write a long list of mathematical parameters with their respective definition in Latex (see picture). I have tried different options (adding it as a table, adding them as a glossary), but none of them seems to properly work. As you can see, the list is quite long and it will cover two different pages. Furthermore, I would like to avoid that the width of the list is longer than the right margin of the text. Finally, the left part of the list should not be aligned with the text line.
I would be extremely grateful if someone can help me with this! Thank you in advance!
For the indixes, I put them as a table, which seems to work:
\renewcommand{\nomname}{\subsubsection{Indices}}
\vspace{-20mm}
\renewcommand{\nompreamble}{The following indices capture the dimension of the problem}
\mbox{}
\nomenclature{$k$}{ suppliers, $k\in {1,…, K}$}
\nomenclature{$i$}{ Minimum volume required on facility i [M cans]}
\printnomenclature
\renewcommand{\nomname}{\subsubsection{Parameters}}
\vspace{-20mm}
\renewcommand{\nompreamble}{The following product flow related parameters are used}
\mbox{}
\nomenclature{$Q_i$}{ Available capacity on facility i [M cans]}
\nomenclature{$V_i$}{ Minimum volume required on facility i [M cans]}
\printnomenclature
I tried to write it as a nomenclature, but since I want to make subsubsections for each of the lists (i.e., one for indixes, one for parameters, and one for variables), the nomenclature does not seem to work. I hope this helps!



