Re: [Doxygen-users] LaTeX environment cases: no line break
Brought to you by:
dimitri
From: Dimitri v. H. <do...@gm...> - 2013-12-22 12:14:34
|
On 22 Dec 2013, at 12:18 , Jannick <jan...@gm...> wrote: > 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. Why should that be done if it is only used by your particular formula? Note that you can use EXTRA_PACKAGES to specify additional LaTeX packages. Regards, Dimitri |