Text FormattingHow describe \displaystyle for all text?

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
artemff
Posts: 113
Joined: Sat Oct 17, 2009 11:15 pm

How describe \displaystyle for all text?

Post by artemff »

How describe \displaystyle for all code? Because it is tedious to enter this command for each formula...

Recommended reading 2024:

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

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

josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: How describe \displaystyle for all text?

Post by josephwright »

Why do you want to do that? Inline maths will be too big!
Joseph Wright
User avatar
Stefan Kottwitz
Site Admin
Posts: 10323
Joined: Mon Mar 10, 2008 9:44 pm

How describe \displaystyle for all text?

Post by Stefan Kottwitz »

Hi,

you could use \everymath:

Code: Select all

\everymath{\displaystyle}
Stefan
LaTeX.org admin
Post Reply