2

Here is the compiled result result

and the code is here

\documentclass[12pt]{article}
\usepackage{amsmath}
\usepackage{setspace}

\begin{document}

\begin{equation}
\begin{aligned}
\det(\boldsymbol \omega(\pi_0), \pi) =
\left|
\frac{\partial(\boldsymbol \omega(\pi))}{\partial(\boldsymbol \omega(\pi_0))}
\right| & = 
\left|
\frac{\partial(\boldsymbol \omega(\pi))}{\partial(\boldsymbol p(\pi))}
\frac{\partial(\boldsymbol p(\pi))}{\partial(\boldsymbol p(\pi_0))}
\frac{\partial(\boldsymbol p(\pi_0))}{\partial(\boldsymbol \omega(\pi_0))}
\right| \\
& = 
\left|
\frac{\partial(\boldsymbol \omega(\pi))}{\partial(\boldsymbol p(\pi))}
\frac{\partial(\boldsymbol p(\pi))}{\partial(u, v)}
\frac{\partial(u, v)}{\partial(\boldsymbol p(\pi_0))}
\frac{\partial(\boldsymbol p(\pi_0))}{\partial(\boldsymbol \omega(\pi_0))}
\right| \\
& = 
\frac{
\left|
\frac{\partial(\boldsymbol \omega(\pi))}{\partial(\boldsymbol p(\pi))}
\frac{\partial(\boldsymbol p(\pi))}{\partial(u, v)}
\right| 
}{
\left|
\frac{\partial(\boldsymbol \omega(\pi_0))}{\partial(\boldsymbol p(\pi_0))}
\frac{\partial(\boldsymbol p(\pi_0))}{\partial(u, v)}
\right| 
}
\end{aligned}
\label{equ_cpt3_6}
\end{equation}

\end{document}

The symbols in the last line appear smaller than those in the other lines. How can I make them appear in normal size?

3
  • @DavidCarlisle That works! Thank you, man! Commented Nov 19, 2024 at 15:29
  • @DavidCarlisle There is also typo in this comment... Commented Nov 19, 2024 at 16:54
  • 1
    @Explorer yes well one was copied to the other, but you can not edit comments, only delete them:-) Commented Nov 19, 2024 at 16:56

1 Answer 1

3

they are textstyle as they are in a fraction, but if you are sure you want it you could use

\frac
   {\displaystyle big numerator}
   {\displaystyle big denominator}
2
  • There is a typo in \displaystyle Commented Nov 19, 2024 at 15:57
  • 1
    @Explorer oops thanks, fixed Commented Nov 19, 2024 at 15:59

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.