Math & ScienceDisplaystyle

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
Shinka
Posts: 4
Joined: Thu May 21, 2009 3:48 pm

Displaystyle

Post by Shinka »

I think there is a command you can write a single time so all equations will be displayed in "displaystyle" mode, but I can't remember the name of the command.

Recommended reading 2024:

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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10322
Joined: Mon Mar 10, 2008 9:44 pm

Displaystyle

Post by Stefan Kottwitz »

Hi Shinka,

you could try

Code: Select all

\everymath{\displaystyle}
Stefan
LaTeX.org admin
Shinka
Posts: 4
Joined: Thu May 21, 2009 3:48 pm

Re: Displaystyle

Post by Shinka »

Perfect ! Thank you.
Post Reply