Text FormattingSame Style for in-line Formula as for displayed Formula

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
ditka
Posts: 85
Joined: Fri Jul 13, 2012 11:59 am

Same Style for in-line Formula as for displayed Formula

Post by ditka »

Hi,

I have two questions:

When I use \[ \] environment for equation it appears in the center of a line and alone, but can I insert the same formula style in the running text?

And is it possible to create ščž, in equations (outside equations \v{} works, but not inside).

Thanks for answers.

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Same Style for in-line Formula as for displayed Formula

Post by Stefan Kottwitz »

Hi ditka,

welcome to the board!

You could use the \displaystyle switch, such as:

Code: Select all

some text $\displaystyle\sum_{i=1}^\infty x_i$ and more text
For the accent, you could use \check in math mode instead of \v.

Stefan
LaTeX.org admin
ditka
Posts: 85
Joined: Fri Jul 13, 2012 11:59 am

Re: Same Style for in-line Formula as for displayed Formula

Post by ditka »

thank you
Post Reply