Tag: html entities
-
Inline vs. Display mode.
The differences between (LaTeX) inline mode, and (LaTeX) display mode, can easily be demonstrated. 😉 Like so: This is inline mode: (a^2+b^2=c^2) This is inline mode: \(a^2+b^2=c^2\) And… This is display mode: [ a^2+b^2=c^2 ] This is display mode: \[ a^2+b^2=c^2 \] This is too, but probably will get neglected: [ a^2+b^2=c^2 ] This is…