Math & Sciencemathfrak-environment with automatical linebreaks

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
kristianjohann
Posts: 5
Joined: Tue Oct 20, 2009 1:31 pm

mathfrak-environment with automatical linebreaks

Post by kristianjohann »

Hello!

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)})$
E.g.:
(-) 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))$
Please let me know how to get (+)(+) - I don't need especially \mathfrak, but also, e.g., \textbf is only (+)(-).
Many thanks, Christian

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply