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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply