Re: [Doxygen-users] LaTeX environment cases: no line break
Brought to you by:
dimitri
From: Jannick <jan...@gm...> - 2013-12-22 11:18:39
|
Dimitri van Heesch <doxygen <at> gmail.com> writes: > > \f[ > > x=\begin{cases} > > a & \varepsilon=0\\ > > b & \varepsilon=1\\ > > c & \varepsilon=2 > > \end{cases} > > \f] > > > > Happy to file a bug if needed. Just give me a shout. > > Yes, please do, and please attach a self-contained example (source+config file in zip or tar) to the bug > report > so it easy for me to reproduce. Thx for your quick reply. Meanwhile solved: LaTeX package amsmath required which could be added as the list of standard packages I believe. Cheers, J. |