I have to use different mathfonts in one and the same mathematical environment ($$). But if I use, e.g., \mathfrak, then formulas within the command are not interrupted (linebreak) automatically:
E.g.:
(+) Usage of different mathfonts.
(-) Formula overhangs the right border of the site.
Code: Select all
$\phi(\mathfrak{((p\wedge{}q)\rightarrow{}r)\wedge{}((p\wedge{}q)\rightarrow{}r)\wedge{}((p\wedge{}q)\rightarrow{}r)\wedge((p\wedge{}q)\rightarrow{}r)})$
(-) Only one mathfont is used.
(+) Formula doesn't overhang the right border of the site.
Code: Select all
$\phi(((p\wedge{}q)\rightarrow{}r)\wedge{}((p\wedge{}q)\rightarrow{}r)\wedge{}((p\wedge{}q)\rightarrow{}r)\wedge((p\wedge{}q)\rightarrow{}r))$
Many thanks, Christian