I want to insert on my dissertation thesis some piece of code from STATA. I've already thought about listings package but it doesn't recognise STATA's code. So, instead of using it I've tried the verbatim environment, which gives a better look in my own opinion.
Code: Select all
\begin{verbatim}
mlogit financing relativvalue crossborder crosssector hostile restructuring recommended arrangement privatisation contested cashassumed debtcashfreebias exit publictakeover targetlisted earnout targetindepence acquirorindence shareholderprotection creditorprotection, base(4)
\end{verbatim}
I can't understand how hyphen on this environment maintaining a eyes candy justified format

Thank you for your time,
Gianluca