How can I increase size of equation in a equation mode \begin{equation}
\end{equation}
The equations look very small. Is there a command or a package that I can use.
Thanks in advance.
Text Formatting ⇒ Increase Equation Size
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10320
- Joined: Mon Mar 10, 2008 9:44 pm
Increase Equation Size
Hi,
you could use a common font size command, but outside of the
Stefan
you could use a common font size command, but outside of the
equation
environment, and limit the effect of that change by curly braces or \begingroup
... \endgroup
, such asCode: Select all
\begingroup
\Large
\begin{equation}
...
\end{equation}
\endgroup
LaTeX.org admin
Re: Increase Equation Size
Thanks Stefan, I've been looking for this for 30min with only
unusable answers.
