Re: [patch] fix newsubfloat

2013-10-13 Thread Jürgen Spitzmüller
Richard Heck wrote: > Looks fine to me. I pushed it. Jürgen

Re: [patch] fix newsubfloat

2013-10-12 Thread Richard Heck
On 10/11/2013 07:49 AM, Jürgen Spitzmüller wrote: \newsubfloat is a command from the subfig package which is used when a custom float is nested. However, we currently output this command (within the getFloatDefinitions routine) before we load the subfig package, which leads to an "unknown command

[patch] fix newsubfloat

2013-10-11 Thread Jürgen Spitzmüller
\newsubfloat is a command from the subfig package which is used when a custom float is nested. However, we currently output this command (within the getFloatDefinitions routine) before we load the subfig package, which leads to an "unknown command" LaTeX error. Since the order of the float defi