Math & ScienceReversed cases

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
bkarpuz
Posts: 124
Joined: Thu Dec 18, 2008 4:53 pm

Reversed cases

Post by bkarpuz »

Stefan_K wrote:I see! You also have to change cases to rcases for the call to \matrix@check, modify this line:

Code: Select all

\matrix@check\rcases\env@rcases
Now I remember the mathtools package provides an rcases environment for exactly this purpose. So, instead of our redefinition, loading mathtools is sufficient:

Code: Select all

\usepackage{mathtools}
Stefan
Thanks again Stefan! I think I can now figure out redefining new commands using the existing ones.

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