I tried to transform some equations which are the following in PageMagic:
$$ \text{ED}_{t+1} = f(\text{ED} $$
$$ \text{ED}_{t+1} = f(\text{ED}, \text{ED}, \text{ED}_{t-2}, \text{ED}_{t-3},\dots, \text{error}) $$
The first equation can transform properly but the second one cannot. However, when I puts <div> tags around the second equation, it properly transform. I'm confuse about what happen?
I tried to transform some equations which are the following in PageMagic:
$$ \text{ED}_{t+1} = f(\text{ED} $$$$ \text{ED}_{t+1} = f(\text{ED}, \text{ED}, \text{ED}_{t-2}, \text{ED}_{t-3},\dots, \text{error}) $$The first equation can transform properly but the second one cannot. However, when I puts
<div>tags around the second equation, it properly transform. I'm confuse about what happen?