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

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

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: 10360
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